You can also specify a default fallback value for when the variable is undefined in the .env file. Future<void> main() async { await dotenv.load(); String foo = ...
確定! 回上一頁