call<T> method
- [String instanceName]
Callable class so that you can write GetIt.instance<MyType>
instead of
GetIt.instance.get<MyType>
Implementation
T call<T>([String instanceName]);
Callable class so that you can write GetIt.instance<MyType>
instead of
GetIt.instance.get<MyType>
T call<T>([String instanceName]);