instance static method

Gets the AndroidProxyController shared instance.

Implementation

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