confirmEmail method
Implementation
Future<ConfirmEmailResponse> confirmEmail(
ConfirmEmailRequest request,
) async => ConfirmEmailResponse.fromJson(
await _post(_buildUri('accounts:update'), request.toJson()),
);
Future<ConfirmEmailResponse> confirmEmail(
ConfirmEmailRequest request,
) async => ConfirmEmailResponse.fromJson(
await _post(_buildUri('accounts:update'), request.toJson()),
);