InjectorContext extension
Extension para adicionar o recurso do injection dentro do BuildContext
- on
Methods
-
any<
T extends Object> () → bool -
Available on BuildContext, provided by the InjectorContext extension
-
get<
T extends Object> ({String? tag, String? factoryTag}) → T -
Available on BuildContext, provided by the InjectorContext extension
-
getAsync<
T extends Object> ({String? tag, String? factoryTag}) → Future< T> -
Available on BuildContext, provided by the InjectorContext extension
-
isRegistered<
T extends Object> ({String? tag}) → bool -
Available on BuildContext, provided by the InjectorContext extension