UserManagerClient constructor

UserManagerClient(
  1. ClientChannel channel, {
  2. CallOptions? options,
  3. Iterable<ClientInterceptor>? interceptors,
})

Implementation

UserManagerClient($grpc.ClientChannel channel,
    {$grpc.CallOptions? options,
    $core.Iterable<$grpc.ClientInterceptor>? interceptors})
    : super(channel, options: options,
      interceptors: interceptors);