setFetch method

void setFetch(
  1. FetchFunction<Map<String, dynamic>>? fetch
)

Implementation

void setFetch(FetchFunction<Map<String, dynamic>>? fetch) {
  _fetch = fetch ?? _defaultFetch;
}