isGuest static method

bool isGuest()

Implementation

static bool isGuest(){
  return environmentConfig.environment == FastAppEnvironment.guest;
}