requestPlcOperationSignature method
Request an email with a code to in order to request a signed PLC operation. Requires Auth.
Implementation
Future<XRPCResponse<EmptyData>> requestPlcOperationSignature({
Map<String, String>? $headers,
}) async => await comAtprotoIdentityRequestPlcOperationSignature(
$ctx: _ctx,
$headers: $headers,
);