Skip to content

Instantly share code, notes, and snippets.

@lmzach09
Created August 5, 2019 05:08
Show Gist options
  • Save lmzach09/e23bc1a05f3f49d5d3dad0dbb1dda346 to your computer and use it in GitHub Desktop.
Save lmzach09/e23bc1a05f3f49d5d3dad0dbb1dda346 to your computer and use it in GitHub Desktop.
Imports needed for Dart/Flutter Isolates, which is asynchronous code that runs in a separate thread.
import 'dart:async';
import 'dart:isolate';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment