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