get_it
get_it
GetIt
call<
T
> method
call
get_it
get_it
GetIt
call<
T
> method
GetIt class
Constructors
asNewInstance
Properties
allowReassignment
ready
readyFuture
hashCode
runtimeType
Methods
call
get
registerFactory
registerLazySingleton
registerSingleton
reset
resetLazySingleton
signalReady
unregister
noSuchMethod
toString
Operators
operator ==
Static properties
I
instance
call<
T
>
method
T
call
<
T
>(
[
String
instanceName
]
)
Implementation
T call<T>([String instanceName]) { return get<T>(instanceName); }