address method Null safety
- String? address
Sets the blockchain address for the private key used in the SDK object.
Implementation
void address(String? address) => _address = address;
Sets the blockchain address for the private key used in the SDK object.
void address(String? address) => _address = address;