Flutter int reverting to previous value after updating value in SQFLite
I have an int putOffCount which should be set to 19 on button press. In reality the int is set to 19 momentarilly before returning to 0. I am working in Flutter with sqflite as a local database.