setGeustEnvironment static method

dynamic setGeustEnvironment()

Implementation

static setGeustEnvironment(){
  storeString('GeustEnvironment', '1');
  FastData.setIsGuest();
  environmentConfig.environment = FastAppEnvironment.guest;
}