This commit is contained in:
Hamza-Ayed
2023-09-21 00:29:25 +03:00
parent 5f402a0b65
commit 9bc121f07a
19 changed files with 253 additions and 181 deletions

View File

@@ -10,7 +10,7 @@ class TimerController extends GetxController {
@override
void onInit() {
startTimer();
// startTimer();//TODO check if it true
super.onInit();
}