AuthClient constructor

AuthClient(
  1. dynamic channel
)

Implementation

AuthClient(channel) {
  _stub = AuthServiceClient(channel);
}