authorizationOpenSettings method
Opens the app's system settings screen -- the only way to recover once a permission has been permanently denied (BBAuthorization.denied), since the system will no longer show its own request dialog for it.
Implementation
Future<void> authorizationOpenSettings() => BlueBreezePlatform.instance.authorizationOpenSettings();