requestEmailConfirmation method
Request an email with a code to confirm ownership of email.
https://atprotodart.com/docs/lexicons/com/atproto/server/requestEmailConfirmation
Implementation
Future<XRPCResponse<EmptyData>> requestEmailConfirmation({
Map<String, String>? $unknown,
Map<String, String>? $headers,
PostClient? $client,
}) async =>
await _ctx.post<EmptyData>(
ns.comAtprotoServerRequestEmailConfirmation,
headers: $headers,
client: $client,
);