RepositoryProvider<T extends Repository> constructor
const
RepositoryProvider<T extends Repository> ({})
create
shows how the repository will instantiated.
Implementation
const RepositoryProvider({
required this.create,
required this.child,
super.key,
});