nativescript-background-fetch
nativescript-background-fetch copied to clipboard
JS ERROR Error: Actual arguments count: "1". Expected: "0"
I tried to restart background-fetch again removing comment in BackgroundFetch.start(() => { ... }, (status) { ...}); but syntax error occurs. I just fix it with (status) => but runtime error occurs with above message.