We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb09456 commit 509d349Copy full SHA for 509d349
lib/src/Notifications.ts
@@ -54,7 +54,7 @@ export class NotificationsRoot {
54
/**
55
* postLocalNotification
56
*/
57
- public postLocalNotification(notification: Notification, id: number) {
+ public postLocalNotification(notification: Notification, id?: number) {
58
return this.commands.postLocalNotification(notification, id);
59
}
60
0 commit comments