storage.js 241 Bytes
Newer Older
1
module.exports = {
2
  async activated() {
3 4

  },
5
  async deactivated() {
6 7

  },
8
  async init() {
9 10

  },
11
  async created() {
12 13

  },
14
  async updated() {
15 16

  },
17
  async deleted() {
18 19

  },
20
  async renamed() {
21

22 23 24
  },
  async getLocalLocation () {

25 26
  }
}