shouldRethrow property

bool shouldRethrow
final

shouldRethrow Tells cached query whether it should rethrow any error caught in the query.

shouldRethrow is useful if you use try catches in your app for error handling/logout. By default a query will catch all errors and exceptions and update the state.

Implementation

final bool shouldRethrow;