Indicates whether the device is currently adjusting its exposure setting.
Future<bool> isAdjustingExposure() async { return await _channel.$isAdjustingExposure(this) as bool; }