checkAccountStatus method

Future<XRPCResponse<AccountStatus>> checkAccountStatus()

Implementation

Future<core.XRPCResponse<AccountStatus>> checkAccountStatus() async =>
    await _ctx.get(
      ns.comAtprotoServerCheckAccountStatus,
      to: AccountStatus.fromJson,
    );