*[<Null safety>](https://dart.dev/null-safety)*
void close ()
void close() { if (_isClosed) { return; } _root.close(); _isClosed = true; }