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