Skip to content

Commit

Permalink
docs: přesunutí komentáře na správné místo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken authored Nov 20, 2023
1 parent 3eb8a0b commit 36c54fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/test_everything_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ void main(List<String> args) async {
/// Vytvoření instance kantýny
Canteen canteenInstance = Canteen(url);

/// Přihlášení (je nutné pro fungování všech funkcí krom tedy zíkání jídelníčku bez cen)
try {
print(await canteenInstance.login(username, password) ? "login succesful" : "login failed"); // přihlásit se
} catch (e) {
print('Login Failed - either bad url or no internet');
return;
}

/// Přihlášení (je nutné pro fungování všech funkcí krom tedy zíkání jídelníčku bez cen)


/// Získání informací o uživateli
Uzivatel uzivatel = await canteenInstance.ziskejUzivatele();
Expand Down

0 comments on commit 36c54fb

Please sign in to comment.