chatWithAudio abstract method

Stream<ChatResponse> chatWithAudio(
  1. ServiceCall call,
  2. ChatWithAudioRequest request
)

Implementation

$async.Stream<$0.ChatResponse> chatWithAudio(
    $grpc.ServiceCall call, $0.ChatWithAudioRequest request);