SystemEventsConfig constructor

const SystemEventsConfig({
  1. KeyboardConfig? keyboard,
  2. LifecycleConfig? lifecycle,
  3. NetworkConfig? network,
  4. MemoryConfig? memory,
  5. BatteryConfig? battery,
  6. OrientationConfig? orientation,
  7. TimeConfig? time,
  8. ScreenConfig? screen,
  9. ScreenshotConfig? screenshot,
  10. 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,
});