getTransmissionKeyShares method

Future<String> getTransmissionKeyShares(
  1. bool isForNewDevice
)

Gets the key shares for transmission.

Not implemented yet.

Implementation

Future<String> getTransmissionKeyShares(bool isForNewDevice) {
  throw UnimplementedError();
}