handleComputeError abstract method
Handles errors that occur during computation.
Takes an error
argument which represents the error that occurred.
Returns a future that completes when the error handling is done.
Implementation
@protected
Future<void> handleComputeError(dynamic error);