chatWithImage_Pre method

Stream<ChatResponse> chatWithImage_Pre(
  1. ServiceCall $call,
  2. Future<ChatWithImageRequest> $request
)

Implementation

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