UIViewControllerPreviewing.castFromPointer constructor
UIViewControllerPreviewing.castFromPointer(})
Constructs a UIViewControllerPreviewing that wraps the given raw object pointer.
Implementation
UIViewControllerPreviewing.castFromPointer(
ffi.Pointer<objc.ObjCObject> other, {
bool retain = false,
bool release = false,
}) : this._(other, retain: retain, release: release);