FactoryFunc<T> typedef
FactoryFunc<T> =
T Function()
Factory function callback that instantiates a dependency of type T.
Implementation
typedef FactoryFunc<T> = T Function();
Factory function callback that instantiates a dependency of type T.
typedef FactoryFunc<T> = T Function();