requestCrawl method
Implementation
Future<core.XRPCResponse<core.EmptyData>> requestCrawl({
required String hostname,
}) async =>
await _ctx.post(
ns.comAtprotoSyncRequestCrawl,
body: {
'hostname': hostname,
},
);