disconnect method

Future<void> disconnect()

Disconnect from this device

Implementation

Future<void> disconnect() async {
  await _object.callMethod(_deviceInterfaceName, 'Disconnect', [],
      replySignature: DBusSignature(''));
}