createCrawlEventFromJson function
Implementation
Future<CrawlEvent> createCrawlEventFromJson({required String json}) =>
RustLib.instance.api.crateCreateCrawlEventFromJson(json: json);
Future<CrawlEvent> createCrawlEventFromJson({required String json}) =>
RustLib.instance.api.crateCreateCrawlEventFromJson(json: json);