Mutex.simple constructor
Mutex.simple()
Creates a simple mutex instance that can't be shared between tabs or isolates.
Implementation
factory Mutex.simple() = _SimpleMutex;
Creates a simple mutex instance that can't be shared between tabs or isolates.
factory Mutex.simple() = _SimpleMutex;