UIViewControllerRestoration.fromPointer constructor
UIViewControllerRestoration.fromPointer(})
Constructs a UIViewControllerRestoration that wraps the given raw object pointer.
Implementation
UIViewControllerRestoration.fromPointer(
ffi.Pointer<objc.ObjCObjectImpl> other, {
bool retain = false,
bool release = false,
}) : object$ = objc.ObjCProtocol(other, retain: retain, release: release);