openAppPermissionSettings method
void
openAppPermissionSettings()
Opens the settings of the current application
Implementation
void openAppPermissionSettings() async {
await Geolocator.openAppSettings();
}
Opens the settings of the current application
void openAppPermissionSettings() async {
await Geolocator.openAppSettings();
}