exportAccountData method
Implementation
Future<XRPCResponse<EmptyData>> exportAccountData({
Map<String, String>? $unknown,
Map<String, String>? $headers,
GetClient? $client,
}) async =>
await _ctx.get<EmptyData>(
ns.chatBskyActorExportAccountData,
headers: $headers,
client: $client,
);