deleteAccount method

Future<XRPCResponse<EmptyData>> deleteAccount()

Implementation

Future<core.XRPCResponse<core.EmptyData>> deleteAccount() async =>
    await _ctx.post(ns.chatBskyActorDeleteAccount);