Skip to content

Instantly share code, notes, and snippets.

@Tomucha
Created April 3, 2019 09:36
Show Gist options
  • Save Tomucha/2a10901c88bf99146777ba3a61d9f7a2 to your computer and use it in GitHub Desktop.
Save Tomucha/2a10901c88bf99146777ba3a61d9f7a2 to your computer and use it in GitHub Desktop.
Jak tohle vubec muze fungovat ... ale funguje.
Future<bool> muzemePokracovat() async {
List problemy = await rest("/problemy").get();
return problemy.isEmpty || await app.confirm('Ignorovat nalezene problemy?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment