Delete a record from the database
@override @protected Future<void> delete(String key) => _secureStorage.delete(key: __separateKey(key));