stopSpeakerDeviceTest method Null safety

Future<int?> stopSpeakerDeviceTest()

Stop speaker test

Note: this API supports only the Windows platform

Returned value:

0: success; negative number: failure

Implementation

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