createDefaultNotificationHttp(fetchImpl?: fetch): INotificationHttp
Creates the default fetch-backed INotificationHttp.
optional
fetchImpl: fetch = fetch
The fetch function to use (defaults to global fetch)
The notification HTTP adapter