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