clearFormData method

Future<void> clearFormData()

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:

Implementation

Future<void> clearFormData() => platform.clearFormData();