sendText method
Implementation
Future<void> sendText(
String text, {
InputSource? inputSource,
bool debug = false,
}) async {
await exec(_makeText(text, inputSource: inputSource), debug: debug);
}
Future<void> sendText(
String text, {
InputSource? inputSource,
bool debug = false,
}) async {
await exec(_makeText(text, inputSource: inputSource), debug: debug);
}