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