SystemEventsConfig.defaults constructor
const
SystemEventsConfig.defaults()
Enables keyboard, lifecycle, network, memory, orientation, and time events.
Implementation
const SystemEventsConfig.defaults()
: keyboard = const KeyboardConfig(),
lifecycle = const LifecycleConfig(),
network = const NetworkConfig(),
memory = const MemoryConfig(),
battery = null,
orientation = const OrientationConfig(),
time = const TimeConfig(),
screen = const ScreenConfig(),
screenshot = null,
thermal = null;