removeAccount method

Future<void> removeAccount(
  1. Uint8List recoveryPrivateKey,
  2. String identifierToRemove
)

Implementation

Future<void> removeAccount(Uint8List recoveryPrivateKey, String identifierToRemove) {
  throw UnimplementedError('removeAccount() has not been implemented.');
}