menu
archery
archery/core/application.dart
ContainerOperations
make<
T
> method
make
dark_mode
light_mode
make<
T
>
method
T
make
<
T
>(
)
Alias for
resolve
. Resolves a registered instance.
Implementation
T make<T>() => resolveInstance<T>();
archery
application
ContainerOperations
make<
T
> method
ContainerOperations extension on
App