restore method
ResponseFuture<IdentifierResponse>
restore(
- IdentifierUUIDWithUserComment request, {
- CallOptions? options,
Restore the form field
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> restore(
$1.IdentifierUUIDWithUserComment request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$restore, request, options: options);
}