getImageCompressionAlgo method

  1. @override
Future<int> getImageCompressionAlgo()
override

Implementation

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