checkSignupQueue method
Check accounts location in signup queue.
Implementation
Future<XRPCResponse<TempCheckSignupQueueOutput>> checkSignupQueue({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoTempCheckSignupQueue(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);