MadhuN
Results
2
comments of
MadhuN
@blablanumerodeux can you please elaborate what you have done to use a single AuthorizationService instance. I'm having the same issue in my app. Thanks
**getx version: 4.6.1** To get request body. `httpClient.addRequestModifier((request) async {` ` String body = await request.bodyBytes.bytesToString();` ` print(body);` ` return request;` `});` `bytesToString()` is an extension function on `Stream` in...