getUserId method Null safety

String? getUserId()

Get userId associate with this user session

Implementation

String? getUserId() {
  return _userId;
}