stopMicDeviceTest method

Future<int?> stopMicDeviceTest()

Stop mic test (Support for macOS and Windows platforms)

Returned value:

0: success; negative number: failure

Implementation

Future<int?> stopMicDeviceTest() {
  return _channel.invokeMethod('stopMicDeviceTest');
}