checkUndeactivated method

  1. @protected
void checkUndeactivated()
inherited

Throws an Error if the state is not set to either Uninitialized or Active.

Implementation

@protected
void checkUndeactivated() => checkState(isUndeactivated());