onRoutesRequestError abstract method

void onRoutesRequestError(
  1. Error error
)

Will be called when an error occurs during routes, alternatives or uri request

Implementation

void onRoutesRequestError(runtime_error.Error error);