getMaxExposureCompensation method
Gets the maximum exposure compensation index.
Maximum exposure compensation index (>=0). If both this method and getMinExposureCompensation return 0, exposure compensation is not supported.
Implementation
Future<int> getMaxExposureCompensation() async {
return await _channel.$getMaxExposureCompensation(this) as int;
}