stopVoice method

Future stopVoice()

Implementation

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