isPlaying property

  1. @override
Future<bool> isPlaying

Whether the player is currently playing, i.e. has started playback and is not paused.

Implementation

@override
Future<bool> get isPlaying async => _invokeMethod<bool>(Methods.isPlaying);