isRunningOnHomespace function
Check if running on homespace.
Implementation
bool isRunningOnHomespace() {
return _isEnvTruthy(Platform.environment['MAGE_HOMESPACE']);
}
Check if running on homespace.
bool isRunningOnHomespace() {
return _isEnvTruthy(Platform.environment['MAGE_HOMESPACE']);
}