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
Usage :-
this.locationListener = SystemSetting.addLocationListener(
async (locationEnabled) =>{
if(!locationEnabled){
console.log("Location is turned off in between");
await this.getLocationAccess();
}
}
);
The logs are printing multiple times...How to prevent this effect?
The text was updated successfully, but these errors were encountered:
Usage :-
this.locationListener = SystemSetting.addLocationListener(
async (locationEnabled) =>{
if(!locationEnabled){
console.log("Location is turned off in between");
await this.getLocationAccess();
}
}
);
The logs are printing multiple times...How to prevent this effect?
The text was updated successfully, but these errors were encountered: