Delete a data table's record by its primary key Returns the number of records effected.
Future<int> delete(String table, int id) { throw UnimplementedError(); }