jumpToAndroidNotificationSettings method

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

跳转到通知设置页面

Implementation

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