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