7 lines
143 B
Dart
7 lines
143 B
Dart
|
class Constants{
|
||
|
static const String baseUrl = "https://newsapi.org";
|
||
|
static const String apiKey = "640f7435fec643d6abdd8eb6de375859";
|
||
|
}
|
||
|
|
||
|
|