isPlaying method

  1. @override
Future<bool?> isPlaying()
override

Implementation

@override
Future<bool?> isPlaying() async {
  return _isPlaying;
}