onRecordsLoadStart abstract method

  1. @protected
void onRecordsLoadStart({
  1. required Query query,
  2. required LoadingKey loadingKey,
})
inherited

Called at the beginning of loading.

Usually, this function should set a loading status in your list state object (for example, it might be executing ...isLoading = true).

Implementation

@protected
void onRecordsLoadStart(
    {required Query query, required LoadingKey loadingKey});