instance static method

Gets the AndroidServiceWorkerController shared instance.

Implementation

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