jumpToAndroidNotificationSettings method

void jumpToAndroidNotificationSettings({
  1. String? id,
})

跳转到通知设置页面

Implementation

void jumpToAndroidNotificationSettings({String? id}) {
  throw UnimplementedError(
      'jumpToAndroidNotificationSettings() has not been implemented.');
}