XdgLocaleClient class

Constructors

XdgLocaleClient({DBusClient? bus, @visibleForTesting DBusRemoteObject? object})

Properties

hashCode int
The hash code for this object.
no setterinherited
locale Map<String, String>
The system locale.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as they change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vConsoleKeymap String
The VConsole keymap.
no setter
vConsoleKeymapToggle String
The VConsole toggle keymap (secondary keymap).
no setter
x11Layout String
The X11 keyboard layout.
no setter
x11Model String
The X11 keyboard model.
no setter
x11Options String
The X11 keyboard options.
no setter
x11Variant String
The X11 keyboard variant.
no setter

Methods

close() Future<void>
Closes connection to the locale service.
connect() Future<void>
Connects to the locale service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(Map<String, String> locale, bool interactive) Future<void>
Sets the system locale.
setVConsoleKeyboard(String keymap, String keymapToggle, bool convert, bool interactive) Future<void>
Sets the VConsole keyboard.
setX11Keyboard(String layout, String model, String variant, String options, bool convert, bool interactive) Future<void>
Sets the X11 keyboard.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

busName String
final
interfaceName String
final
objectPath String
final