getIsBubblewrapSandbox function
Check if running inside a Bubblewrap sandbox.
Implementation
bool getIsBubblewrapSandbox() {
return Platform.isLinux &&
isEnvTruthy(Platform.environment['MAGE_BUBBLEWRAP']);
}
Check if running inside a Bubblewrap sandbox.
bool getIsBubblewrapSandbox() {
return Platform.isLinux &&
isEnvTruthy(Platform.environment['MAGE_BUBBLEWRAP']);
}