stopAll method

ResponseFuture<StopAllResponse> stopAll(
  1. StopAllRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$30.StopAllResponse> stopAll($30.StopAllRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$stopAll, request, options: options);
}