deleteAccount method

Future<XRPCResponse<EmptyData>> deleteAccount({
  1. Map<String, String>? $headers,
})

Implementation

Future<XRPCResponse<EmptyData>> deleteAccount({
  Map<String, String>? $headers,
}) async => await chatBskyActorDeleteAccount($ctx: _ctx, $headers: $headers);