callSetLocalRTC method
Invokes org.freedesktop.timedate1.SetLocalRTC()
Implementation
Future<void> callSetLocalRTC(bool local_rtc, bool fix_system, bool interactive, {bool noAutoStart = false, bool allowInteractiveAuthorization = false}) async {
await callMethod('org.freedesktop.timedate1', 'SetLocalRTC', [DBusBoolean(local_rtc), DBusBoolean(fix_system), DBusBoolean(interactive)], replySignature: DBusSignature(''), noAutoStart: noAutoStart, allowInteractiveAuthorization: allowInteractiveAuthorization);
}