generateAssociationKey method

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

Implementation

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