getSessions method

ResponseFuture<GetSessionsResponse> getSessions(
  1. GetSessionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$30.GetSessionsResponse> getSessions($30.GetSessionsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getSessions, request, options: options);
}