getSupportedMaxExposure method

Future<double> getSupportedMaxExposure()

获取支持最大曝光度

returns 最大曝光度

Implementation

Future<double> getSupportedMaxExposure() async {
  return await _livePusherMethodChannel.invokeMethod(
    'getSupportedMaxExposure',
    wrapArgs(),
  );
}