checkAlive method

  1. @protected
void checkAlive()

Implementation

@protected
void checkAlive() {
  if (isClosed) {
    throw Exception('wiget already closed');
  }
}