Amrit Pandey
Amrit Pandey
### Description When an error is triggered within the Datastore error handler, there isn't any mechanism to obtain the original request for the client to retry. It's necessary to establish...
### Description While testing my Flutter app on the iOS simulator, I came across an issue. It occurred during the execution of `Datastore.save`, where the mutation failed due to a...
The request function has a return type of `Stream`. As a result, the catch block will use `Stream.error()` to asynchronously propagate the exception.
I'm encountering a timeout exception when using the `DioLink._executeDioRequest` method in my app. It seems that when requests are timeout, it throws an uncaught exception. I have an PR open...