removeState method

  1. @nonVirtual
void removeState(
  1. State<StatefulWidget> state
)

Implementation

@nonVirtual
void removeState(flutter.State state) {
  _states.remove(state);
}