onFetchStart method
Called when a network fetch operation starts.
Use this to track in-flight requests or show loading indicators.
Implementation
void onFetchStart(String key) {}
Called when a network fetch operation starts.
Use this to track in-flight requests or show loading indicators.
void onFetchStart(String key) {}