onRecordsLoadStart abstract method
- @protected
- required Query query,
- 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});