停止麦克风测试(此API仅支持 macOS 和 Windows 平台)
返回值:
0:成功;负数:失败
0
Future<int?> stopMicDeviceTest() { return _channel.invokeMethod('stopMicDeviceTest'); }