capacitor-plugin-native-toolbox
v0.3.0
Published
Toolbox for native stuff.
Downloads
6
Readme
capacitor-plugin-native-toolbox
A random set of native functions for iOS and Android.
Install
npm install capacitor-plugin-native-toolbox
npx cap syncUsage
import { openNativeAppSettings } from "capacitor-plugin-native-toolbox";
openNativeAppSettings();Methods
openNativeAppSettings()
Opens the apps native settings.
