session property
      
      StorageSession
      get
      session
      
    
    
Items in the session storage area are stored in-memory and will not be
persisted to disk.
Implementation
StorageSession get session =>
    StorageSession.fromJS($js.chrome.storage.session);