GetItFacilitatory extension
- on
Methods
-
registerIfNotFound<
T extends Object> (T create(), {String? instanceName}) → T -
Available on GetIt, provided by the GetItFacilitatory extension
-
registerLazySingletonIfNotFound<
T extends Object> (T create(), {String? instanceName}) → T -
Available on GetIt, provided by the GetItFacilitatory extension
-
registerSingletonIfNotFound<
T extends Object> (T instance, {String? instanceName}) → T -
Available on GetIt, provided by the GetItFacilitatory extension