Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created December 23, 2022 20:52
Show Gist options
  • Save DmitrySikorsky/8e261abe9f3fa31aafe941b31702aec8 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/8e261abe9f3fa31aafe941b31702aec8 to your computer and use it in GitHub Desktop.
Future main() async {
...
String? token;
if (kIsWeb) {
token = Uri.base.queryParameters['token'];
}
runApp(MyApp(token: token));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment