SpeechClient constructor

SpeechClient(
  1. ClientChannel channel, {
  2. CallOptions? options,
})

Implementation

SpeechClient($grpc.ClientChannel channel, {$grpc.CallOptions? options})
    : super(channel, options: options);