openSettings method
Opens the app settings page.
Use this when permission is PermissionStatus.permanentlyDenied or PermissionStatus.restricted, as the user must grant permission through system settings.
Implementation
Future<void> openSettings() =>
_channel.invokeMethod('permissions.openSettings');