supportsSoftDelete property

bool get supportsSoftDelete

Whether this store performs soft delete (set deletedAt) instead of hard delete.

Implementation

bool get supportsSoftDelete => false;