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