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