showNotificationConfigPage method
Opens the app notifications page
Implementation
@override
Future<void> showNotificationConfigPage({String? channelKey}) {
return LocalNotificationsPlatform.instance
.showNotificationConfigPage(channelKey: channelKey);
}