callSetTimezone method
Invokes org.freedesktop.timedate1.SetTimezone()
Implementation
Future<void> callSetTimezone(String timezone, bool interactive, {bool noAutoStart = false, bool allowInteractiveAuthorization = false}) async {
await callMethod('org.freedesktop.timedate1', 'SetTimezone', [DBusString(timezone), DBusBoolean(interactive)], replySignature: DBusSignature(''), noAutoStart: noAutoStart, allowInteractiveAuthorization: allowInteractiveAuthorization);
}