@override Future<int> setTimeout(int timeout) async { final ret = await methodChannel.invokeMethod( PluginFunctionInterfaceConstants.FPS_SET_TIMEOUT, timeout); return ret; }