updateMutex property
Database update mutex that allows updates to be run in sequence so number of affected rows don't get mixed up since we use a single connection to the database.
Implementation
late final DBMutex updateMutex = DBMutex();
Database update mutex that allows updates to be run in sequence so number of affected rows don't get mixed up since we use a single connection to the database.
late final DBMutex updateMutex = DBMutex();