stopSpeakerDeviceTest method
Stop speaker test (Support for macOS and Windows platforms)
Returned value:
0
: success; negative number: failure
Implementation
Future<int?> stopSpeakerDeviceTest() {
return _channel.invokeMethod('stopSpeakerDeviceTest');
}