createProvider method
Generates the RepositoryProvider to be placed into the widget tree.
Implementation
RepositoryProvider<T> createProvider(Widget child) =>
RepositoryProvider<T>.fromBuilder(builder: this, child: child);
Generates the RepositoryProvider to be placed into the widget tree.
RepositoryProvider<T> createProvider(Widget child) =>
RepositoryProvider<T>.fromBuilder(builder: this, child: child);