deleteByIds method Null safety

Future<void> deleteByIds(
  1. String? correlationId,
  2. List<K> ids
)

Deletes multiple data items by their unique ids.

  • correlationId (optional) transaction id to trace execution through call chain.
  • ids ids of data items to be deleted.