stopEchoTest method Null safety
Stops the audio call test.
Implementation
@override
Future<void> stopEchoTest() {
return _invokeMethod('stopEchoTest');
}
No data
Stops the audio call test.
@override
Future<void> stopEchoTest() {
return _invokeMethod('stopEchoTest');
}