supportsSoftDelete property
bool
get
supportsSoftDelete
Whether this store performs soft delete (set deletedAt) instead of hard delete.
Implementation
bool get supportsSoftDelete => false;
Whether this store performs soft delete (set deletedAt) instead of hard delete.
bool get supportsSoftDelete => false;