Gets org.freedesktop.timedate1.LocalRTC
Future<bool> getLocalRTC() async { var value = await getProperty('org.freedesktop.timedate1', 'LocalRTC', signature: DBusSignature('b')); return value.asBoolean(); }