mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactoring
This commit is contained in:
@@ -11,11 +11,11 @@ export class Toast {
|
||||
successIndex: 0,
|
||||
errIndex: 1
|
||||
})
|
||||
static hide;
|
||||
static hide(){};
|
||||
|
||||
@Cordova({
|
||||
successIndex: 1,
|
||||
errIndex: 2
|
||||
})
|
||||
static showWithOptions;
|
||||
static showWithOptions(options:any){};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user