isPlaying method

Future<bool> isPlaying()

Implementation

Future<bool> isPlaying() async {
  return await ThanPkg.android.media.isPlaying();
}