throwUnauthorized method

void throwUnauthorized()

Implementation

void throwUnauthorized() {
  throw GrpcError.unauthenticated('Unauthorized');
}