identify method
Creates or updates a user profile and binds subsequent events to it.
Implementation
Future<void> identify(
String profileId, {
String? firstName,
String? lastName,
String? email,
String? avatar,
Map<String, Object?>? properties,
}) {
throw UnimplementedError('identify() has not been implemented.');
}