InitializedDocument<T> class final

A AppBuilder that has a registered async initializer returning T.

Produced by AppBuilder.initialize. Carries the same configuration as the parent AppBuilder and adds a typed mount that receives the resolved initialization result as deps.

Not instantiated directly — always obtained via AppBuilder.initialize.

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

mount(Component factory(T deps)) → void
Mounts the app after awaiting the initializer.
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