Commit b28ec83
committed
fix(notifications): implement missing onTokenRefreshed stream
Add the missing override for the onTokenRefreshed stream in the NoOpPushNotificationService class. This ensures the class now provides an implementation for all required members of the PushNotificationService interface, including a no-op implementation for the token refresh functionality.1 parent eba2604 commit b28ec83
File tree
1 file changed
+3
-0
lines changed- lib/notifications/services
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments