appNotification method
Open Android settings in App Notification section.
returns operation successful or failure.
Implementation
Future<bool> appNotification() {
return sendAndroidAppIntent(
'android.settings.APP_NOTIFICATION_SETTINGS',
);
}