Skip to main content Link Menu Expand (external link) Document Search Copy Copied
isStopped property - FlutterSoundPlayer class - player library - Dart API
menu
isStopped

isStopped property

bool get isStopped

Test the Player State

Implementation

bool get isStopped => _playerState == PlayerState.isStopped;
flutter_sound 9.24.0