throwUnauthorized method

void throwUnauthorized()
inherited

Implementation

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