requestEmailUpdate method

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

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,
);