runningAot method
Sets whether the app is running in AOT mode.
Implementation
SystemPropertiesBuilder runningAot(bool value) {
_runningAot = value;
return this;
}
Sets whether the app is running in AOT mode.
SystemPropertiesBuilder runningAot(bool value) {
_runningAot = value;
return this;
}