createLoader method
Implementation
SimpleLoader<T> createLoader(
FutureOr<T> Function(RetrieveInformation hypen) load,
) {
return SimpleLoader<T>(actionKey, load);
}
SimpleLoader<T> createLoader(
FutureOr<T> Function(RetrieveInformation hypen) load,
) {
return SimpleLoader<T>(actionKey, load);
}