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