uid property

String? get uid

Returns current user id (user has logged in )

Implementation

String? get uid => auth.currentUser?.id;