updateError method
Implementation
void updateError(Object e, StackTrace st) {
handleError(TListError(message: e.toString(), error: e, stackTrace: st));
}
void updateError(Object e, StackTrace st) {
handleError(TListError(message: e.toString(), error: e, stackTrace: st));
}