I tried implementing the same but it gives me error:
"Non-nullable instance field 'user' must be initialized.
Try adding an initializer expression, or a generative constructor that initializes it, or mark it"
for
And if I further do
User? user;
Timer? timer;
then it throw exception
No implementation found for method Auth#registerIdTokenListener on channel plugins.flutter.io/firebase_auth
I tried implementing the same but it gives me error:
"Non-nullable instance field 'user' must be initialized.
Try adding an initializer expression, or a generative constructor that initializes it, or mark it"
for
And if I further do
then it throw exception
No implementation found for method Auth#registerIdTokenListener on channel plugins.flutter.io/firebase_auth