activateAccount method

Future<XRPCResponse<EmptyData>> activateAccount()

Implementation

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