We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d63d42 commit 58275d0Copy full SHA for 58275d0
lib/notification_center/index.ts
@@ -58,7 +58,6 @@ export interface NotificationSender {
58
export class DefaultNotificationCenter implements NotificationCenter, NotificationSender {
59
private logger: LogHandler;
60
private errorHandler: ErrorHandler;
61
- private callbacks: Map<Fn, boolean> = new Map();
62
63
private removerId = 1;
64
private eventEmitter: EventEmitter<NotificationPayload> = new EventEmitter();
0 commit comments