addAccount method

Future<void> addAccount(
  1. Uint8List newAccountPrivateKey, {
  2. bool allowReassignInboxId = false,
})

Implementation

Future<void> addAccount(Uint8List newAccountPrivateKey, {bool allowReassignInboxId = false}) {
  throw UnimplementedError('addAccount() has not been implemented.');
}