getAssociationKey method

Future<String?> getAssociationKey(
  1. String publicUserId
)

Implementation

Future<String?> getAssociationKey(String publicUserId) {
  throw UnimplementedError('listAssociationKey() has not been implemented.');
}