ServiceCallingComponent constructor
ServiceCallingComponent({})
Implementation
ServiceCallingComponent({
required this.rootName,
required this.child,
this.serviceMaxIdleDuration = const Duration(minutes: 180),
this.createStateOnCall = true,
this.createStateOnInitialize = true,
}) : super(child);