Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/aa3a7330234efb069af50e77eb144f20 to your computer and use it in GitHub Desktop.
Save Vanethos/aa3a7330234efb069af50e77eb144f20 to your computer and use it in GitHub Desktop.
void throwError() {
Future.delayed(Duration(seconds: 1)).then((_) => throw Exception());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment