getPollIntervalMaxUSec method

Future<int> getPollIntervalMaxUSec()

Gets org.freedesktop.timesync1.Manager.PollIntervalMaxUSec

Implementation

Future<int> getPollIntervalMaxUSec() async {
  var value = await getProperty('org.freedesktop.timesync1.Manager', 'PollIntervalMaxUSec', signature: DBusSignature('t'));
  return value.asUint64();
}