ObjCBlock<T extends Function> class
An Objective-C block.
Blocks are ObjC's equivalent of lambda functions.
FFIgen generates utility classes for each block signature referenced in the
API it is generating. These utils enable construction of an ObjCBlock from
a Dart Function, and invoking an ObjCBlock from Dart.
T is the signature of the block, as a Dart Function. The arguments and
returns of the Function should be specified as follows:
- For ObjC objects, use the FFIgen generated wrapper object.
- For ObjC blocks, use
ObjCBlock<...>. - For all other types, use the FFI type (eg
Int32instead ofint). For example, the block typeint32_t (^)(NSString*)would be represented in Dart asObjCBlock<ffi.Int32 Function(NSString)>. This is necessary to fully distinguish all the block signatures. For instance, ObjC'sint32_tandint64_tboth map to Dart'sint, so we need to use the FFI typesInt32/Int64, but all ObjC objects have FFI typePointer<ObjCObject>so we use Dart wrapper objects likeNSStringinstead. The best way to figure out the block's type is to simply copy it from the FFIgen generated API.
- Inheritance
-
- Object
- ObjCBlockBase
- ObjCBlock
- Available extensions
- ObjCBlock_bool_ffiVoid$CallExtension
- ObjCBlock_bool_ffiVoid_MLNCoordinateBounds$CallExtension
- ObjCBlock_bool_ffiVoid_NSArray$CallExtension
- ObjCBlock_bool_ffiVoid_UIFocusUpdateContext$CallExtension
- ObjCBlock_bool_ffiVoid_UIGestureRecognizer$CallExtension
- ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIEvent$CallExtension
- ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIGestureRecognizer$CallExtension
- ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIPress$CallExtension
- ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UITouch$CallExtension
- ObjCBlock_CGAffineTransform_ffiVoid$CallExtension
- ObjCBlock_CGPoint_ffiVoid$CallExtension
- ObjCBlock_CGPoint_ffiVoid_CGPoint_idUICoordinateSpace$CallExtension
- ObjCBlock_CGRect_ffiVoid$CallExtension
- ObjCBlock_CGRect_ffiVoid_CGRect_idUICoordinateSpace$CallExtension
- ObjCBlock_CGRect_ffiVoid_UIView$CallExtension
- ObjCBlock_CGSize_ffiVoid$CallExtension
- ObjCBlock_CLLocationCoordinate2D_ffiVoid$CallExtension
- ObjCBlock_ffiVoid$CallExtension
- ObjCBlock_ffiVoid_bool$CallExtension
- ObjCBlock_ffiVoid_ffiVoid$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_bool$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_CALayer$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_CALayer_CGContextRef$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_CGAffineTransform$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_CGPoint$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_NSArray$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_NSCoder$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_NSDictionary$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_NSString$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_NSUserActivity$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$1$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$2$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl_objcObjCObjectImpl$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl_UIConfigurationStateCustomKey$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIContentSizeCategory$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIFocusMovementHint$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIFocusUpdateContext_UIFocusAnimationCoordinator$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIImage$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIMenuElementAttributes$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIMenuElementRepeatBehavior$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIMenuElementState$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UIPasteConfiguration$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UITextAttributesConversionHandler$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UITraitCollection$1$CallExtension
- ObjCBlock_ffiVoid_ffiVoid_UITraitCollection$CallExtension
- ObjCBlock_ffiVoid_idUIMutableTraits$CallExtension
- ObjCBlock_ffiVoid_idUITraitEnvironment_UITraitCollection$CallExtension
- ObjCBlock_ffiVoid_MLNOfflinePack_NSError$CallExtension
- ObjCBlock_ffiVoid_NSData_NSError$CallExtension
- ObjCBlock_ffiVoid_NSDictionary_NSRange_bool$CallExtension
- ObjCBlock_ffiVoid_NSError$CallExtension
- ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool$CallExtension
- ObjCBlock_ffiVoid_NSURL_NSArray_NSError$CallExtension
- ObjCBlock_ffiVoid_NSURL_NSError$CallExtension
- ObjCBlock_ffiVoid_objcObjCObjectImpl_NSRange_bool$CallExtension
- ObjCBlock_ffiVoid_UIAction$CallExtension
- ObjCBlock_ffiVoid_UIActivityType_bool$CallExtension
- ObjCBlock_ffiVoid_UIActivityType_bool_NSArray_NSError$CallExtension
- ObjCBlock_ffiVoid_UIButton$CallExtension
- ObjCBlock_ffiVoid_UIImage$CallExtension
- ObjCBlock_ffiVoid_UISymbolEffectCompletionContext$CallExtension
- ObjCBlock_ffiVoid_UITableViewCell_UICellConfigurationState$CallExtension
- ObjCBlock_ffiVoid_UITableViewHeaderFooterView_UIViewConfigurationState$CallExtension
- ObjCBlock_idCAAction_ffiVoid_CALayer_NSString$CallExtension
- ObjCBlock_idUIActivityItemsConfigurationReading_ffiVoid$CallExtension
- ObjCBlock_idUICoordinateSpace_ffiVoid$CallExtension
- ObjCBlock_idUIFocusEnvironment_ffiVoid$CallExtension
- ObjCBlock_idUIFocusItemContainer_ffiVoid$CallExtension
- ObjCBlock_idUIPopoverPresentationControllerSourceItem_ffiVoid$CallExtension
- ObjCBlock_instancetype_ffiVoid_idUIAppearanceContainer$CallExtension
- ObjCBlock_instancetype_ffiVoid_NSArray$CallExtension
- ObjCBlock_instancetype_ffiVoid_NSCoder$CallExtension
- ObjCBlock_instancetype_ffiVoid_NSData_NSString_NSError$CallExtension
- ObjCBlock_instancetype_ffiVoid_UITraitCollection$1$CallExtension
- ObjCBlock_instancetype_ffiVoid_UITraitCollection$CallExtension
- ObjCBlock_instancetype_ffiVoid_UITraitCollection_idUIAppearanceContainer$CallExtension
- ObjCBlock_instancetype_ffiVoid_UITraitCollection_NSArray$CallExtension
- ObjCBlock_MLNCoordinateBounds_ffiVoid$CallExtension
- ObjCBlock_MLNStyle_ffiVoid$CallExtension
- ObjCBlock_NSArray_ffiVoid$CallExtension
- ObjCBlock_NSArray_ffiVoid_CGRect$CallExtension
- ObjCBlock_NSArray_ffiVoid_MLNCoordinateBounds_NSUInteger$CallExtension
- ObjCBlock_NSArray_ffiVoid_NSUInteger_NSUInteger_NSUInteger$CallExtension
- ObjCBlock_NSDictionary_ffiVoid$CallExtension
- ObjCBlock_NSDictionary_NSDictionary$CallExtension
- ObjCBlock_NSItemProviderRepresentationVisibility_ffiVoid_NSString$CallExtension
- ObjCBlock_NSProgress_ffiVoid_NSString_ffiVoidNSDataNSError$CallExtension
- ObjCBlock_NSString_ffiVoid$1$CallExtension
- ObjCBlock_NSString_ffiVoid$CallExtension
- ObjCBlock_NSUInteger_ffiVoid$CallExtension
- ObjCBlock_NSURL_ffiVoid$CallExtension
- ObjCBlock_NSURL_ffiVoid_MLNOfflineStorage_MLNResourceKind_NSURL$CallExtension
- ObjCBlock_objcObjCObjectImpl_ffiVoid$1$CallExtension
- ObjCBlock_objcObjCObjectImpl_ffiVoid$CallExtension
- ObjCBlock_objcObjCObjectImpl_ffiVoid_UIActivityItemsConfigurationMetadataKey$CallExtension
- ObjCBlock_objcObjCObjectImpl_objcObjCObjectImpl_NSArray_NSMutableDictionary$CallExtension
- ObjCBlock_UIBezierPath_ffiVoid$CallExtension
- ObjCBlock_UIColor_UIColor$CallExtension
- ObjCBlock_UIDynamicItemCollisionBoundsType_ffiVoid$CallExtension
- ObjCBlock_UIEdgeInsets_ffiVoid$CallExtension
- ObjCBlock_UIFocusItemDeferralMode_ffiVoid$CallExtension
- ObjCBlock_UIFocusSoundIdentifier_ffiVoid_UIFocusUpdateContext$CallExtension
- ObjCBlock_UIImage_ffiVoid$CallExtension
- ObjCBlock_UIMenu_NSArray$CallExtension
- ObjCBlock_UIMenuElementAttributes_ffiVoid$CallExtension
- ObjCBlock_UIMenuElementRepeatBehavior_ffiVoid$CallExtension
- ObjCBlock_UIMenuElementState_ffiVoid$CallExtension
- ObjCBlock_UIPasteConfiguration_ffiVoid$CallExtension
- ObjCBlock_UIPointerStyle_UIButton_UIPointerEffect_UIPointerShape$CallExtension
- ObjCBlock_UITraitCollection_ffiVoid$CallExtension
- ObjCBlock_UIView_ffiVoid$CallExtension
- ObjCBlock_UIViewController$CallExtension
- ObjCBlock_UIViewController_NSCoder$CallExtension
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ref → ObjCBlockRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
Pointer< Void> arg0, UIFocusMovementHint arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIFocusMovementHint$CallExtension extensionVoid> , UIFocusMovementHint)> -
call(
) → UIViewController? -
Available on ObjCBlock<
UIViewController? Function()> , provided by the ObjCBlock_UIViewController$CallExtension extension -
call(
Pointer< Void> arg0) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, MLNCoordinateBounds arg1) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_MLNCoordinateBounds$CallExtension extensionVoid> , MLNCoordinateBounds)> -
call(
Pointer< Void> arg0, NSArray arg1) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_NSArray$CallExtension extensionVoid> , NSArray)> -
call(
Pointer< Void> arg0, UIFocusUpdateContext arg1) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIFocusUpdateContext$CallExtension extensionVoid> , UIFocusUpdateContext)> -
call(
Pointer< Void> arg0, UIGestureRecognizer arg1) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIGestureRecognizer$CallExtension extensionVoid> , UIGestureRecognizer)> -
call(
Pointer< Void> arg0, UIGestureRecognizer arg1, UIEvent arg2) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIEvent$CallExtension extensionVoid> , UIGestureRecognizer, UIEvent)> -
call(
Pointer< Void> arg0, UIGestureRecognizer arg1, UIGestureRecognizer arg2) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIGestureRecognizer$CallExtension extensionVoid> , UIGestureRecognizer, UIGestureRecognizer)> -
call(
Pointer< Void> arg0, UIGestureRecognizer arg1, UIPress arg2) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UIPress$CallExtension extensionVoid> , UIGestureRecognizer, UIPress)> -
call(
Pointer< Void> arg0, UIGestureRecognizer arg1, UITouch arg2) → bool -
Available on ObjCBlock<
Bool Function(Pointer< , provided by the ObjCBlock_bool_ffiVoid_UIGestureRecognizer_UITouch$CallExtension extensionVoid> , UIGestureRecognizer, UITouch)> -
call(
Pointer< Void> arg0) → CGAffineTransform -
Available on ObjCBlock<
CGAffineTransform Function(Pointer< , provided by the ObjCBlock_CGAffineTransform_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → CGPoint -
Available on ObjCBlock<
CGPoint Function(Pointer< , provided by the ObjCBlock_CGPoint_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, CGPoint arg1, UICoordinateSpace arg2) → CGPoint -
Available on ObjCBlock<
CGPoint Function(Pointer< , provided by the ObjCBlock_CGPoint_ffiVoid_CGPoint_idUICoordinateSpace$CallExtension extensionVoid> , CGPoint, Pointer<ObjCObjectImpl> )> -
call(
Pointer< Void> arg0) → CGRect -
Available on ObjCBlock<
CGRect Function(Pointer< , provided by the ObjCBlock_CGRect_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, CGRect arg1, UICoordinateSpace arg2) → CGRect -
Available on ObjCBlock<
CGRect Function(Pointer< , provided by the ObjCBlock_CGRect_ffiVoid_CGRect_idUICoordinateSpace$CallExtension extensionVoid> , CGRect, Pointer<ObjCObjectImpl> )> -
call(
Pointer< Void> arg0, UIView arg1) → CGRect -
Available on ObjCBlock<
CGRect Function(Pointer< , provided by the ObjCBlock_CGRect_ffiVoid_UIView$CallExtension extensionVoid> , UIView)> -
call(
Pointer< Void> arg0) → CGSize -
Available on ObjCBlock<
CGSize Function(Pointer< , provided by the ObjCBlock_CGSize_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → CLLocationCoordinate2D -
Available on ObjCBlock<
CLLocationCoordinate2D Function(Pointer< , provided by the ObjCBlock_CLLocationCoordinate2D_ffiVoid$CallExtension extensionVoid> )> -
call(
) → void -
Available on ObjCBlock<
Void Function()> , provided by the ObjCBlock_ffiVoid$CallExtension extension -
call(
bool arg0) → void -
Available on ObjCBlock<
Void Function(Bool)> , provided by the ObjCBlock_ffiVoid_bool$CallExtension extension -
call(
Pointer< Void> arg0) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, bool arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_bool$CallExtension extensionVoid> , Bool)> -
call(
Pointer< Void> arg0, CALayer arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_CALayer$CallExtension extensionVoid> , CALayer)> -
call(
Pointer< Void> arg0, CALayer arg1, Pointer<CGContext> arg2) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_CALayer_CGContextRef$CallExtension extensionVoid> , CALayer, Pointer<CGContext> )> -
call(
Pointer< Void> arg0, CGAffineTransform arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_CGAffineTransform$CallExtension extensionVoid> , CGAffineTransform)> -
call(
Pointer< Void> arg0, CGPoint arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_CGPoint$CallExtension extensionVoid> , CGPoint)> -
call(
Pointer< Void> arg0, NSArray arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_NSArray$CallExtension extensionVoid> , NSArray)> -
call(
Pointer< Void> arg0, NSCoder arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_NSCoder$CallExtension extensionVoid> , NSCoder)> -
call(
Pointer< Void> arg0, NSDictionary arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_NSDictionary$CallExtension extensionVoid> , NSDictionary)> -
call(
Pointer< Void> arg0, NSString? arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_NSString$CallExtension extensionVoid> , NSString?)> -
call(
Pointer< Void> arg0, NSUserActivity arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_NSUserActivity$CallExtension extensionVoid> , NSUserActivity)> -
call(
Pointer< Void> arg0, ObjCObject? arg1) → void -
Available on ObjCBlock<
Retained< , provided by the ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$1$CallExtension extensionVoid> Function(Pointer<Void> , Pointer<ObjCObjectImpl> ?)> -
call(
Pointer< Void> arg0, ObjCObject arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$2$CallExtension extensionVoid> , Pointer<ObjCObjectImpl> )> -
call(
Pointer< Void> arg0, ObjCObject? arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl$CallExtension extensionVoid> , Pointer<ObjCObjectImpl> ?)> -
call(
Pointer< Void> arg0, ObjCObject? arg1, ObjCObject? arg2) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl_objcObjCObjectImpl$CallExtension extensionVoid> , Pointer<ObjCObjectImpl> ?, Pointer<ObjCObjectImpl> ?)> -
call(
Pointer< Void> arg0, ObjCObject? arg1, NSString arg2) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_objcObjCObjectImpl_UIConfigurationStateCustomKey$CallExtension extensionVoid> , Pointer<ObjCObjectImpl> ?, NSString)> -
call(
Pointer< Void> arg0, NSString arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIContentSizeCategory$CallExtension extensionVoid> , NSString)> -
call(
Pointer< Void> arg0) → UIView? -
Available on ObjCBlock<
UIView? Function(Pointer< , provided by the ObjCBlock_UIView_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, UIFocusUpdateContext arg1, UIFocusAnimationCoordinator arg2) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIFocusUpdateContext_UIFocusAnimationCoordinator$CallExtension extensionVoid> , UIFocusUpdateContext, UIFocusAnimationCoordinator)> -
call(
Pointer< Void> arg0, UIImage? arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIImage$CallExtension extensionVoid> , UIImage?)> -
call(
Pointer< Void> arg0, int arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIMenuElementAttributes$CallExtension extensionVoid> , UnsignedLong)> -
call(
Pointer< Void> arg0, int arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIMenuElementRepeatBehavior$CallExtension extensionVoid> , Long)> -
call(
Pointer< Void> arg0, int arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIMenuElementState$CallExtension extensionVoid> , Long)> -
call(
Pointer< Void> arg0, UIPasteConfiguration? arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UIPasteConfiguration$CallExtension extensionVoid> , UIPasteConfiguration?)> -
call(
Pointer< Void> arg0, ObjCBlock<NSDictionary Function(NSDictionary)> arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UITextAttributesConversionHandler$CallExtension extensionVoid> , ObjCBlock<NSDictionary Function(NSDictionary)> )> -
call(
Pointer< Void> arg0, UITraitCollection arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UITraitCollection$1$CallExtension extensionVoid> , UITraitCollection)> -
call(
Pointer< Void> arg0, UITraitCollection? arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_ffiVoid_UITraitCollection$CallExtension extensionVoid> , UITraitCollection?)> -
call(
UIMutableTraits arg0) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_idUIMutableTraits$CallExtension extensionObjCObjectImpl> )> -
call(
UITraitEnvironment arg0, UITraitCollection arg1) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_idUITraitEnvironment_UITraitCollection$CallExtension extensionObjCObjectImpl> , UITraitCollection)> -
call(
MLNOfflinePack? arg0, NSError? arg1) → void -
Available on ObjCBlock<
Void Function(MLNOfflinePack?, NSError?)> , provided by the ObjCBlock_ffiVoid_MLNOfflinePack_NSError$CallExtension extension -
call(
NSData? arg0, NSError? arg1) → void -
Available on ObjCBlock<
Void Function(NSData?, NSError?)> , provided by the ObjCBlock_ffiVoid_NSData_NSError$CallExtension extension -
call(
NSDictionary arg0, NSRange arg1, Pointer< Bool> arg2) → void -
Available on ObjCBlock<
Void Function(NSDictionary, NSRange, Pointer< , provided by the ObjCBlock_ffiVoid_NSDictionary_NSRange_bool$CallExtension extensionBool> )> -
call(
NSError? arg0) → void -
Available on ObjCBlock<
Void Function(NSError?)> , provided by the ObjCBlock_ffiVoid_NSError$CallExtension extension -
call(
NSString? arg0, NSRange arg1, NSRange arg2, Pointer< Bool> arg3) → void -
Available on ObjCBlock<
Void Function(NSString?, NSRange, NSRange, Pointer< , provided by the ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool$CallExtension extensionBool> )> -
call(
NSURL arg0, NSArray? arg1, NSError? arg2) → void -
Available on ObjCBlock<
Void Function(NSURL, NSArray?, NSError?)> , provided by the ObjCBlock_ffiVoid_NSURL_NSArray_NSError$CallExtension extension -
call(
NSURL arg0, NSError? arg1) → void -
Available on ObjCBlock<
Void Function(NSURL, NSError?)> , provided by the ObjCBlock_ffiVoid_NSURL_NSError$CallExtension extension -
call(
ObjCObject? arg0, NSRange arg1, Pointer< Bool> arg2) → void -
Available on ObjCBlock<
Void Function(Pointer< , provided by the ObjCBlock_ffiVoid_objcObjCObjectImpl_NSRange_bool$CallExtension extensionObjCObjectImpl> ?, NSRange, Pointer<Bool> )> -
call(
UIAction arg0) → void -
Available on ObjCBlock<
Void Function(UIAction)> , provided by the ObjCBlock_ffiVoid_UIAction$CallExtension extension -
call(
NSString? arg0, bool arg1) → void -
Available on ObjCBlock<
Void Function(NSString?, Bool)> , provided by the ObjCBlock_ffiVoid_UIActivityType_bool$CallExtension extension -
call(
NSString? arg0, bool arg1, NSArray? arg2, NSError? arg3) → void -
Available on ObjCBlock<
Void Function(NSString?, Bool, NSArray?, NSError?)> , provided by the ObjCBlock_ffiVoid_UIActivityType_bool_NSArray_NSError$CallExtension extension -
call(
UIButton arg0) → void -
Available on ObjCBlock<
Void Function(UIButton)> , provided by the ObjCBlock_ffiVoid_UIButton$CallExtension extension -
call(
UIImage? arg0) → void -
Available on ObjCBlock<
Void Function(UIImage?)> , provided by the ObjCBlock_ffiVoid_UIImage$CallExtension extension -
call(
UISymbolEffectCompletionContext arg0) → void -
Available on ObjCBlock<
Void Function(UISymbolEffectCompletionContext)> , provided by the ObjCBlock_ffiVoid_UISymbolEffectCompletionContext$CallExtension extension -
call(
UITableViewCell arg0, UICellConfigurationState arg1) → void -
Available on ObjCBlock<
Void Function(UITableViewCell, UICellConfigurationState)> , provided by the ObjCBlock_ffiVoid_UITableViewCell_UICellConfigurationState$CallExtension extension -
call(
UITableViewHeaderFooterView arg0, UIViewConfigurationState arg1) → void -
Available on ObjCBlock<
Void Function(UITableViewHeaderFooterView, UIViewConfigurationState)> , provided by the ObjCBlock_ffiVoid_UITableViewHeaderFooterView_UIViewConfigurationState$CallExtension extension -
call(
Pointer< Void> arg0, CALayer arg1, NSString arg2) → CAAction? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idCAAction_ffiVoid_CALayer_NSString$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> , CALayer, NSString)> -
call(
Pointer< Void> arg0) → UIActivityItemsConfigurationReading? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idUIActivityItemsConfigurationReading_ffiVoid$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> )> -
call(
Pointer< Void> arg0) → UICoordinateSpace -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idUICoordinateSpace_ffiVoid$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> )> -
call(
Pointer< Void> arg0) → UIFocusEnvironment? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idUIFocusEnvironment_ffiVoid$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> )> -
call(
Pointer< Void> arg0) → UIFocusItemContainer? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idUIFocusItemContainer_ffiVoid$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> )> -
call(
Pointer< Void> arg0) → UIPopoverPresentationControllerSourceItem$1? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_idUIPopoverPresentationControllerSourceItem_ffiVoid$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> )> -
call(
Pointer< Void> arg0, UIAppearanceContainer? arg1) → Dartinstancetype -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_idUIAppearanceContainer$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> , Pointer<ObjCObjectImpl> ?)> -
call(
Pointer< Void> arg0, NSArray arg1) → Dartinstancetype -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_NSArray$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> , NSArray)> -
call(
Pointer< Void> arg0, NSCoder arg1) → Dartinstancetype? -
Available on ObjCBlock<
Retained< , provided by the ObjCBlock_instancetype_ffiVoid_NSCoder$CallExtension extensionPointer< Function(Pointer<ObjCObjectImpl> ?>Void> , NSCoder)> -
call(
Pointer< Void> arg0, NSData arg1, NSString arg2, Pointer<Pointer< arg3) → Dartinstancetype?ObjCObjectImpl> > -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_NSData_NSString_NSError$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> , NSData, NSString, Pointer<Pointer< )>ObjCObjectImpl> > -
call(
NSCoder arg0) → UIViewController? -
Available on ObjCBlock<
UIViewController? Function(NSCoder)> , provided by the ObjCBlock_UIViewController_NSCoder$CallExtension extension -
call(
Pointer< Void> arg0, UITraitCollection arg1) → Dartinstancetype -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_UITraitCollection$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> , UITraitCollection)> -
call(
Pointer< Void> arg0, UITraitCollection arg1, UIAppearanceContainer? arg2) → Dartinstancetype -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_UITraitCollection_idUIAppearanceContainer$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> , UITraitCollection, Pointer<ObjCObjectImpl> ?)> -
call(
Pointer< Void> arg0, UITraitCollection arg1, NSArray arg2) → Dartinstancetype -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_instancetype_ffiVoid_UITraitCollection_NSArray$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> , UITraitCollection, NSArray)> -
call(
Pointer< Void> arg0) → MLNCoordinateBounds -
Available on ObjCBlock<
MLNCoordinateBounds Function(Pointer< , provided by the ObjCBlock_MLNCoordinateBounds_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → MLNStyle? -
Available on ObjCBlock<
MLNStyle? Function(Pointer< , provided by the ObjCBlock_MLNStyle_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → NSArray -
Available on ObjCBlock<
NSArray Function(Pointer< , provided by the ObjCBlock_NSArray_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, CGRect arg1) → NSArray -
Available on ObjCBlock<
NSArray Function(Pointer< , provided by the ObjCBlock_NSArray_ffiVoid_CGRect$CallExtension extensionVoid> , CGRect)> -
call(
Pointer< Void> arg0, MLNCoordinateBounds arg1, int arg2) → NSArray -
Available on ObjCBlock<
NSArray Function(Pointer< , provided by the ObjCBlock_NSArray_ffiVoid_MLNCoordinateBounds_NSUInteger$CallExtension extensionVoid> , MLNCoordinateBounds, UnsignedLong)> -
call(
Pointer< Void> arg0, int arg1, int arg2, int arg3) → NSArray -
Available on ObjCBlock<
NSArray Function(Pointer< , provided by the ObjCBlock_NSArray_ffiVoid_NSUInteger_NSUInteger_NSUInteger$CallExtension extensionVoid> , UnsignedLong, UnsignedLong, UnsignedLong)> -
call(
Pointer< Void> arg0) → NSDictionary -
Available on ObjCBlock<
NSDictionary Function(Pointer< , provided by the ObjCBlock_NSDictionary_ffiVoid$CallExtension extensionVoid> )> -
call(
NSDictionary arg0) → NSDictionary -
Available on ObjCBlock<
NSDictionary Function(NSDictionary)> , provided by the ObjCBlock_NSDictionary_NSDictionary$CallExtension extension -
call(
Pointer< Void> arg0, NSString arg1) → int -
Available on ObjCBlock<
Long Function(Pointer< , provided by the ObjCBlock_NSItemProviderRepresentationVisibility_ffiVoid_NSString$CallExtension extensionVoid> , NSString)> -
call(
Pointer< Void> arg0, NSString arg1, ObjCBlock<Void Function(NSData?, NSError?)> arg2) → NSProgress? -
Available on ObjCBlock<
NSProgress? Function(Pointer< , provided by the ObjCBlock_NSProgress_ffiVoid_NSString_ffiVoidNSDataNSError$CallExtension extensionVoid> , NSString, ObjCBlock<Void Function(NSData?, NSError?)> )> -
call(
Pointer< Void> arg0) → NSString? -
Available on ObjCBlock<
NSString? Function(Pointer< , provided by the ObjCBlock_NSString_ffiVoid$1$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → NSString -
Available on ObjCBlock<
NSString Function(Pointer< , provided by the ObjCBlock_NSString_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
UnsignedLong Function(Pointer< , provided by the ObjCBlock_NSUInteger_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → NSURL -
Available on ObjCBlock<
NSURL Function(Pointer< , provided by the ObjCBlock_NSURL_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, MLNOfflineStorage arg1, int arg2, NSURL arg3) → NSURL -
Available on ObjCBlock<
NSURL Function(Pointer< , provided by the ObjCBlock_NSURL_ffiVoid_MLNOfflineStorage_MLNResourceKind_NSURL$CallExtension extensionVoid> , MLNOfflineStorage, UnsignedLong, NSURL)> -
call(
Pointer< Void> arg0) → ObjCObject? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_objcObjCObjectImpl_ffiVoid$1$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> )> -
call(
Pointer< Void> arg0) → ObjCObject -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_objcObjCObjectImpl_ffiVoid$CallExtension extensionObjCObjectImpl> Function(Pointer<Void> )> -
call(
Pointer< Void> arg0, NSString arg1) → ObjCObject? -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_objcObjCObjectImpl_ffiVoid_UIActivityItemsConfigurationMetadataKey$CallExtension extensionObjCObjectImpl> ? Function(Pointer<Void> , NSString)> -
call(
ObjCObject? arg0, NSArray arg1, NSMutableDictionary? arg2) → ObjCObject -
Available on ObjCBlock<
Pointer< , provided by the ObjCBlock_objcObjCObjectImpl_objcObjCObjectImpl_NSArray_NSMutableDictionary$CallExtension extensionObjCObjectImpl> Function(Pointer<ObjCObjectImpl> ?, NSArray, NSMutableDictionary?)> -
call(
Pointer< Void> arg0) → UIBezierPath -
Available on ObjCBlock<
UIBezierPath Function(Pointer< , provided by the ObjCBlock_UIBezierPath_ffiVoid$CallExtension extensionVoid> )> -
call(
UIColor arg0) → UIColor -
Available on ObjCBlock<
UIColor Function(UIColor)> , provided by the ObjCBlock_UIColor_UIColor$CallExtension extension -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
UnsignedLong Function(Pointer< , provided by the ObjCBlock_UIDynamicItemCollisionBoundsType_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → UIEdgeInsets -
Available on ObjCBlock<
UIEdgeInsets Function(Pointer< , provided by the ObjCBlock_UIEdgeInsets_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
Long Function(Pointer< , provided by the ObjCBlock_UIFocusItemDeferralMode_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, UIFocusUpdateContext arg1) → NSString? -
Available on ObjCBlock<
NSString? Function(Pointer< , provided by the ObjCBlock_UIFocusSoundIdentifier_ffiVoid_UIFocusUpdateContext$CallExtension extensionVoid> , UIFocusUpdateContext)> -
call(
Pointer< Void> arg0) → UIImage? -
Available on ObjCBlock<
UIImage? Function(Pointer< , provided by the ObjCBlock_UIImage_ffiVoid$CallExtension extensionVoid> )> -
call(
NSArray arg0) → UIMenu? -
Available on ObjCBlock<
UIMenu? Function(NSArray)> , provided by the ObjCBlock_UIMenu_NSArray$CallExtension extension -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
UnsignedLong Function(Pointer< , provided by the ObjCBlock_UIMenuElementAttributes_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
Long Function(Pointer< , provided by the ObjCBlock_UIMenuElementRepeatBehavior_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → int -
Available on ObjCBlock<
Long Function(Pointer< , provided by the ObjCBlock_UIMenuElementState_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0) → UIPasteConfiguration? -
Available on ObjCBlock<
UIPasteConfiguration? Function(Pointer< , provided by the ObjCBlock_UIPasteConfiguration_ffiVoid$CallExtension extensionVoid> )> -
call(
UIButton arg0, UIPointerEffect arg1, UIPointerShape arg2) → UIPointerStyle? -
Available on ObjCBlock<
UIPointerStyle? Function(UIButton, UIPointerEffect, UIPointerShape)> , provided by the ObjCBlock_UIPointerStyle_UIButton_UIPointerEffect_UIPointerShape$CallExtension extension -
call(
Pointer< Void> arg0) → UITraitCollection -
Available on ObjCBlock<
UITraitCollection Function(Pointer< , provided by the ObjCBlock_UITraitCollection_ffiVoid$CallExtension extensionVoid> )> -
call(
Pointer< Void> arg0, UITraitCollection arg1) → Dartinstancetype -
Available on ObjCBlock<
Retained< , provided by the ObjCBlock_instancetype_ffiVoid_UITraitCollection$1$CallExtension extensionPointer< Function(Pointer<ObjCObjectImpl> >Void> , UITraitCollection)> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited