removeAssociationKey method

Future<bool> removeAssociationKey(
  1. String publicUserId
)

Removes association public key for the specified publicUserId's.

Implementation

Future<bool> removeAssociationKey(String publicUserId) {
  return KeyriPlatform.instance.removeAssociationKey(publicUserId);
}