startDetectionWithMicrophone method

  1. @override
Future startDetectionWithMicrophone()
override

Implementation

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