stopSpeakerDeviceTest method

Future<int?> stopSpeakerDeviceTest()

停止扬声器测试

注意:此接口只支持Windows平台

返回:

0:操作成功 负数:失败

Implementation

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