More rest calls
This commit is contained in:
parent
b5b8b3da51
commit
5bea196253
5 changed files with 123 additions and 94 deletions
|
|
@ -12,8 +12,9 @@ Future<Map<String, dynamic>> loadSecrets() async {
|
|||
|
||||
void main() {
|
||||
loadSecrets().then((secrets) {
|
||||
globals.firesApiKey = secrets['firesApiKey'];
|
||||
globals.gmapKey = secrets['gmapKey'];
|
||||
globals.firesApiKey = secrets['firesApiKey'];
|
||||
globals.firesApiUrl = secrets['firesApiUrl'];
|
||||
globals.prefs.then((prefs) {
|
||||
loadYourLocations(prefs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue