callSetTime method
Invokes org.freedesktop.timedate1.SetTime()
Implementation
Future<void> callSetTime(int usec_utc, bool relative, bool interactive, {bool noAutoStart = false, bool allowInteractiveAuthorization = false}) async {
await callMethod('org.freedesktop.timedate1', 'SetTime', [DBusInt64(usec_utc), DBusBoolean(relative), DBusBoolean(interactive)], replySignature: DBusSignature(''), noAutoStart: noAutoStart, allowInteractiveAuthorization: allowInteractiveAuthorization);
}