AuthClient constructor

AuthClient(
  1. dynamic channel
)

Implementation

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