Skip to content

Instantly share code, notes, and snippets.

@doug-orchard
Created June 21, 2020 09:02
Show Gist options
  • Save doug-orchard/b579271ff96d018f1a5e64cbe8ffadab to your computer and use it in GitHub Desktop.
Save doug-orchard/b579271ff96d018f1a5e64cbe8ffadab to your computer and use it in GitHub Desktop.
Future.delayed(Duration(milliseconds: 2000)).then((a) => print(a));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment