Back

flashDelete()

Deletes a specific key from the Flash. Returns true if the key exists.

Name Type Required Default Description
key string Yes The key to delete
flashDelete(key="errorMessage");
Copied!