Initializer class abstract
Initializer is a wrapper which wraps the runApp method.
All your initialization files and services can be initialized here.
You can also add an error builder widget whenever your application crashes here.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
init(
VoidCallback runApp) → dynamic -
init method wraps the
runApp
method.
Constants
- initializerTag → const String