Michael Kaiser
12/08/2024, 12:54 PMYoussef Shoaib [MOD]
12/08/2024, 1:36 PMResourceScope
to use that extension, so surround your code with resourceScope
. Even better, just use install
or onRelease
or any of the other simpler methodsMichael Kaiser
12/08/2024, 2:15 PMresource {
onRelease { _, _ ->
}
}