async_builder
async_builder copied to clipboard
Unhandled Exception After setState
After calling setState and setting the future with an error, in console appears Unhandled Exception,
Is there a way to refresh the future after an error without an unhandled exception appears because another error was received by the future?
Exceptions emitted from the future are printed to the console by default unless you explicitly provide an error builder or set silent to true.
Refreshing is out of the scope of this package and should generally be handled by your business logic.