onFetchStart method

void onFetchStart(
  1. String key
)

Called when a network fetch operation starts.

Use this to track in-flight requests or show loading indicators.

Implementation

void onFetchStart(String key) {}