dispose method
void
dispose()
Disposes of the mutex by clearing all pending operations.
Implementation
void dispose() => _completerQueue.clear();
Disposes of the mutex by clearing all pending operations.
void dispose() => _completerQueue.clear();