I have the following code in home.dart
home.dart
void initState() { super.initState(); dbServ.getUserData().then((value){ print(value); }); }