address property Null safety

String address

Returns the in-use wallet address.

Refers to the blockchain wallet address currently in use by this TikiSdk instance. This address serves as a unique identifier for a particular combination of user and device. If either the user or the device changes, use a a different address.

Implementation

String get address => _nodeService.address;