停止采集
static Future<Result> stopGather() async { final String? json = await _channel.invokeMethod('stopGather'); Result result = Result.fromJson(jsonDecode(json ?? "{}")); return result; }