stopEchoTest method

Future<int> stopEchoTest()

Implementation

Future<int> stopEchoTest() async {
  int code = await _channel.invokeMethod('stopEchoTest') ?? -1;
  return code;
}