reloadState method
void
reloadState([
- ElementState? state
Reloads the state of the component
Implementation
void reloadState([ElementState? state]) => state?.reload();
Reloads the state of the component
void reloadState([ElementState? state]) => state?.reload();