Skip to content

Instantly share code, notes, and snippets.

@alphamikle
Last active October 8, 2021 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphamikle/2676a209c60df5d22e9849859956b6fd to your computer and use it in GitHub Desktop.
Save alphamikle/2676a209c60df5d22e9849859956b6fd to your computer and use it in GitHub Desktop.
Isolated dart code
void main(List<String> arguments, dynamic message) {
print('GITHUB: Arguments from your isolate: $arguments');
print('GITHUB: Message from your isolate: $message');
// V3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment