requestEmailUpdate method

Future<XRPCResponse<EmailUpdate>> requestEmailUpdate()

Implementation

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