Skip to content

Instantly share code, notes, and snippets.

@pdslly
Last active October 24, 2019 06:06
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 pdslly/b6bb8f2e87119072273e33b5ff3cdbbe to your computer and use it in GitHub Desktop.
Save pdslly/b6bb8f2e87119072273e33b5ff3cdbbe to your computer and use it in GitHub Desktop.
dart_futures
final myFuture = http.get(""https://example.com);
// 许多的Dart异步API都是返回的Futures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment