Closed guyluz11 closed 4 years ago
What would you expect instead of the exception? Firedart in the current state does not attempt to silently retry in the background, like the official libraries do.
All network calls are tried once and will throw the appropriate exception if they fail. Error handling and recovery are left to the user of the library.
When I don't have internet I get this exception.