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 { class MyHomePage extends StatefulWidget {
String title = "MyHomePage"; String title = "MyHomePage";
bool have0Patient = false; bool have0Patient = true;
bool have1Patient = false; bool have1Patient = false;
bool have2Patient = false; bool have2Patient = false;
bool have3Patient = true; bool have3Patient = false;
bool haveListOfPatient = true; bool haveListOfPatient = false;
@override @override
State<MyHomePage> createState() => _MyHomePageState(); State<MyHomePage> createState() => _MyHomePageState();
@ -88,7 +88,7 @@ class _MyHomePageState extends State<MyHomePage> {
@override @override
void initState() { void initState() {
// startTimer(); startTimer();
super.initState(); super.initState();
} }

Loading…
Cancel
Save