checkSignupQueue method

Future<XRPCResponse<TempCheckSignupQueueOutput>> checkSignupQueue({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

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,
);