UNPKG

@capacitor/preferences

Version:

The Preferences API provides a simple key/value persistent store for lightweight data.

7 lines 262 B
import { registerPlugin } from '@capacitor/core'; const Preferences = registerPlugin('Preferences', { web: () => import('./web').then((m) => new m.PreferencesWeb()), }); export * from './definitions'; export { Preferences }; //# sourceMappingURL=index.js.map