UNPKG

nativescript-preferences

Version:
9 lines (8 loc) 269 B
import { Common } from './preferences.common'; export declare class Preferences extends Common { setValue(key: string, value: any): void; getValue(key: string, defaultValue?: any): any; clear(): void; openSettings(): void; private getPreferences; }