requestEmailUpdate method
Request a token in order to update email.
Implementation
Future<XRPCResponse<ServerRequestEmailUpdateOutput>> requestEmailUpdate({
String? $service,
Map<String, String>? $headers,
}) async => await comAtprotoServerRequestEmailUpdate(
$ctx: ctx,
$service: $service,
$headers: $headers,
);