storage.js 241 B

1234567891011121314151617181920212223242526
  1. module.exports = {
  2. async activated() {
  3. },
  4. async deactivated() {
  5. },
  6. async init() {
  7. },
  8. async created() {
  9. },
  10. async updated() {
  11. },
  12. async deleted() {
  13. },
  14. async renamed() {
  15. },
  16. async getLocalLocation () {
  17. }
  18. }