address method Null safety

void address(
  1. String? address
)

Sets the blockchain address for the private key used in the SDK object.

Implementation

void address(String? address) => _address = address;