openNotificationSettings method

  1. @override
Future<void> openNotificationSettings()
override

Open notification settings

Implementation

@override
Future<void> openNotificationSettings() async {
  // Web browsers don't have direct notification settings access
  _showBrowserSettingsMessage('Notification');
}