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