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 openModalView function is called.

Implementation

@override
String? get wcUri => _wcUri;