@override Future<bool?> pauseVideo(String id) async { return await methodChannel.invokeMethod<bool?>('pauseVideo', {'id': id}); }