getText method

Future<String?> getText()

Implementation

Future<String?> getText() {
  return LivespeechtotextPlatform.instance.getText();
}