stopVoice method

  1. @override
Future stopVoice()
override

Implementation

@override
Future stopVoice() async {
  await methodChannel.invokeListMethod("stopListening");
}