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