refresh method

Future<void> refresh()

Refreshes properties of this device.

Implementation

Future<void> refresh() async {
  await _object.callMethod('org.freedesktop.UPower.Device', 'Refresh', [],
      replySignature: DBusSignature(''));
}