isLoading property
Reactive loading state indicator.
Set to true when data is being fetched, false otherwise.
Use this to show/hide loading indicators in the UI.
Implementation
RxBool isLoading = false.obs;
Reactive loading state indicator.
Set to true when data is being fetched, false otherwise.
Use this to show/hide loading indicators in the UI.
RxBool isLoading = false.obs;