final String baseUrl = dotenv.env['BASE_URL'] ?? 'default_url'; final String apiKey = dotenv.env['API_KEY'] ?? 'default_key'; Here in null check why default URL and key we are hiding it from outside world?
Somethings about me JAVA for DS JAVASCRIPT FOR CREATIVITY HASHNODE For Blogs Node Js Because i love how things works behind the scene And love you because you visit me
If You have any doubt or anything to share you can contact me at amanthapliyal14@gmail.com
final String baseUrl = dotenv.env['BASE_URL'] ?? 'default_url'; final String apiKey = dotenv.env['API_KEY'] ?? 'default_key'; Here in null check why default URL and key we are hiding it from outside world?