openSettings method
Implementation
void openSettings({bool openApp = true}) {
if (openApp) {
Geolocator.openAppSettings();
} else {
Geolocator.openLocationSettings();
}
}
void openSettings({bool openApp = true}) {
if (openApp) {
Geolocator.openAppSettings();
} else {
Geolocator.openLocationSettings();
}
}