remove abstract method

Future<int?> remove({
  1. E? entity,
  2. String? whereClause,
})

Implementation

Future<int?> remove({E? entity, String? whereClause});