openAppPermissionSettings method

void openAppPermissionSettings()

Opens the settings of the current application

Implementation

void openAppPermissionSettings() async {
  await Geolocator.openAppSettings();
}