group method
Future
group(
- String groupId, {
- GroupTraits? groupTraits,
- EnrichmentClosure? enrichment,
override
Implementation
@override
Future group(String groupId, {GroupTraits? groupTraits, EnrichmentClosure? enrichment}) async {
final event = GroupEvent(groupId, traits: groupTraits);
await _process(event, enrichment: enrichment);
}