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