clearLoadState method
Implementation
void clearLoadState() {
_hasLoadedConnectionData = false;
if (state.isLoading) {
state = AsyncData(_currentData);
}
}
void clearLoadState() {
_hasLoadedConnectionData = false;
if (state.isLoading) {
state = AsyncData(_currentData);
}
}