(type: NotificationType0<RO>, handler: NotificationHandler0)
| 96 | sendNotification(method: string | RPCMessageType, params?: any): void; |
| 97 | |
| 98 | onNotification<RO>(type: NotificationType0<RO>, handler: NotificationHandler0): void; |
| 99 | onNotification<P, RO>(type: NotificationType<P, RO>, handler: NotificationHandler<P>): void; |
| 100 | onNotification(method: string, handler: GenericNotificationHandler): void; |
| 101 | onNotification(method: string | RPCMessageType, handler: GenericNotificationHandler): void; |
no outgoing calls
no test coverage detected