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