instance static method

Gets the WebStorage manager shared instance.

Implementation

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