castFromPointer static method
Returns a block that wraps the given raw block pointer.
Implementation
static objc.ObjCBlock<objc.CGRect Function(ffi.Pointer<ffi.Void>, UIView)> castFromPointer(ffi.Pointer<objc.ObjCBlockImpl> pointer,
{bool retain = false, bool release = false}) =>
objc.ObjCBlock<objc.CGRect Function(ffi.Pointer<ffi.Void>, UIView)>(pointer, retain: retain, release: release);