startSmeshing method

ResponseFuture<StartSmeshingResponse> startSmeshing(
  1. StartSmeshingRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.StartSmeshingResponse> startSmeshing(
    $5.StartSmeshingRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$startSmeshing, request, options: options);
}