declaration method
Implementation
Future<core.XRPCResponse<atp.StrongRef>> declaration({
required DeclarationAllowIncoming allowIncoming,
}) async =>
await _ctx.atproto.repo.createRecord(
collection: ns.chatBskyActorDeclaration,
record: {
'allowIncoming': allowIncoming.value,
},
);