ScreenEvent constructor

ScreenEvent(
  1. String name, {
  2. Map<String, dynamic>? properties,
  3. Map<String, dynamic>? integrations,
})

Implementation

ScreenEvent(
  this.name, {
  this.properties,
  Map<String, dynamic>? integrations}) : super(EventType.screen, integrations: integrations);