checkSignupQueue method
Implementation
Future<core.XRPCResponse<SignupQueue>> checkSignupQueue({
Map<String, String>? headers,
}) async =>
await _ctx.get(
ns.comAtprotoTempCheckSignupQueue,
headers: headers,
to: SignupQueue.fromJson,
);