initSpeechToText method

Future initSpeechToText()

This has to happen only once per app

Implementation

Future initSpeechToText() async {
  await _speechToText.initialize();
  kLog("SST Initialized!");
}