loadData method

Future<void> loadData(
  1. String htmlData
)

Implementation

Future<void> loadData(String htmlData) {
  throw UnimplementedError("WebView loadData is not implemented on the current platform");
}