chatWithImageSync method

ResponseFuture<ChatResponse> chatWithImageSync(
  1. ChatWithImageRequest request, {
  2. CallOptions? options,
})

Send message with image SYNC (for testing)

Implementation

$grpc.ResponseFuture<$0.ChatResponse> chatWithImageSync(
  $0.ChatWithImageRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$chatWithImageSync, request, options: options);
}