applyState method

void applyState(
  1. VoidCallback action
)

Implementation

void applyState(VoidCallback action) => setState(action);