Skip to content

Instantly share code, notes, and snippets.

@M97Chahboun
Created June 8, 2022 12:10
Show Gist options
  • Save M97Chahboun/b8680f1456e9473a5c8f17232f114a57 to your computer and use it in GitHub Desktop.
Save M97Chahboun/b8680f1456e9473a5c8f17232f114a57 to your computer and use it in GitHub Desktop.
// 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