0.0.1 • Published 4 years ago
@pabrick/capacitor-user-default v0.0.1
@pabrick/capacitor-user-default
Froked branch from @nadlowebagentur/capacitor-user-default
to make it compatible with Capacitor 3.0
Credits to: @nadlowebagentur
Example
import { UserDefault } from '@pabrick/capacitor-user-default';
// access to the plugin
UserDefault.getByKey({ key: 'appServerURL' }).then(({ value }: any) => {
console.log({ value });
});
0.0.1
4 years ago