Vahid Rajabi

Results 1 comments of Vahid Rajabi

You can use SSE with `ResponseType.stream` in dio : ```Dart Response rs; Response rs = await Dio().get( "https://server/stream", options: Options(headers: { "Authorization": 'vhdrjb token"', "Accept": "text/event-stream", "Cache-Control": "no-cache", }, responseType:...