dispose method
Implementation
@override
@mustCallSuper
void dispose() {
this._databaseIndexCache.dispose();
readBufferSource?.dispose();
readBufferSource = null;
}
@override
@mustCallSuper
void dispose() {
this._databaseIndexCache.dispose();
readBufferSource?.dispose();
readBufferSource = null;
}