getCurrentUserId method

String getCurrentUserId()

Get the user id of the the current authenticated user

Implementation

String getCurrentUserId() {
  return _authService.userId!;
}