@override Future<void> setVideo(String url, {double? limitFps}) => methodChannel .invokeMethod<void>('setVideo', {'url': url, 'limitFps': limitFps});