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