I have tried this code but getting error in timeoutAfter method as it is not recognized.
LocalNotifications.schedule({ notifications: [ { title: "Incoming Call", body: bodyValue, id: idValue, timeoutAfter: 3000 }, ], });
Although timeoutAfter method is available in Cordova plugin but not in Capacitor.
2.1m questions
2.1m answers
60 comments
57.0k users