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