close method

void close()

Implementation

void close() {
  assert(_state != null);
  _state!._close();
}