How to dismiss push notification on IOS

From official documentation for android we could use Notifications.dismissNotificationAsync(notificationId) to dismiss notification by id.
But what should be done to do the same things on IOS?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.