stopAudioDump method Null safety
Stop creating an audio dump
Implementation
Future<int> stopAudioDump() async {
IntValue reply = await _api.stopAudioDump();
return reply.value ?? -1;
}
Stop creating an audio dump
Future<int> stopAudioDump() async {
IntValue reply = await _api.stopAudioDump();
return reply.value ?? -1;
}