获取支持最小曝光度
returns 最小曝光度
returns
Future<double> getSupportedMinExposure() async { return await _livePusherMethodChannel.invokeMethod( 'getSupportedMinExposure', wrapArgs(), ); }