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