mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Yea, toast
This commit is contained in:
@@ -19,6 +19,9 @@ export class Plugin {
|
||||
|
||||
doMethod(method) {
|
||||
console.log('Doing method', method, 'on Plugin', this.plugin);
|
||||
|
||||
// TODO: Pass args
|
||||
this.plugin[method].apply(this.plugin);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user