updateById abstract method

Future<bool> updateById(
  1. String table,
  2. Object id,
  3. Map<String, Object?> values
)

Atualiza por id; retorna se afetou algo.

Implementation

Future<bool> updateById(String table, Object id, Map<String, Object?> values);