requestAccountDelete method
Initiate a user account deletion via email.
Implementation
Future<XRPCResponse<EmptyData>> requestAccountDelete({
String? $service,
Map<String, String>? $headers,
}) async => await comAtprotoServerRequestAccountDelete(
$ctx: ctx,
$service: $service,
$headers: $headers,
);