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