TerminalBridgeMessage.inputText constructor

const TerminalBridgeMessage.inputText(
  1. String text
)

Creates a text input message from the host to the runtime.

Implementation

const TerminalBridgeMessage.inputText(String text)
  : this._(type: TerminalBridgeMessageType.inputText, data: text);