handleComputeError abstract method

  1. @protected
Future<void> handleComputeError(
  1. dynamic error
)

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);