endDetectionWithMicrophone method

  1. @override
Future endDetectionWithMicrophone()
override

Implementation

@override
Future endDetectionWithMicrophone() {
  return methodChannel.invokeMethod("endDetectionWithMicrophone");
}