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