Created
April 3, 2019 09:36
-
-
Save Tomucha/2a10901c88bf99146777ba3a61d9f7a2 to your computer and use it in GitHub Desktop.
Jak tohle vubec muze fungovat ... ale funguje.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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