chatWithAudio_Pre method

Stream<ChatResponse> chatWithAudio_Pre(
  1. ServiceCall $call,
  2. Future<ChatWithAudioRequest> $request
)

Implementation

$async.Stream<$0.ChatResponse> chatWithAudio_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ChatWithAudioRequest> $request) async* {
  yield* chatWithAudio($call, await $request);
}