diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index 982028b..1b341b5 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -61,8 +61,4 @@ export class NotificationService { public cancelAllNotifications() { } - - public startReloadingNotificationTokens() { - - } }