stopMicDeviceTest method Null safety

Future<int?> stopMicDeviceTest()

Stop mic test

Note: this API supports only the macOS and Windows platforms

Returned value:

0: success; negative number: failure

Implementation

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