checkActive method

  1. @protected
void checkActive()
inherited

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

Implementation

@protected
void checkActive() => checkState(isActive());