collectionServiceAlphaUsersPath function

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

Implementation

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