Gets the minimum exposure compensation index.
Future<int> getMinExposureCompensation() async { return await _channel.$getMinExposureCompensation(this) as int; }