identify method
Future<void>
identify({
- required String userId,
- Map<
String, Object> ? userProperties, - Map<
String, Object> ? userPropertiesSetOnce,
inherited
Implementation
Future<void> identify(
{required String userId,
Map<String, Object>? userProperties,
Map<String, Object>? userPropertiesSetOnce}) {
throw UnimplementedError('identify() has not been implemented.');
}