Provider<E> constructor

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

Implementation

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