onError method
The method that is called when an error has occurred in the analysis server. This method will not be invoked under normal conditions.
Implementation
void onError(Object exception, StackTrace stackTrace) {}
The method that is called when an error has occurred in the analysis server. This method will not be invoked under normal conditions.
void onError(Object exception, StackTrace stackTrace) {}