isPlaying method

Future<bool?> isPlaying()

Implementation

Future<bool?> isPlaying() {
  throw UnimplementedError('isPlaying() has not been implemented.');
}