Skip to content

Instantly share code, notes, and snippets.

@vasilich6107
Created January 13, 2020 21:18
Show Gist options
  • Save vasilich6107/98d5a4ec5c24e2641582b7d4923d754c to your computer and use it in GitHub Desktop.
Save vasilich6107/98d5a4ec5c24e2641582b7d4923d754c to your computer and use it in GitHub Desktop.
if (result.hasException) {
return Text(result.exception.toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment