onDeleteEnd method

void onDeleteEnd(
  1. String id, {
  2. required bool success,
})

Called at the end of a delete operation.

Implementation

void onDeleteEnd(String id, {required bool success}) {}