submitPlcOperation method
Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry
Implementation
Future<XRPCResponse<EmptyData>> submitPlcOperation({
required Map<String, dynamic> operation,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoIdentitySubmitPlcOperation(
operation: operation,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);