获取当前曝光度
returns 当前曝光度
returns
Future<double> getCurrentExposure() async { return await _livePusherMethodChannel.invokeMethod( 'getCurrentExposure', wrapArgs(), ); }