ほぼ完成:QRcodeトライ
This commit is contained in:
@ -1028,7 +1028,7 @@ class DestinationController extends GetxController {
|
||||
print("An error occurred: $e");
|
||||
// await checkForCheckin();
|
||||
} finally {
|
||||
await Future.delayed(const Duration(seconds: 5)); // 一定時間待機してから再帰呼び出し
|
||||
await Future.delayed(const Duration(seconds: 1)); // 一定時間待機してから再帰呼び出し
|
||||
//print("--- End of checkForCheckin function, calling recursively ---");
|
||||
unawaited( checkForCheckin() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user