I have implemented user authentications successfully, everything is working fine, I just want to manage currentUser in an efficient way.
I want to login once and want to access the currentUser in app at any moment.
FirebaseAuth.instance.currentUser()
is a Future<FirebaseUser>, I want to get instantly, I am unable to figure it out how to manage this, I think no need to add code for this, I am just seeking for an idea.