reloadState method

void reloadState([
  1. ElementState? state
])

Reloads the state of the component

Implementation

void reloadState([ElementState? state]) => state?.reload();