userId property

String get userId

The currently authenticated user's UID.

Implementation

String get userId => _auth.currentUser!.uid;