无法设置计划的本地通知:未知 属性:触发器

Can't set scheduled local notifications: Unknown property: trigger

在 package.json 我有以下内容:

"@ionic-native/local-notifications": "^5.15.1",
"cordova-plugin-local-notification": "^0.9.0-beta.3",

当我使用 'trigger' 属性:

this.localNotifications.schedule({
   title: 'In 15 seconds',
   //foreground: true,
   trigger: { in: 15, unit: ELocalNotificationTriggerUnit.SECOND }
})

我在控制台中遇到错误:

"Unknown property: trigger"

有什么想法吗?

我使用的是 Ionic DevApp,但它不支持本地通知