@Giallo wrote:
Hi guys, I tried using shake plugin for my app, the code i wrote(actually the code I saw on official documentation page) is
const watch = this.shake.startWatch().subscribe(() => { alert('shake!'); }); watch.unsubscribe();the error i keep getting is:
plugin.js:168 TypeError: Cannot read property 'stopWatch' of undefined
Can u help me see what am I missing here?
Posts: 2
Participants: 2