getAuthRepo function

AuthRepository getAuthRepo()

Implementation

AuthRepository getAuthRepo() {
  return serviceLocator!<AuthRepository>();
}