openAppSettings function
Open the application's settings page so the user can grant permissions
they previously denied. Returns true if the page was successfully opened.
Implementation
Future<bool> openAppSettings() =>
NativePermsPlatform.instance.openAppSettings();