menu
neomage package
documentation
data/services/analytics_service.dart
FirstPartyEvent
FirstPartyEvent.new const constructor
FirstPartyEvent.new const constructor
dark_mode
light_mode
FirstPartyEvent
constructor
const
FirstPartyEvent
(
{
required
String
eventType
,
required
Map
<
String
,
Object
?
>
eventData
,
})
Implementation
const FirstPartyEvent({required this.eventType, required this.eventData});
neomage package
documentation
data/services/analytics_service
FirstPartyEvent
FirstPartyEvent.new const constructor
FirstPartyEvent class