attach static method
Attaches a global Environment instance to this property source.
Must be called before accessing environment
.
Implementation
static void attach(Environment environment) {
_environment = environment;
}
Attaches a global Environment instance to this property source.
Must be called before accessing environment
.
static void attach(Environment environment) {
_environment = environment;
}