requestEmailConfirmation method
Request an email with a code to confirm ownership of email.
Implementation
Future<XRPCResponse<EmptyData>> requestEmailConfirmation({
Map<String, String>? $headers,
}) async => await comAtprotoServerRequestEmailConfirmation(
$ctx: _ctx,
$headers: $headers,
);