collectionServiceBetaUsersPath function

String collectionServiceBetaUsersPath({
  1. String? cloudRoot,
})

Implementation

String collectionServiceBetaUsersPath({String? cloudRoot}) {
  return 'hyttahub/${cloudRoot ?? _root()}/services/status/beta_users';
}