speechToText method

Future<String> speechToText()

Implementation

Future<String> speechToText() async {
  return "";
}