appNotification method

Future<bool?> appNotification()

应用通知设置 Open Android settings in App Notification section. returns operation successful or failure.

Implementation

Future<bool?> appNotification() {
  return postMessage(
    action: 'android.settings.APP_NOTIFICATION_SETTINGS',
  );
}