getLocalRTC method

Future<bool> getLocalRTC()

Gets org.freedesktop.timedate1.LocalRTC

Implementation

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