onHttp abstract method
Subscribes to HTTP sync events.
Implementation
StreamSubscription<HttpEvent> onHttp(
void Function(HttpEvent) callback, {
Function? onError,
});
Subscribes to HTTP sync events.
StreamSubscription<HttpEvent> onHttp(
void Function(HttpEvent) callback, {
Function? onError,
});