wcUri property

  1. @override
String? get wcUri
override

The URI that can be used to connect to this dApp. This is only available after the open function is called.

Implementation

@override
String? get wcUri => connectResponse?.uri.toString();