update abstract method

void update(
  1. String table,
  2. Map<String, Object?> values, {
  3. String? where,
  4. List<Object?>? whereArgs,
  5. ConflictAlgorithm? conflictAlgorithm,
})

Implementation

void update(String table, Map<String, Object?> values,
    {String? where,
    List<Object?>? whereArgs,
    ConflictAlgorithm? conflictAlgorithm});