collectionServiceEventsPath function

String collectionServiceEventsPath(
  1. String serviceCollectionName, {
  2. String? cloudRoot,
})

Implementation

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