webStorageType property

WebStorageType webStorageType

The web storage type: window.sessionStorage or window.localStorage.

Implementation

WebStorageType get webStorageType {
  throw UnimplementedError(
      'webStorageType is not implemented on the current platform');
}