release method
void
release()
inherited
API parity with the native buffers; the native allocation was already returned at construction, so this only flips the guard.
Implementation
void release() => _released = true;
API parity with the native buffers; the native allocation was already returned at construction, so this only flips the guard.
void release() => _released = true;