forceDelete method
Hard-deletes the record, bypassing soft-delete flows entirely.
Implementation
Future<void> forceDelete() => delete(force: true);
Hard-deletes the record, bypassing soft-delete flows entirely.
Future<void> forceDelete() => delete(force: true);