startVoice method

Future startVoice()

Implementation

Future startVoice() async {
  await VoiceRecognitionPlatform.instance.startVoice();
}