onInternetError method

void onInternetError()

Implementation

void onInternetError() {
  emit(WebViewFailed(errorCode: ErrorCode.internetConnectionError));
}