Skip to content

function unregister view code

unregister(
    lifecycle: Self<Args...>, 
    callback: (Args...) -> ()
): ()

Parameters

lifecycle: Self

callback: (Args...) -> ()

Returns