Sets the auto-brightness mode.
@override Future<void> setAutoMode(bool enabled) async { await methodChannel.invokeMethod('setAutoMode', enabled); }