FactoryFunc<T> typedef

FactoryFunc<T> = T Function()

Signature of the factory function used by non async factories

Implementation

typedef FactoryFunc<T> = T Function();