identify method

Future<String?> identify(
  1. String projectId
)

Implementation

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