SystemReadyEvent class final
An event indicating that the system is ready.
This event is emitted when the system initialization process is complete and the platform is ready for operation. It can be used by listeners to perform actions that require the system to be fully initialized.
Constructors
- SystemReadyEvent()
- Creates a new SystemReadyEvent.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited