update abstract method
      
void
update(})
      
     
    
See Database.update
Implementation
void update(
  String table,
  Map<String, Object?> values, {
  String? where,
  List<Object?>? whereArgs,
  ConflictAlgorithm? conflictAlgorithm,
});