@override Future<int> closeFPS() async { final ret = await methodChannel .invokeMethod(PluginFunctionInterfaceConstants.FPS_CLOSE_FPS); return ret; }