getSupportedMinExposure method

Future<double> getSupportedMinExposure()

获取支持最小曝光度

returns 最小曝光度

Implementation

Future<double> getSupportedMinExposure() async {
  return await AlivcLivePusher.methodChannel
      .invokeMethod('getSupportedMinExposure', _wrap());
}