instance static method

WebStorageManager instance()

Gets the WebStorage manager shared instance.

Implementation

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