withService static method

CanisterActor Function(ActorConfig config) withService(
  1. Service service
)

Implementation

static CanisterActor Function(ActorConfig config) withService(
        Service service) =>
    (ActorConfig config) => CanisterActor(config, service);