collectionServiceEventsPath function
Implementation
String collectionServiceEventsPath(String serviceCollectionName, {String? cloudRoot}) {
return 'hyttahub/${cloudRoot ?? _root()}/services/$serviceCollectionName/service_events';
}
String collectionServiceEventsPath(String serviceCollectionName, {String? cloudRoot}) {
return 'hyttahub/${cloudRoot ?? _root()}/services/$serviceCollectionName/service_events';
}