listConversations method

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

Implementation

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