typeText method

void typeText(
  1. String text
)

Implementation

void typeText(String text) {
  binding.keyboard.typeText(text);
}