A Boolean value that indicates whether the device is currently adjusting its focus setting.
Future<bool> isAdjustingFocus() async { return await _channel.$isAdjustingFocus(this) as bool; }