requestEmailUpdate method
Implementation
Future<core.XRPCResponse<EmailUpdate>> requestEmailUpdate() async =>
await _ctx.post(
ns.comAtprotoServerRequestEmailUpdate,
to: EmailUpdate.fromJson,
);
Future<core.XRPCResponse<EmailUpdate>> requestEmailUpdate() async =>
await _ctx.post(
ns.comAtprotoServerRequestEmailUpdate,
to: EmailUpdate.fromJson,
);