Open device settings with Capacitor

I’m trying to find a way to open the settings/preferences app with capacitor but I’m unsuccessful.

App.canOpenUrl({ url: 'com.apple.Preferences' }) is failing with error message -canOpenURL: failed for URL: "com.apple.Preferences" - error: "Invalid input URL"

I’m not sure if I’m doing it wrong or if it’s even possible with capacitor to open native app…?

this article open the facebook app, but I can’t find a way for native app