pub fn enable_clone_cell(
input: DisableCloneCellInput,
) -> Result<ClonedCell, WasmError>Expand description
Enable a disabled clone cell in the current app.
§Returns
A struct with the enabled cell’s clone id and cell id.
pub fn enable_clone_cell(
input: DisableCloneCellInput,
) -> Result<ClonedCell, WasmError>Enable a disabled clone cell in the current app.
A struct with the enabled cell’s clone id and cell id.