menu
go_router_modular package
documentation
testing.dart
ModularTestScope
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
T
get
<
T
>(
{
String
?
key
,
})
Resolve o tipo
T
do container global.
Implementation
T get<T>({String? key}) => Bind.get<T>(key: key);
go_router_modular package
documentation
testing
ModularTestScope
get<T> method
ModularTestScope class