I get this error when I click on links in webview page

Viewed 42

I get this error when I click on links in webview page, error part =

throw PlatformException(code: errorCode, message: errorMessage as String?, 
     details: 
       errorDetails, stacktrace: errorStacktrace);
        } else {
          throw const FormatException('Invalid envelope');
          }
1 Answers
Related