Checks if music is currently playing.
Returns true if playing, false otherwise.
true
false
Future<bool> isPlaying() { throw UnimplementedError('isPlaying() has not been implemented.'); }