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