showNotificationConfigPage method
Opens the app notifications page
Implementation
@override
Future<void> showNotificationConfigPage({String? channelKey}) async {
await methodChannel.invokeMethod(
CHANNEL_METHOD_SHOW_NOTIFICATION_PAGE, channelKey);
}