isPaused property
bool
get
isPaused
Test the Player State
Implementation
bool get isPaused => _playerState == PlayerState.isPaused;
Test the Player State
bool get isPaused => _playerState == PlayerState.isPaused;