FactoryProvider<E> constructor

FactoryProvider<E>(
  1. CreatorCallback<E, dynamic> callback
)

Implementation

FactoryProvider(super.callback);