jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
90 stars 58 forks source link

How to create builder with Header? #103

Closed arvie9 closed 7 months ago

arvie9 commented 1 year ago

Hello, we have this on java code before: _hubConnection = HubConnectionBuilder.create(url).withHeader("Origin", ApiConstants.streaming_URL).build();

How can we do the same with this package?