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