Back

flashKeyExists()

Checks if a specific key exists in the Flash.

Name Type Required Default Description
key string Yes The key to check.
errorExists = flashKeyExists("error");
Copied!