instance static method

Gets the AndroidProcessGlobalConfig shared instance.

Implementation

static AndroidProcessGlobalConfig instance() {
  return (_instance != null) ? _instance! : _init();
}