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