viewAll method

ResponseFuture<ComponentsList> viewAll(
  1. ActiveStatus request, {
  2. CallOptions? options,
})

View all

Implementation

$grpc.ResponseFuture<$0.ComponentsList> viewAll(
  $1.ActiveStatus request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewAll, request, options: options);
}