mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
parent
b91757e7e9
commit
65cf94b67b
@ -37,7 +37,6 @@ export class AppPreferences {
|
|||||||
* @return {Promise<any>} Returns a promise
|
* @return {Promise<any>} Returns a promise
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
sync: true,
|
|
||||||
callbackOrder: 'reverse'
|
callbackOrder: 'reverse'
|
||||||
})
|
})
|
||||||
fetch(dict: string, key?: string): Promise<any> { return; }
|
fetch(dict: string, key?: string): Promise<any> { return; }
|
||||||
|
Loading…
Reference in New Issue
Block a user