mapAddressToKey method

Future<void> mapAddressToKey(
  1. String address,
  2. String publicKeyBase64
)

Implementation

Future<void> mapAddressToKey(String address, String publicKeyBase64) {
  throw UnimplementedError('mapAddressToKey() has not been implemented.');
}