GenericServiceClient constructor

GenericServiceClient(
  1. String name,
  2. ClientChannelBase channel
)

Implementation

GenericServiceClient(this.name, this.channel);