deleteAccount method
Implementation
Future<XRPCResponse<EmptyData>> deleteAccount({
Map<String, String>? $unknown,
Map<String, String>? $headers,
PostClient? $client,
}) async =>
await _ctx.post<EmptyData>(
ns.chatBskyActorDeleteAccount,
headers: $headers,
client: $client,
);