getExposureCompensation method
Gets the current exposure compensation index.
The range is getMinExposureCompensation to getMaxExposureCompensation. 0 means exposure is not adjusted.
Implementation
Future<int> getExposureCompensation() async {
return await _channel.$getExposureCompensation(this) as int;
}