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