()
| 8 | } |
| 9 | |
| 10 | async didLoad() { |
| 11 | console.error('didLoad'); |
| 12 | // Ready to call configDidLoad, |
| 13 | // Config, plugin files are referred, |
| 14 | // this is the last chance to modify the config. |
| 15 | // throw new Error('Method not implemented.'); |
| 16 | } |
| 17 | |
| 18 | async willReady() { |
| 19 | // All plugins have started, can do some thing before app ready |