Resumes the current playback.
@override Future<void> resumePlayback() async { await methodChannel.invokeMethod<void>('resumePlayback'); }