You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: