FactoryProvider<E> constructor

FactoryProvider<E>(
  1. CreatorCallback<E, dynamic> callback, {
  2. String? debugLabel,
})

Implementation

FactoryProvider(
  super.callback, {
  super.debugLabel,
});