DependenciesProgress<T extends Dependency> typedef
DependenciesProgress<T extends Dependency> =
Future<T> Function(InitializationProgress progress)
The DependenciesProgress
class is responsible for initializing the
dependencies and the environment store.
Implementation
typedef DependenciesProgress<T extends Dependency> = Future<T> Function(
InitializationProgress progress);