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

isPlaying property

bool get isPlaying

Test the Player State


See also


Implementation

bool get isPlaying => _playerState == PlayerState.isPlaying;
flutter_sound 9.25.3