notification method

Future<bool?> notification()

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

Implementation

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