Provider<E> constructor

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

Implementation

Provider(super.callback);