Created
June 8, 2022 12:10
-
-
Save M97Chahboun/b8680f1456e9473a5c8f17232f114a57 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Set it in first screen | |
const String baseUrl = 'https://jsonplaceholder.typicode.com'; | |
// create request object | |
RocketRequest request = RocketRequest(url: baseUrl); | |
// save it, for use it from any screen | |
rocket.add(rocketRequestKey, request); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment