return the timer

dev_faiz
Elham Rababh 4 years ago
parent 3f49de9c2c
commit 249f57ed85

@ -15,11 +15,11 @@ import 'first_column.dart';
class MyHomePage extends StatefulWidget {
String title = "MyHomePage";
bool have0Patient = false;
bool have0Patient = true;
bool have1Patient = false;
bool have2Patient = false;
bool have3Patient = true;
bool haveListOfPatient = true;
bool have3Patient = false;
bool haveListOfPatient = false;
@override
State<MyHomePage> createState() => _MyHomePageState();
@ -88,7 +88,7 @@ class _MyHomePageState extends State<MyHomePage> {
@override
void initState() {
// startTimer();
startTimer();
super.initState();
}

Loading…
Cancel
Save