sendText abstract method

Future<void> sendText(
  1. String text
)

Sends one text frame.

Implementation

Future<void> sendText(String text);