Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created December 12, 2020 05:49
Show Gist options
  • Save marcossevilla/b2a1750b6ecb2c5f8cdaaa91577b2cc2 to your computer and use it in GitHub Desktop.
Save marcossevilla/b2a1750b6ecb2c5f8cdaaa91577b2cc2 to your computer and use it in GitHub Desktop.
Future callToAPI() async {
await http.get('url_to_my_api.dev/api');
}
Future anotherCallToAPI() async {
await http.get('url_to_my_api.dev/api/another');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment