startVoice method

  1. @override
Future startVoice()
override

Implementation

@override
Future startVoice() async {
  await methodChannel.invokeListMethod("startListening");
}