GrpcError.unauthenticated constructor
GrpcError.unauthenticated([])
The request does not have valid authentication credentials for the operation.
Implementation
GrpcError.unauthenticated([this.message, this.details, this.rawResponse])
: trailers = const {},
code = StatusCode.unauthenticated;