queen_env library

Properties

envKeys Set<String>
no setter

Functions

env(String key) String
get value from the env file by the key if the key is null it will reutrn empty String
envOrNull(String key) String?
get value from the env file by the key
loadEnv([String path = '.env']) Future<void>
load env file