instance static method

Gets the AndroidWebViewFeature shared instance.

Implementation

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