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