getSessions method

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

Implementation

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