getMinExposureCompensation method

Future<int> getMinExposureCompensation()

Gets the minimum exposure compensation index.

Implementation

Future<int> getMinExposureCompensation() async {
  return await _channel.$getMinExposureCompensation(this) as int;
}