NotAuthenticatedException constructor

NotAuthenticatedException(
  1. dynamic message, {
  2. GrpcError? cause,
})

Constructs a new instance of NotAuthenticatedException from given cause

Implementation

NotAuthenticatedException(this.message, {this.cause});