Implementing some integration_test for flutter-web application wherein I'm trying to simulate keyboard action to clear the content of the TextField(). Like we have for "Done" like:
await tester.testTextInput.receiveAction(TextInputAction.done);
Any idea how to do that?