Skip to content

Miscellaneous

flashKeyExists()

flashKeyExists() — returns any

Checks if a specific key exists in the Flash.

NameTypeRequiredDefaultDescription
keystringyesThe key to check if it exists.
errorExists = flashKeyExists("error");