deleteById abstract method

Future<bool> deleteById(
  1. String table,
  2. Object id
)

Remove por id; retorna se afetou algo.

Implementation

Future<bool> deleteById(String table, Object id);