toUri method

String toUri()

Get the display uri.

Implementation

String toUri() {
  return '$protocol:$handshakeTopic@$version?bridge=${Uri.encodeComponent(bridge)}&key=${hex.encode(key ?? [])}';
}