delete abstract method
Delete a list of items
It takes the list of deleted items.
param
is used to parametrize the query (ex: user
id, token).
param
can be also used to distinguish between many
delete queries
Implementation
Future<dynamic> delete(List<T> items, P? param);