FactoryFunc<T> typedef
Signature of the factory function used by non async factories
Implementation
typedef FactoryFunc<T> = T Function();
Signature of the factory function used by non async factories
typedef FactoryFunc<T> = T Function();