IsPlaying method

Future<bool> IsPlaying()

Implementation

Future<bool> IsPlaying() async {
  return await methodChannel.invokeMethod('playing');
}