isPlaying property

  1. @override
bool get isPlaying
override

Implementation

@override
bool get isPlaying => _player?.state.playing ?? false;