Anas B.
Results
2
issues of
Anas B.
Hey, I tried ESP32 example but I just keep getting "variable or field 'webSocketEvent' declared void" error. I don't know why and I don't really know how to fix it....
Hey when I try to use UserNotificationListener from windows.ui.notifications.management I am trying to add a listener : ```js const listener = UserNotificationListener.current; listener.addListener('NotificationChanged', (e) => { console.log(e); }); ``` but...