openAppNotificationSettings method

Future<bool?> openAppNotificationSettings()

Opens the system settings UI where the user can manage notification permissions for the app.

Returns whether the settings page could be opened.

Implementation

Future<bool?> openAppNotificationSettings() async {
  throw UnimplementedError(
    'openAppNotificationSettings() has not been implemented',
  );
}