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