requestEmailConfirmation method

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

Request an email with a code to confirm ownership of email.

Implementation

Future<XRPCResponse<EmptyData>> requestEmailConfirmation({
  Map<String, String>? $headers,
}) async => await comAtprotoServerRequestEmailConfirmation(
  $ctx: _ctx,
  $headers: $headers,
);