delete abstract method

Future<bool> delete(
  1. String tableName,
  2. int id
)

Implementation

Future<bool> delete(String tableName, int id);