BoxerLoader<T> constructor
BoxerLoader<T> ({
- required void howToUpdateCache(
- T value
- required void howToUpdateView(
- T value,
- bool isFromCache
- BoxerLoadErrorCallback? onLoadError,
Implementation
BoxerLoader({required this.howToUpdateCache, required this.howToUpdateView, this.onLoadError});