Created
January 13, 2022 14:59
-
-
Save ulisseshen/475c0ac2bd724c9bdf570a0832cce3cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Future<http.Response> fetchAlbum() { | |
return http.get(Uri.parse('https://jsonplaceholder.typicode.com/albums/1')); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment