stopEchoTest method

  1. @override
Future<void> stopEchoTest()

Stops the audio call test.

Implementation

@override
Future<void> stopEchoTest() {
  return _invokeMethod('stopEchoTest');
}