instance static method
Gets the AndroidProcessGlobalConfig shared instance.
Implementation
static AndroidProcessGlobalConfig instance() {
return (_instance != null) ? _instance! : _init();
}
Gets the AndroidProcessGlobalConfig shared instance.
static AndroidProcessGlobalConfig instance() {
return (_instance != null) ? _instance! : _init();
}