SystemEventsConfig constructor
const
SystemEventsConfig({
- KeyboardConfig? keyboard,
- LifecycleConfig? lifecycle,
- NetworkConfig? network,
- MemoryConfig? memory,
- BatteryConfig? battery,
- OrientationConfig? orientation,
- TimeConfig? time,
- ScreenConfig? screen,
- ScreenshotConfig? screenshot,
- ThermalConfig? thermal,
Creates a custom event listener configuration.
Implementation
const SystemEventsConfig({
this.keyboard,
this.lifecycle,
this.network,
this.memory,
this.battery,
this.orientation,
this.time,
this.screen,
this.screenshot,
this.thermal,
});