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