userId property

String get userId

Current user id

Implementation

String get userId {
  return _authService.userId!;
}