type

suspend fun InMemoryTerminal.type(vararg chars: Char)(source)

Convenience functions for typing characters (instead of sending their underlying codes)


suspend fun InMemoryTerminal.type(text: String)(source)