menu
hightouch_events package
documentation
event.dart
ScreenEvent
ScreenEvent constructor
ScreenEvent constructor
dark_mode
light_mode
ScreenEvent
constructor
ScreenEvent
(
String
name
, {
Map
<
String
,
dynamic
>
?
properties
,
})
Implementation
ScreenEvent(this.name, {this.properties}) : super(EventType.screen);
hightouch_events package
documentation
event
ScreenEvent
ScreenEvent constructor
ScreenEvent class