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