Searched refs:handleSubscription (Results 1 – 3 of 3) sorted by relevance
17 let handleSubscription = null; variable46 if (handleSubscription) {47 handleSubscription.remove();48 handleSubscription = null;55 …handleSubscription = notificationEmitter.addListener(handleNotificationEventName, async ({ id, not…
1 …handleSubscription: Subscription | null = null;\nlet handleTimeoutSubscription: Subscription | nul…
53 let handleSubscription: Subscription | null = null; variable83 if (handleSubscription) {84 handleSubscription.remove();85 handleSubscription = null;93 handleSubscription = notificationEmitter.addListener<HandleNotificationEvent>(