requestEmailUpdate method

Future<XRPCResponse<ServerRequestEmailUpdateOutput>> requestEmailUpdate({
  1. Map<String, String>? $headers,
})

Request a token in order to update email.

Implementation

Future<XRPCResponse<ServerRequestEmailUpdateOutput>> requestEmailUpdate({
  Map<String, String>? $headers,
}) async =>
    await comAtprotoServerRequestEmailUpdate($ctx: _ctx, $headers: $headers);