dispose method
void
dispose()
Releases the managed query owner, matching ts_query_delete.
Implementation
void dispose() => _disposedState[this] = true;
Releases the managed query owner, matching ts_query_delete.
void dispose() => _disposedState[this] = true;