getSupportedMinExposure method

Future<double> getSupportedMinExposure()

获取支持最小曝光度

returns 最小曝光度

Implementation

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