paused
static paused = ()
Player.paused
will return current audio state.
Example:
if (Player.paused()) {
// ...
}
else {
// ...
}
static paused = ()
Player.paused
will return current audio state.
Example:
if (Player.paused()) {
// ...
}
else {
// ...
}