endAllowStateChanges method

void endAllowStateChanges({
  1. bool allow = true,
})

Implementation

void endAllowStateChanges({bool allow = true}) {
  _state.allowStateChanges = allow;
}