uid property
String?
get
uid
Returns current user id (user has logged in )
Implementation
String? get uid => auth.currentUser?.id;
Returns current user id (user has logged in )
String? get uid => auth.currentUser?.id;