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