requestEmailConfirmation method

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

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