listConversations method

ResponseFuture<ListConversationsResponse> listConversations(
  1. ListConversationsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.ListConversationsResponse> listConversations(
    $11.ListConversationsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listConversations, request, options: options);
}