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