enterText abstract method

Future<void> enterText(
  1. TFinderType finder,
  2. String text, {
  3. Duration? timeout = const Duration(seconds: 30),
})

Implementation

Future<void> enterText(
  TFinderType finder,
  String text, {
  Duration? timeout = const Duration(seconds: 30),
});