Future<bool> deleteByUniqueKey(String uniqueKey) { return deleteByIndex(r'uniqueKey', [uniqueKey]); }