HopeOptions constructor
const
HopeOptions({})
When true, never calls the fetcher. Serves from cache only. Returns empty state if nothing is cached.
Implementation
const HopeOptions({
this.staleTime = Duration.zero,
this.refetchInterval,
this.retryCount = 3,
this.retryDelay = const Duration(seconds: 2),
this.enabled = true,
this.refetchOnResume = true,
});