allAppsNotification method

Future<bool?> allAppsNotification()

所有应用通知管理 Open Android settings in Manage all applications notification section. returns operation successful or failure.

Implementation

Future<bool?> allAppsNotification() {
  return postMessage<bool?>(
      action: 'android.settings.ALL_APPS_NOTIFICATION_SETTINGS');
}