isPlaying method

Future<bool> isPlaying()

Check if audio is currently playing

Implementation

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