diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts new file mode 100644 index 0000000..720161e --- /dev/null +++ b/src/services/NotificationService.ts @@ -0,0 +1,17 @@ +class NotificationService { + public startListeningForNotification() { + + } + + public stopListeningForNotification() { + + } + + public stopListeningForAllNotifications() { + + } + + public startReloadingNotificationTokens() { + + } +} diff --git a/test/services/NotificationServiceTests.test.ts b/test/services/NotificationServiceTests.test.ts new file mode 100644 index 0000000..e69de29