forceDelete method

Future<void> forceDelete()
inherited

Hard-deletes the record, bypassing soft-delete flows entirely.

Implementation

Future<void> forceDelete() => delete(force: true);