added message to external checkin call

This commit is contained in:
Mohamed Nouffer
2023-09-15 17:56:15 +05:30
parent f760294a39
commit 63a86d75d6
2 changed files with 4 additions and 1 deletions

View File

@ -154,6 +154,9 @@ class ExternalService {
print('----checkin res _res : $_res ----');
}
}
else{
Get.snackbar("エラーがおきました", "サーバーに更新できませんでした");
}
}
}
else{