resetLoadState method
void
resetLoadState()
Implementation
void resetLoadState() {
if (resetLoadStateCallBack != null) {
resetLoadStateCallBack!();
}
}
void resetLoadState() {
if (resetLoadStateCallBack != null) {
resetLoadStateCallBack!();
}
}