close method

void close()

Implementation

void close() {
  clear();
  _fluttin.scopeRegistry.deleteScope(this);
}