applicationNotification method
应用通知设置
Open Android settings in Application Notification
section.
returns operation successful or failure.
Implementation
Future<bool?> applicationNotification() {
return postMessage(
action: 'android.settings.APPLICATION_NOTIFICATION_SETTINGS',
);
}