hortigadoOriginal post
Rank 3: Container
Plain text
'<DATABASE_ID>', '<TABLE_ID>', '<ROW_ID>', { 'stock': Operator.increment(2) }, );``` in flutter sdk It works like thisSummary
To increment a value by 2 using REST API in Flutter SDK, use the Operator.increment(2) function within the updateRow method of tablesDB.