7 lines
143 B
Dart
Raw Normal View History

2022-05-11 23:41:39 -07:00
class Constants{
static const String baseUrl = "https://newsapi.org";
static const String apiKey = "640f7435fec643d6abdd8eb6de375859";
}