onError method

void onError(
  1. bool isError
)

Implementation

void onError(bool isError) {
  hasErrorWhenInitializing = isError;
}