stopSpeakerDeviceTest method

Future<int?> stopSpeakerDeviceTest()

停止扬声器测试(此API仅支持 macOS 和 Windows 平台)

返回值:

0:成功;负数:失败

Implementation

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