onError abstract method

void onError(
  1. Error error
)

error Error has occurred in offline cache manager. Expected error types: 1. runtime_network_errors.RemoteError 2. runtime_local_error.LocalError

Implementation

void onError(runtime_error.Error error);