isPlaying method

Future<bool?> isPlaying()

Implementation

Future<bool?> isPlaying() async {
  return await _key.currentState?.isPlaying();
}