setOnOpenSettings abstract method

void setOnOpenSettings(
  1. VoidCallback callback
)

A method that allows you to set a callback that's called whenever a user visits the "In-app settings": iOS Settings > App Name > Notifications > "Customize in App"

iOS only: Specifically when userNotificationCenter(_:openSettingsFor:) is called.

Implementation

void setOnOpenSettings(VoidCallback callback);