clearFormData method
Removes the autocomplete popup from the currently focused form field, if present. Note this only affects the display of the autocomplete popup, it does not remove any saved form data from this WebView's store.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.clearFormData)
Implementation
Future<void> clearFormData() => platform.clearFormData();