# capacitor-plugin-native-toolbox

A random set of native functions for iOS and Android.

## Install

```
npm install capacitor-plugin-native-toolbox
npx cap sync
```

## Usage

```
import { openNativeAppSettings } from "capacitor-plugin-native-toolbox";

openNativeAppSettings();
```

## Methods

### openNativeAppSettings()

Opens the apps native settings.
