add method Null safety

void add(
  1. String publicKey
)

Adds a new Xchain by publicKey base64 representation.

The service will derive the XchainModel.address. If the address already exists, it will not be added. method will be called.

Implementation

void add(String publicKey) {
  throw UnimplementedError();
}