updateMutex property

DBMutex updateMutex
latefinal

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();