From 4f47f6c47e6fabc817fc58ddb60f30f9eab4c603 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 16 Nov 2023 13:47:01 +0100 Subject: [PATCH 1/4] Add drift and hive as registry target --- .craft.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.craft.yml b/.craft.yml index 73e213edb7..04d1af925d 100644 --- a/.craft.yml +++ b/.craft.yml @@ -22,6 +22,5 @@ targets: pub:sentry_dio: pub:sentry_file: pub:sentry_sqflite: - # Initial release on pub.dev needed first before uncommenting - # pub:sentry_drift: - # pub:sentry_hive: + pub:sentry_drift: + pub:sentry_hive: From 2232aa377c79c139bafb607916a80c0e1ae92d31 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 16 Nov 2023 13:55:56 +0100 Subject: [PATCH 2/4] Run format --- flutter/lib/src/native/cocoa/binding.dart | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/flutter/lib/src/native/cocoa/binding.dart b/flutter/lib/src/native/cocoa/binding.dart index 0bd2e0437e..646a6bea83 100644 --- a/flutter/lib/src/native/cocoa/binding.dart +++ b/flutter/lib/src/native/cocoa/binding.dart @@ -37603,8 +37603,7 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi - .NativeFunction< + ffi.NativeFunction< ffi.Bool Function(ffi.Pointer arg0, ffi.UnsignedLong arg1, ffi.Pointer arg2)>> ptr) @@ -42032,17 +42031,15 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase { ffi.Pointer arg1)>> ptr) : this._( - lib - ._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false) + .cast(), + ptr.cast()), lib); static ffi.Pointer? _cFuncTrampoline; From aff7eb21fe4177a696d6ad9a440e52f300afe893 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 16 Nov 2023 14:36:38 +0100 Subject: [PATCH 3/4] Revert format --- flutter/lib/src/native/cocoa/binding.dart | 18831 ++++++++++---------- 1 file changed, 9417 insertions(+), 9414 deletions(-) diff --git a/flutter/lib/src/native/cocoa/binding.dart b/flutter/lib/src/native/cocoa/binding.dart index 646a6bea83..b2527ecb6b 100644 --- a/flutter/lib/src/native/cocoa/binding.dart +++ b/flutter/lib/src/native/cocoa/binding.dart @@ -9,7 +9,7 @@ import 'package:ffi/ffi.dart' as pkg_ffi; class SentryCocoa { /// Holds the symbol lookup function. final ffi.Pointer Function(String symbolName) - _lookup; + _lookup; /// The symbols are looked up in [dynamicLibrary]. SentryCocoa(ffi.DynamicLibrary dynamicLibrary) @@ -18,7 +18,7 @@ class SentryCocoa { /// The symbols are looked up with [lookup]. SentryCocoa.fromLookup( ffi.Pointer Function(String symbolName) - lookup) + lookup) : _lookup = lookup; ffi.Pointer _registerName1(String name) { @@ -29,8 +29,8 @@ class SentryCocoa { } ffi.Pointer _sel_registerName( - ffi.Pointer str, - ) { + ffi.Pointer str, + ) { return __sel_registerName( str, ); @@ -54,8 +54,8 @@ class SentryCocoa { } ffi.Pointer _objc_getClass( - ffi.Pointer str, - ) { + ffi.Pointer str, + ) { return __objc_getClass( str, ); @@ -69,8 +69,8 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); ffi.Pointer _objc_retain( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __objc_retain( value, ); @@ -84,27 +84,27 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); void _objc_release( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __objc_release( value, ); } late final __objc_releasePtr = - _lookup)>>( - 'objc_release'); + _lookup)>>( + 'objc_release'); late final __objc_release = - __objc_releasePtr.asFunction)>(); + __objc_releasePtr.asFunction)>(); late final _objc_releaseFinalizer2 = - ffi.NativeFinalizer(__objc_releasePtr.cast()); + ffi.NativeFinalizer(__objc_releasePtr.cast()); late final _class_NSObject1 = _getClass1("NSObject"); late final _sel_load1 = _registerName1("load"); void _objc_msgSend_1( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1( obj, sel, @@ -121,9 +121,9 @@ class SentryCocoa { late final _sel_initialize1 = _registerName1("initialize"); late final _sel_init1 = _registerName1("init"); instancetype _objc_msgSend_2( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_2( obj, sel, @@ -140,10 +140,10 @@ class SentryCocoa { late final _sel_new1 = _registerName1("new"); late final _sel_allocWithZone_1 = _registerName1("allocWithZone:"); instancetype _objc_msgSend_3( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_3( obj, sel, @@ -166,14 +166,14 @@ class SentryCocoa { late final _sel_mutableCopy1 = _registerName1("mutableCopy"); late final _sel_copyWithZone_1 = _registerName1("copyWithZone:"); late final _sel_mutableCopyWithZone_1 = - _registerName1("mutableCopyWithZone:"); + _registerName1("mutableCopyWithZone:"); late final _sel_instancesRespondToSelector_1 = - _registerName1("instancesRespondToSelector:"); + _registerName1("instancesRespondToSelector:"); bool _objc_msgSend_4( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_4( obj, sel, @@ -190,10 +190,10 @@ class SentryCocoa { ffi.Pointer)>(); bool _objc_msgSend_0( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer clazz, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer clazz, + ) { return __objc_msgSend_0( obj, sel, @@ -213,10 +213,10 @@ class SentryCocoa { late final _class_Protocol1 = _getClass1("Protocol"); late final _sel_conformsToProtocol_1 = _registerName1("conformsToProtocol:"); bool _objc_msgSend_5( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer protocol, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer protocol, + ) { return __objc_msgSend_5( obj, sel, @@ -234,10 +234,10 @@ class SentryCocoa { late final _sel_methodForSelector_1 = _registerName1("methodForSelector:"); ffi.Pointer> _objc_msgSend_6( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_6( obj, sel, @@ -258,14 +258,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_instanceMethodForSelector_1 = - _registerName1("instanceMethodForSelector:"); + _registerName1("instanceMethodForSelector:"); late final _sel_doesNotRecognizeSelector_1 = - _registerName1("doesNotRecognizeSelector:"); + _registerName1("doesNotRecognizeSelector:"); void _objc_msgSend_7( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_7( obj, sel, @@ -282,12 +282,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_forwardingTargetForSelector_1 = - _registerName1("forwardingTargetForSelector:"); + _registerName1("forwardingTargetForSelector:"); ffi.Pointer _objc_msgSend_8( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_8( obj, sel, @@ -306,12 +306,12 @@ class SentryCocoa { late final _class_NSInvocation1 = _getClass1("NSInvocation"); late final _class_NSMethodSignature1 = _getClass1("NSMethodSignature"); late final _sel_signatureWithObjCTypes_1 = - _registerName1("signatureWithObjCTypes:"); + _registerName1("signatureWithObjCTypes:"); ffi.Pointer _objc_msgSend_9( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer types, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer types, + ) { return __objc_msgSend_9( obj, sel, @@ -329,9 +329,9 @@ class SentryCocoa { late final _sel_numberOfArguments1 = _registerName1("numberOfArguments"); int _objc_msgSend_10( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_10( obj, sel, @@ -346,12 +346,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_getArgumentTypeAtIndex_1 = - _registerName1("getArgumentTypeAtIndex:"); + _registerName1("getArgumentTypeAtIndex:"); ffi.Pointer _objc_msgSend_11( - ffi.Pointer obj, - ffi.Pointer sel, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int idx, + ) { return __objc_msgSend_11( obj, sel, @@ -370,9 +370,9 @@ class SentryCocoa { late final _sel_frameLength1 = _registerName1("frameLength"); late final _sel_isOneway1 = _registerName1("isOneway"); bool _objc_msgSend_12( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_12( obj, sel, @@ -388,9 +388,9 @@ class SentryCocoa { late final _sel_methodReturnType1 = _registerName1("methodReturnType"); ffi.Pointer _objc_msgSend_13( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_13( obj, sel, @@ -407,15 +407,15 @@ class SentryCocoa { late final _sel_methodReturnLength1 = _registerName1("methodReturnLength"); late final _sel_cancelPreviousPerformRequestsWithTarget_selector_object_1 = - _registerName1( - "cancelPreviousPerformRequestsWithTarget:selector:object:"); + _registerName1( + "cancelPreviousPerformRequestsWithTarget:selector:object:"); void _objc_msgSend_14( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTarget, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTarget, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + ) { return __objc_msgSend_14( obj, sel, @@ -442,12 +442,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_cancelPreviousPerformRequestsWithTarget_1 = - _registerName1("cancelPreviousPerformRequestsWithTarget:"); + _registerName1("cancelPreviousPerformRequestsWithTarget:"); void _objc_msgSend_15( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTarget, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTarget, + ) { return __objc_msgSend_15( obj, sel, @@ -464,16 +464,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_accessInstanceVariablesDirectly1 = - _registerName1("accessInstanceVariablesDirectly"); + _registerName1("accessInstanceVariablesDirectly"); late final _sel_useStoredAccessor1 = _registerName1("useStoredAccessor"); late final _class_NSSet1 = _getClass1("NSSet"); late final _sel_count1 = _registerName1("count"); late final _sel_member_1 = _registerName1("member:"); ffi.Pointer _objc_msgSend_16( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ) { return __objc_msgSend_16( obj, sel, @@ -496,10 +496,10 @@ class SentryCocoa { late final _sel_length1 = _registerName1("length"); late final _sel_characterAtIndex_1 = _registerName1("characterAtIndex:"); int _objc_msgSend_17( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_17( obj, sel, @@ -516,13 +516,13 @@ class SentryCocoa { late final _class_NSCoder1 = _getClass1("NSCoder"); late final _sel_encodeValueOfObjCType_at_1 = - _registerName1("encodeValueOfObjCType:at:"); + _registerName1("encodeValueOfObjCType:at:"); void _objc_msgSend_18( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - ffi.Pointer addr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + ffi.Pointer addr, + ) { return __objc_msgSend_18( obj, sel, @@ -542,9 +542,9 @@ class SentryCocoa { late final _class_NSData1 = _getClass1("NSData"); late final _sel_bytes1 = _registerName1("bytes"); ffi.Pointer _objc_msgSend_19( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_19( obj, sel, @@ -561,9 +561,9 @@ class SentryCocoa { late final _sel_description1 = _registerName1("description"); ffi.Pointer _objc_msgSend_20( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_20( obj, sel, @@ -580,11 +580,11 @@ class SentryCocoa { late final _sel_getBytes_length_1 = _registerName1("getBytes:length:"); void _objc_msgSend_21( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int length, + ) { return __objc_msgSend_21( obj, sel, @@ -603,11 +603,11 @@ class SentryCocoa { late final _sel_getBytes_range_1 = _registerName1("getBytes:range:"); void _objc_msgSend_22( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + _NSRange range, + ) { return __objc_msgSend_22( obj, sel, @@ -626,10 +626,10 @@ class SentryCocoa { late final _sel_isEqualToData_1 = _registerName1("isEqualToData:"); bool _objc_msgSend_23( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_23( obj, sel, @@ -647,10 +647,10 @@ class SentryCocoa { late final _sel_subdataWithRange_1 = _registerName1("subdataWithRange:"); ffi.Pointer _objc_msgSend_24( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_24( obj, sel, @@ -667,13 +667,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_writeToFile_atomically_1 = - _registerName1("writeToFile:atomically:"); + _registerName1("writeToFile:atomically:"); bool _objc_msgSend_25( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool useAuxiliaryFile, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool useAuxiliaryFile, + ) { return __objc_msgSend_25( obj, sel, @@ -692,14 +692,14 @@ class SentryCocoa { late final _class_NSURL1 = _getClass1("NSURL"); late final _sel_initWithScheme_host_path_1 = - _registerName1("initWithScheme:host:path:"); + _registerName1("initWithScheme:host:path:"); instancetype _objc_msgSend_26( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer scheme, - ffi.Pointer host, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer scheme, + ffi.Pointer host, + ffi.Pointer path, + ) { return __objc_msgSend_26( obj, sel, @@ -726,14 +726,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initFileURLWithPath_isDirectory_relativeToURL_1 = - _registerName1("initFileURLWithPath:isDirectory:relativeToURL:"); + _registerName1("initFileURLWithPath:isDirectory:relativeToURL:"); instancetype _objc_msgSend_27( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_27( obj, sel, @@ -756,13 +756,13 @@ class SentryCocoa { ffi.Pointer, bool, ffi.Pointer)>(); late final _sel_initFileURLWithPath_relativeToURL_1 = - _registerName1("initFileURLWithPath:relativeToURL:"); + _registerName1("initFileURLWithPath:relativeToURL:"); instancetype _objc_msgSend_28( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer baseURL, + ) { return __objc_msgSend_28( obj, sel, @@ -783,13 +783,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initFileURLWithPath_isDirectory_1 = - _registerName1("initFileURLWithPath:isDirectory:"); + _registerName1("initFileURLWithPath:isDirectory:"); instancetype _objc_msgSend_29( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ) { return __objc_msgSend_29( obj, sel, @@ -807,12 +807,12 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initFileURLWithPath_1 = - _registerName1("initFileURLWithPath:"); + _registerName1("initFileURLWithPath:"); instancetype _objc_msgSend_30( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_30( obj, sel, @@ -829,14 +829,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_isDirectory_relativeToURL_1 = - _registerName1("fileURLWithPath:isDirectory:relativeToURL:"); + _registerName1("fileURLWithPath:isDirectory:relativeToURL:"); ffi.Pointer _objc_msgSend_31( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_31( obj, sel, @@ -863,13 +863,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_relativeToURL_1 = - _registerName1("fileURLWithPath:relativeToURL:"); + _registerName1("fileURLWithPath:relativeToURL:"); ffi.Pointer _objc_msgSend_32( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer baseURL, + ) { return __objc_msgSend_32( obj, sel, @@ -893,13 +893,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_isDirectory_1 = - _registerName1("fileURLWithPath:isDirectory:"); + _registerName1("fileURLWithPath:isDirectory:"); ffi.Pointer _objc_msgSend_33( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ) { return __objc_msgSend_33( obj, sel, @@ -921,10 +921,10 @@ class SentryCocoa { late final _sel_fileURLWithPath_1 = _registerName1("fileURLWithPath:"); ffi.Pointer _objc_msgSend_34( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_34( obj, sel, @@ -941,15 +941,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initFileURLWithFileSystemRepresentation_isDirectory_relativeToURL_1 = - _registerName1( - "initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); + _registerName1( + "initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); instancetype _objc_msgSend_35( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_35( obj, sel, @@ -972,15 +972,15 @@ class SentryCocoa { ffi.Pointer, bool, ffi.Pointer)>(); late final _sel_fileURLWithFileSystemRepresentation_isDirectory_relativeToURL_1 = - _registerName1( - "fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); + _registerName1( + "fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); ffi.Pointer _objc_msgSend_36( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_36( obj, sel, @@ -1008,18 +1008,18 @@ class SentryCocoa { late final _sel_initWithString_1 = _registerName1("initWithString:"); late final _sel_initWithString_relativeToURL_1 = - _registerName1("initWithString:relativeToURL:"); + _registerName1("initWithString:relativeToURL:"); late final _sel_URLWithString_1 = _registerName1("URLWithString:"); late final _sel_URLWithString_relativeToURL_1 = - _registerName1("URLWithString:relativeToURL:"); + _registerName1("URLWithString:relativeToURL:"); late final _sel_initWithDataRepresentation_relativeToURL_1 = - _registerName1("initWithDataRepresentation:relativeToURL:"); + _registerName1("initWithDataRepresentation:relativeToURL:"); instancetype _objc_msgSend_37( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer baseURL, + ) { return __objc_msgSend_37( obj, sel, @@ -1040,13 +1040,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_URLWithDataRepresentation_relativeToURL_1 = - _registerName1("URLWithDataRepresentation:relativeToURL:"); + _registerName1("URLWithDataRepresentation:relativeToURL:"); ffi.Pointer _objc_msgSend_38( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer baseURL, + ) { return __objc_msgSend_38( obj, sel, @@ -1070,14 +1070,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initAbsoluteURLWithDataRepresentation_relativeToURL_1 = - _registerName1("initAbsoluteURLWithDataRepresentation:relativeToURL:"); + _registerName1("initAbsoluteURLWithDataRepresentation:relativeToURL:"); late final _sel_absoluteURLWithDataRepresentation_relativeToURL_1 = - _registerName1("absoluteURLWithDataRepresentation:relativeToURL:"); + _registerName1("absoluteURLWithDataRepresentation:relativeToURL:"); late final _sel_dataRepresentation1 = _registerName1("dataRepresentation"); ffi.Pointer _objc_msgSend_39( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_39( obj, sel, @@ -1096,9 +1096,9 @@ class SentryCocoa { late final _sel_relativeString1 = _registerName1("relativeString"); late final _sel_baseURL1 = _registerName1("baseURL"); ffi.Pointer _objc_msgSend_40( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_40( obj, sel, @@ -1122,13 +1122,13 @@ class SentryCocoa { late final _sel_getValue_size_1 = _registerName1("getValue:size:"); late final _sel_objCType1 = _registerName1("objCType"); late final _sel_initWithBytes_objCType_1 = - _registerName1("initWithBytes:objCType:"); + _registerName1("initWithBytes:objCType:"); instancetype _objc_msgSend_41( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer type, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer type, + ) { return __objc_msgSend_41( obj, sel, @@ -1147,10 +1147,10 @@ class SentryCocoa { late final _sel_initWithCoder_1 = _registerName1("initWithCoder:"); instancetype _objc_msgSend_42( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer coder, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer coder, + ) { return __objc_msgSend_42( obj, sel, @@ -1167,13 +1167,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_valueWithBytes_objCType_1 = - _registerName1("valueWithBytes:objCType:"); + _registerName1("valueWithBytes:objCType:"); ffi.Pointer _objc_msgSend_43( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer type, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer type, + ) { return __objc_msgSend_43( obj, sel, @@ -1198,12 +1198,12 @@ class SentryCocoa { late final _sel_value_withObjCType_1 = _registerName1("value:withObjCType:"); late final _sel_valueWithNonretainedObject_1 = - _registerName1("valueWithNonretainedObject:"); + _registerName1("valueWithNonretainedObject:"); ffi.Pointer _objc_msgSend_44( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_44( obj, sel, @@ -1220,13 +1220,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_nonretainedObjectValue1 = - _registerName1("nonretainedObjectValue"); + _registerName1("nonretainedObjectValue"); late final _sel_valueWithPointer_1 = _registerName1("valueWithPointer:"); ffi.Pointer _objc_msgSend_45( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pointer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pointer, + ) { return __objc_msgSend_45( obj, sel, @@ -1245,10 +1245,10 @@ class SentryCocoa { late final _sel_pointerValue1 = _registerName1("pointerValue"); late final _sel_isEqualToValue_1 = _registerName1("isEqualToValue:"); bool _objc_msgSend_46( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_46( obj, sel, @@ -1266,10 +1266,10 @@ class SentryCocoa { late final _sel_getValue_1 = _registerName1("getValue:"); void _objc_msgSend_47( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_47( obj, sel, @@ -1287,10 +1287,10 @@ class SentryCocoa { late final _sel_valueWithRange_1 = _registerName1("valueWithRange:"); ffi.Pointer _objc_msgSend_48( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_48( obj, sel, @@ -1308,10 +1308,10 @@ class SentryCocoa { late final _sel_rangeValue1 = _registerName1("rangeValue"); void _objc_msgSend_49( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_49( stret, obj, @@ -1329,10 +1329,10 @@ class SentryCocoa { late final _sel_valueWithPoint_1 = _registerName1("valueWithPoint:"); ffi.Pointer _objc_msgSend_50( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ) { return __objc_msgSend_50( obj, sel, @@ -1350,10 +1350,10 @@ class SentryCocoa { late final _sel_valueWithSize_1 = _registerName1("valueWithSize:"); ffi.Pointer _objc_msgSend_51( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ) { return __objc_msgSend_51( obj, sel, @@ -1371,10 +1371,10 @@ class SentryCocoa { late final _sel_valueWithRect_1 = _registerName1("valueWithRect:"); ffi.Pointer _objc_msgSend_52( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ) { return __objc_msgSend_52( obj, sel, @@ -1391,12 +1391,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, CGRect)>(); late final _sel_valueWithEdgeInsets_1 = - _registerName1("valueWithEdgeInsets:"); + _registerName1("valueWithEdgeInsets:"); ffi.Pointer _objc_msgSend_53( - ffi.Pointer obj, - ffi.Pointer sel, - NSEdgeInsets insets, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + NSEdgeInsets insets, + ) { return __objc_msgSend_53( obj, sel, @@ -1414,10 +1414,10 @@ class SentryCocoa { late final _sel_pointValue1 = _registerName1("pointValue"); void _objc_msgSend_54( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_54( stret, obj, @@ -1435,10 +1435,10 @@ class SentryCocoa { late final _sel_sizeValue1 = _registerName1("sizeValue"); void _objc_msgSend_55( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_55( stret, obj, @@ -1456,10 +1456,10 @@ class SentryCocoa { late final _sel_rectValue1 = _registerName1("rectValue"); void _objc_msgSend_56( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_56( stret, obj, @@ -1477,10 +1477,10 @@ class SentryCocoa { late final _sel_edgeInsetsValue1 = _registerName1("edgeInsetsValue"); void _objc_msgSend_57( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_57( stret, obj, @@ -1497,12 +1497,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_keyPathsForValuesAffectingValueForKey_1 = - _registerName1("keyPathsForValuesAffectingValueForKey:"); + _registerName1("keyPathsForValuesAffectingValueForKey:"); ffi.Pointer _objc_msgSend_58( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_58( obj, sel, @@ -1519,12 +1519,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_automaticallyNotifiesObserversForKey_1 = - _registerName1("automaticallyNotifiesObserversForKey:"); + _registerName1("automaticallyNotifiesObserversForKey:"); bool _objc_msgSend_59( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_59( obj, sel, @@ -1543,10 +1543,10 @@ class SentryCocoa { late final _class_NSArray1 = _getClass1("NSArray"); late final _sel_objectAtIndex_1 = _registerName1("objectAtIndex:"); ffi.Pointer _objc_msgSend_60( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_60( obj, sel, @@ -1563,13 +1563,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithObjects_count_1 = - _registerName1("initWithObjects:count:"); + _registerName1("initWithObjects:count:"); instancetype _objc_msgSend_61( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + int cnt, + ) { return __objc_msgSend_61( obj, sel, @@ -1590,12 +1590,12 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_arrayByAddingObject_1 = - _registerName1("arrayByAddingObject:"); + _registerName1("arrayByAddingObject:"); ffi.Pointer _objc_msgSend_62( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_62( obj, sel, @@ -1612,12 +1612,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_arrayByAddingObjectsFromArray_1 = - _registerName1("arrayByAddingObjectsFromArray:"); + _registerName1("arrayByAddingObjectsFromArray:"); ffi.Pointer _objc_msgSend_63( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_63( obj, sel, @@ -1634,12 +1634,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_componentsJoinedByString_1 = - _registerName1("componentsJoinedByString:"); + _registerName1("componentsJoinedByString:"); ffi.Pointer _objc_msgSend_64( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer separator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer separator, + ) { return __objc_msgSend_64( obj, sel, @@ -1657,12 +1657,12 @@ class SentryCocoa { late final _sel_containsObject_1 = _registerName1("containsObject:"); late final _sel_descriptionWithLocale_1 = - _registerName1("descriptionWithLocale:"); + _registerName1("descriptionWithLocale:"); ffi.Pointer _objc_msgSend_65( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + ) { return __objc_msgSend_65( obj, sel, @@ -1679,13 +1679,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptionWithLocale_indent_1 = - _registerName1("descriptionWithLocale:indent:"); + _registerName1("descriptionWithLocale:indent:"); ffi.Pointer _objc_msgSend_66( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - int level, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + int level, + ) { return __objc_msgSend_66( obj, sel, @@ -1706,12 +1706,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_firstObjectCommonWithArray_1 = - _registerName1("firstObjectCommonWithArray:"); + _registerName1("firstObjectCommonWithArray:"); ffi.Pointer _objc_msgSend_67( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_67( obj, sel, @@ -1729,11 +1729,11 @@ class SentryCocoa { late final _sel_getObjects_range_1 = _registerName1("getObjects:range:"); void _objc_msgSend_68( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + _NSRange range, + ) { return __objc_msgSend_68( obj, sel, @@ -1752,10 +1752,10 @@ class SentryCocoa { late final _sel_indexOfObject_1 = _registerName1("indexOfObject:"); int _objc_msgSend_69( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_69( obj, sel, @@ -1772,13 +1772,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_indexOfObject_inRange_1 = - _registerName1("indexOfObject:inRange:"); + _registerName1("indexOfObject:inRange:"); int _objc_msgSend_70( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + _NSRange range, + ) { return __objc_msgSend_70( obj, sel, @@ -1799,15 +1799,15 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_indexOfObjectIdenticalTo_1 = - _registerName1("indexOfObjectIdenticalTo:"); + _registerName1("indexOfObjectIdenticalTo:"); late final _sel_indexOfObjectIdenticalTo_inRange_1 = - _registerName1("indexOfObjectIdenticalTo:inRange:"); + _registerName1("indexOfObjectIdenticalTo:inRange:"); late final _sel_isEqualToArray_1 = _registerName1("isEqualToArray:"); bool _objc_msgSend_71( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_71( obj, sel, @@ -1827,9 +1827,9 @@ class SentryCocoa { late final _sel_lastObject1 = _registerName1("lastObject"); late final _sel_objectEnumerator1 = _registerName1("objectEnumerator"); ffi.Pointer _objc_msgSend_72( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_72( obj, sel, @@ -1845,20 +1845,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_reverseObjectEnumerator1 = - _registerName1("reverseObjectEnumerator"); + _registerName1("reverseObjectEnumerator"); late final _sel_sortedArrayHint1 = _registerName1("sortedArrayHint"); late final _sel_sortedArrayUsingFunction_context_1 = - _registerName1("sortedArrayUsingFunction:context:"); + _registerName1("sortedArrayUsingFunction:context:"); ffi.Pointer _objc_msgSend_73( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, + ffi.Pointer context, + ) { return __objc_msgSend_73( obj, sel, @@ -1888,18 +1888,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sortedArrayUsingFunction_context_hint_1 = - _registerName1("sortedArrayUsingFunction:context:hint:"); + _registerName1("sortedArrayUsingFunction:context:hint:"); ffi.Pointer _objc_msgSend_74( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, - ffi.Pointer context, - ffi.Pointer hint, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, + ffi.Pointer context, + ffi.Pointer hint, + ) { return __objc_msgSend_74( obj, sel, @@ -1932,12 +1932,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sortedArrayUsingSelector_1 = - _registerName1("sortedArrayUsingSelector:"); + _registerName1("sortedArrayUsingSelector:"); ffi.Pointer _objc_msgSend_75( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comparator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comparator, + ) { return __objc_msgSend_75( obj, sel, @@ -1955,10 +1955,10 @@ class SentryCocoa { late final _sel_subarrayWithRange_1 = _registerName1("subarrayWithRange:"); ffi.Pointer _objc_msgSend_76( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_76( obj, sel, @@ -1976,14 +1976,14 @@ class SentryCocoa { late final _class_NSError1 = _getClass1("NSError"); late final _sel_initWithDomain_code_userInfo_1 = - _registerName1("initWithDomain:code:userInfo:"); + _registerName1("initWithDomain:code:userInfo:"); instancetype _objc_msgSend_77( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer domain, - int code, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer domain, + int code, + ffi.Pointer dict, + ) { return __objc_msgSend_77( obj, sel, @@ -2006,13 +2006,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_errorWithDomain_code_userInfo_1 = - _registerName1("errorWithDomain:code:userInfo:"); + _registerName1("errorWithDomain:code:userInfo:"); late final _sel_domain1 = _registerName1("domain"); late final _sel_code1 = _registerName1("code"); int _objc_msgSend_78( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_78( obj, sel, @@ -2028,17 +2028,17 @@ class SentryCocoa { late final _sel_userInfo1 = _registerName1("userInfo"); late final _sel_localizedDescription1 = - _registerName1("localizedDescription"); + _registerName1("localizedDescription"); late final _sel_localizedFailureReason1 = - _registerName1("localizedFailureReason"); + _registerName1("localizedFailureReason"); late final _sel_localizedRecoverySuggestion1 = - _registerName1("localizedRecoverySuggestion"); + _registerName1("localizedRecoverySuggestion"); late final _sel_localizedRecoveryOptions1 = - _registerName1("localizedRecoveryOptions"); + _registerName1("localizedRecoveryOptions"); ffi.Pointer _objc_msgSend_79( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_79( obj, sel, @@ -2058,7 +2058,7 @@ class SentryCocoa { late final _sel_underlyingErrors1 = _registerName1("underlyingErrors"); ffi.Pointer<_ObjCBlockDesc> _newBlockDesc1() { final d = - pkg_ffi.calloc.allocate<_ObjCBlockDesc>(ffi.sizeOf<_ObjCBlockDesc>()); + pkg_ffi.calloc.allocate<_ObjCBlockDesc>(ffi.sizeOf<_ObjCBlockDesc>()); d.ref.reserved = 0; d.ref.size = ffi.sizeOf<_ObjCBlock>(); d.ref.copy_helper = ffi.nullptr; @@ -2069,7 +2069,7 @@ class SentryCocoa { late final _objc_block_desc1 = _newBlockDesc1(); late final _objc_concrete_global_block1 = - _lookup('_NSConcreteGlobalBlock'); + _lookup('_NSConcreteGlobalBlock'); ffi.Pointer<_ObjCBlock> _newBlock1( ffi.Pointer invoke, ffi.Pointer target) { final b = pkg_ffi.calloc.allocate<_ObjCBlock>(ffi.sizeOf<_ObjCBlock>()); @@ -2085,8 +2085,8 @@ class SentryCocoa { } ffi.Pointer _Block_copy( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __Block_copy( value, ); @@ -2100,29 +2100,29 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); void _Block_release( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __Block_release( value, ); } late final __Block_releasePtr = - _lookup)>>( - '_Block_release'); + _lookup)>>( + '_Block_release'); late final __Block_release = - __Block_releasePtr.asFunction)>(); + __Block_releasePtr.asFunction)>(); late final _objc_releaseFinalizer11 = - ffi.NativeFinalizer(__Block_releasePtr.cast()); + ffi.NativeFinalizer(__Block_releasePtr.cast()); late final _sel_setUserInfoValueProviderForDomain_provider_1 = - _registerName1("setUserInfoValueProviderForDomain:provider:"); + _registerName1("setUserInfoValueProviderForDomain:provider:"); void _objc_msgSend_80( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer errorDomain, - ffi.Pointer<_ObjCBlock> provider, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer errorDomain, + ffi.Pointer<_ObjCBlock> provider, + ) { return __objc_msgSend_80( obj, sel, @@ -2143,14 +2143,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_userInfoValueProviderForDomain_1 = - _registerName1("userInfoValueProviderForDomain:"); + _registerName1("userInfoValueProviderForDomain:"); ffi.Pointer<_ObjCBlock> _objc_msgSend_81( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer err, - ffi.Pointer userInfoKey, - ffi.Pointer errorDomain, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer err, + ffi.Pointer userInfoKey, + ffi.Pointer errorDomain, + ) { return __objc_msgSend_81( obj, sel, @@ -2177,13 +2177,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setKeys_triggerChangeNotificationsForDependentKey_1 = - _registerName1("setKeys:triggerChangeNotificationsForDependentKey:"); + _registerName1("setKeys:triggerChangeNotificationsForDependentKey:"); void _objc_msgSend_82( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer dependentKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer dependentKey, + ) { return __objc_msgSend_82( obj, sel, @@ -2204,16 +2204,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_classFallbacksForKeyedArchiver1 = - _registerName1("classFallbacksForKeyedArchiver"); + _registerName1("classFallbacksForKeyedArchiver"); late final _sel_classForKeyedUnarchiver1 = - _registerName1("classForKeyedUnarchiver"); + _registerName1("classForKeyedUnarchiver"); late final _sel_writeToURL_error_1 = _registerName1("writeToURL:error:"); bool _objc_msgSend_83( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_83( obj, sel, @@ -2234,15 +2234,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_makeObjectsPerformSelector_1 = - _registerName1("makeObjectsPerformSelector:"); + _registerName1("makeObjectsPerformSelector:"); late final _sel_makeObjectsPerformSelector_withObject_1 = - _registerName1("makeObjectsPerformSelector:withObject:"); + _registerName1("makeObjectsPerformSelector:withObject:"); void _objc_msgSend_84( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer argument, + ) { return __objc_msgSend_84( obj, sel, @@ -2263,12 +2263,12 @@ class SentryCocoa { late final _sel_indexSet1 = _registerName1("indexSet"); late final _sel_indexSetWithIndex_1 = _registerName1("indexSetWithIndex:"); late final _sel_indexSetWithIndexesInRange_1 = - _registerName1("indexSetWithIndexesInRange:"); + _registerName1("indexSetWithIndexesInRange:"); instancetype _objc_msgSend_85( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_85( obj, sel, @@ -2285,13 +2285,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_initWithIndexesInRange_1 = - _registerName1("initWithIndexesInRange:"); + _registerName1("initWithIndexesInRange:"); late final _sel_initWithIndexSet_1 = _registerName1("initWithIndexSet:"); instancetype _objc_msgSend_86( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexSet, + ) { return __objc_msgSend_86( obj, sel, @@ -2310,10 +2310,10 @@ class SentryCocoa { late final _sel_initWithIndex_1 = _registerName1("initWithIndex:"); late final _sel_isEqualToIndexSet_1 = _registerName1("isEqualToIndexSet:"); bool _objc_msgSend_87( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexSet, + ) { return __objc_msgSend_87( obj, sel, @@ -2332,12 +2332,12 @@ class SentryCocoa { late final _sel_firstIndex1 = _registerName1("firstIndex"); late final _sel_lastIndex1 = _registerName1("lastIndex"); late final _sel_indexGreaterThanIndex_1 = - _registerName1("indexGreaterThanIndex:"); + _registerName1("indexGreaterThanIndex:"); int _objc_msgSend_88( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_88( obj, sel, @@ -2354,18 +2354,18 @@ class SentryCocoa { late final _sel_indexLessThanIndex_1 = _registerName1("indexLessThanIndex:"); late final _sel_indexGreaterThanOrEqualToIndex_1 = - _registerName1("indexGreaterThanOrEqualToIndex:"); + _registerName1("indexGreaterThanOrEqualToIndex:"); late final _sel_indexLessThanOrEqualToIndex_1 = - _registerName1("indexLessThanOrEqualToIndex:"); + _registerName1("indexLessThanOrEqualToIndex:"); late final _sel_getIndexes_maxCount_inIndexRange_1 = - _registerName1("getIndexes:maxCount:inIndexRange:"); + _registerName1("getIndexes:maxCount:inIndexRange:"); int _objc_msgSend_89( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexBuffer, - int bufferSize, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexBuffer, + int bufferSize, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_89( obj, sel, @@ -2388,12 +2388,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_countOfIndexesInRange_1 = - _registerName1("countOfIndexesInRange:"); + _registerName1("countOfIndexesInRange:"); int _objc_msgSend_90( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_90( obj, sel, @@ -2410,10 +2410,10 @@ class SentryCocoa { late final _sel_containsIndex_1 = _registerName1("containsIndex:"); bool _objc_msgSend_91( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_91( obj, sel, @@ -2429,12 +2429,12 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_containsIndexesInRange_1 = - _registerName1("containsIndexesInRange:"); + _registerName1("containsIndexesInRange:"); bool _objc_msgSend_92( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_92( obj, sel, @@ -2451,14 +2451,14 @@ class SentryCocoa { late final _sel_containsIndexes_1 = _registerName1("containsIndexes:"); late final _sel_intersectsIndexesInRange_1 = - _registerName1("intersectsIndexesInRange:"); + _registerName1("intersectsIndexesInRange:"); late final _sel_enumerateIndexesUsingBlock_1 = - _registerName1("enumerateIndexesUsingBlock:"); + _registerName1("enumerateIndexesUsingBlock:"); void _objc_msgSend_93( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_93( obj, sel, @@ -2475,13 +2475,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateIndexesWithOptions_usingBlock_1 = - _registerName1("enumerateIndexesWithOptions:usingBlock:"); + _registerName1("enumerateIndexesWithOptions:usingBlock:"); void _objc_msgSend_94( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_94( obj, sel, @@ -2499,14 +2499,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateIndexesInRange_options_usingBlock_1 = - _registerName1("enumerateIndexesInRange:options:usingBlock:"); + _registerName1("enumerateIndexesInRange:options:usingBlock:"); void _objc_msgSend_95( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_95( obj, sel, @@ -2526,10 +2526,10 @@ class SentryCocoa { late final _sel_indexPassingTest_1 = _registerName1("indexPassingTest:"); int _objc_msgSend_96( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_96( obj, sel, @@ -2546,13 +2546,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexWithOptions_passingTest_1 = - _registerName1("indexWithOptions:passingTest:"); + _registerName1("indexWithOptions:passingTest:"); int _objc_msgSend_97( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_97( obj, sel, @@ -2573,14 +2573,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexInRange_options_passingTest_1 = - _registerName1("indexInRange:options:passingTest:"); + _registerName1("indexInRange:options:passingTest:"); int _objc_msgSend_98( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_98( obj, sel, @@ -2604,10 +2604,10 @@ class SentryCocoa { late final _sel_indexesPassingTest_1 = _registerName1("indexesPassingTest:"); ffi.Pointer _objc_msgSend_99( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_99( obj, sel, @@ -2624,13 +2624,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesWithOptions_passingTest_1 = - _registerName1("indexesWithOptions:passingTest:"); + _registerName1("indexesWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_100( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_100( obj, sel, @@ -2651,14 +2651,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesInRange_options_passingTest_1 = - _registerName1("indexesInRange:options:passingTest:"); + _registerName1("indexesInRange:options:passingTest:"); ffi.Pointer _objc_msgSend_101( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_101( obj, sel, @@ -2681,12 +2681,12 @@ class SentryCocoa { ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesUsingBlock_1 = - _registerName1("enumerateRangesUsingBlock:"); + _registerName1("enumerateRangesUsingBlock:"); void _objc_msgSend_102( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_102( obj, sel, @@ -2703,13 +2703,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesWithOptions_usingBlock_1 = - _registerName1("enumerateRangesWithOptions:usingBlock:"); + _registerName1("enumerateRangesWithOptions:usingBlock:"); void _objc_msgSend_103( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_103( obj, sel, @@ -2727,14 +2727,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesInRange_options_usingBlock_1 = - _registerName1("enumerateRangesInRange:options:usingBlock:"); + _registerName1("enumerateRangesInRange:options:usingBlock:"); void _objc_msgSend_104( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_104( obj, sel, @@ -2754,10 +2754,10 @@ class SentryCocoa { late final _sel_objectsAtIndexes_1 = _registerName1("objectsAtIndexes:"); ffi.Pointer _objc_msgSend_105( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_105( obj, sel, @@ -2774,14 +2774,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_objectAtIndexedSubscript_1 = - _registerName1("objectAtIndexedSubscript:"); + _registerName1("objectAtIndexedSubscript:"); late final _sel_enumerateObjectsUsingBlock_1 = - _registerName1("enumerateObjectsUsingBlock:"); + _registerName1("enumerateObjectsUsingBlock:"); void _objc_msgSend_106( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_106( obj, sel, @@ -2798,13 +2798,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateObjectsWithOptions:usingBlock:"); + _registerName1("enumerateObjectsWithOptions:usingBlock:"); void _objc_msgSend_107( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_107( obj, sel, @@ -2822,14 +2822,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateObjectsAtIndexes_options_usingBlock_1 = - _registerName1("enumerateObjectsAtIndexes:options:usingBlock:"); + _registerName1("enumerateObjectsAtIndexes:options:usingBlock:"); void _objc_msgSend_108( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_108( obj, sel, @@ -2852,12 +2852,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectPassingTest_1 = - _registerName1("indexOfObjectPassingTest:"); + _registerName1("indexOfObjectPassingTest:"); int _objc_msgSend_109( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_109( obj, sel, @@ -2874,13 +2874,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectWithOptions_passingTest_1 = - _registerName1("indexOfObjectWithOptions:passingTest:"); + _registerName1("indexOfObjectWithOptions:passingTest:"); int _objc_msgSend_110( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_110( obj, sel, @@ -2901,14 +2901,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectAtIndexes_options_passingTest_1 = - _registerName1("indexOfObjectAtIndexes:options:passingTest:"); + _registerName1("indexOfObjectAtIndexes:options:passingTest:"); int _objc_msgSend_111( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_111( obj, sel, @@ -2931,12 +2931,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsPassingTest_1 = - _registerName1("indexesOfObjectsPassingTest:"); + _registerName1("indexesOfObjectsPassingTest:"); ffi.Pointer _objc_msgSend_112( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_112( obj, sel, @@ -2953,13 +2953,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsWithOptions_passingTest_1 = - _registerName1("indexesOfObjectsWithOptions:passingTest:"); + _registerName1("indexesOfObjectsWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_113( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_113( obj, sel, @@ -2980,14 +2980,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsAtIndexes_options_passingTest_1 = - _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); + _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); ffi.Pointer _objc_msgSend_114( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_114( obj, sel, @@ -3014,12 +3014,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortedArrayUsingComparator_1 = - _registerName1("sortedArrayUsingComparator:"); + _registerName1("sortedArrayUsingComparator:"); ffi.Pointer _objc_msgSend_115( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_115( obj, sel, @@ -3036,13 +3036,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortedArrayWithOptions_usingComparator_1 = - _registerName1("sortedArrayWithOptions:usingComparator:"); + _registerName1("sortedArrayWithOptions:usingComparator:"); ffi.Pointer _objc_msgSend_116( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_116( obj, sel, @@ -3063,15 +3063,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObject_inSortedRange_options_usingComparator_1 = - _registerName1("indexOfObject:inSortedRange:options:usingComparator:"); + _registerName1("indexOfObject:inSortedRange:options:usingComparator:"); int _objc_msgSend_117( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - _NSRange r, - int opts, - ffi.Pointer<_ObjCBlock> cmp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + _NSRange r, + int opts, + ffi.Pointer<_ObjCBlock> cmp, + ) { return __objc_msgSend_117( obj, sel, @@ -3098,19 +3098,19 @@ class SentryCocoa { late final _sel_array1 = _registerName1("array"); late final _sel_arrayWithObject_1 = _registerName1("arrayWithObject:"); late final _sel_arrayWithObjects_count_1 = - _registerName1("arrayWithObjects:count:"); + _registerName1("arrayWithObjects:count:"); late final _sel_arrayWithObjects_1 = _registerName1("arrayWithObjects:"); late final _sel_arrayWithArray_1 = _registerName1("arrayWithArray:"); late final _sel_initWithObjects_1 = _registerName1("initWithObjects:"); late final _sel_initWithArray_1 = _registerName1("initWithArray:"); late final _sel_initWithArray_copyItems_1 = - _registerName1("initWithArray:copyItems:"); + _registerName1("initWithArray:copyItems:"); instancetype _objc_msgSend_118( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer array, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer array, + bool flag, + ) { return __objc_msgSend_118( obj, sel, @@ -3128,13 +3128,13 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithContentsOfURL_error_1 = - _registerName1("initWithContentsOfURL:error:"); + _registerName1("initWithContentsOfURL:error:"); ffi.Pointer _objc_msgSend_119( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_119( obj, sel, @@ -3158,16 +3158,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_arrayWithContentsOfURL_error_1 = - _registerName1("arrayWithContentsOfURL:error:"); + _registerName1("arrayWithContentsOfURL:error:"); late final _sel_differenceFromArray_withOptions_usingEquivalenceTest_1 = - _registerName1("differenceFromArray:withOptions:usingEquivalenceTest:"); + _registerName1("differenceFromArray:withOptions:usingEquivalenceTest:"); ffi.Pointer _objc_msgSend_120( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_120( obj, sel, @@ -3194,13 +3194,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_differenceFromArray_withOptions_1 = - _registerName1("differenceFromArray:withOptions:"); + _registerName1("differenceFromArray:withOptions:"); ffi.Pointer _objc_msgSend_121( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ) { return __objc_msgSend_121( obj, sel, @@ -3221,15 +3221,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_differenceFromArray_1 = - _registerName1("differenceFromArray:"); + _registerName1("differenceFromArray:"); late final _sel_arrayByApplyingDifference_1 = - _registerName1("arrayByApplyingDifference:"); + _registerName1("arrayByApplyingDifference:"); late final _sel_getObjects_1 = _registerName1("getObjects:"); void _objc_msgSend_122( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ) { return __objc_msgSend_122( obj, sel, @@ -3246,12 +3246,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_arrayWithContentsOfFile_1 = - _registerName1("arrayWithContentsOfFile:"); + _registerName1("arrayWithContentsOfFile:"); ffi.Pointer _objc_msgSend_123( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_123( obj, sel, @@ -3268,12 +3268,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_arrayWithContentsOfURL_1 = - _registerName1("arrayWithContentsOfURL:"); + _registerName1("arrayWithContentsOfURL:"); ffi.Pointer _objc_msgSend_124( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_124( obj, sel, @@ -3290,17 +3290,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithContentsOfFile_1 = - _registerName1("initWithContentsOfFile:"); + _registerName1("initWithContentsOfFile:"); late final _sel_initWithContentsOfURL_1 = - _registerName1("initWithContentsOfURL:"); + _registerName1("initWithContentsOfURL:"); late final _sel_writeToURL_atomically_1 = - _registerName1("writeToURL:atomically:"); + _registerName1("writeToURL:atomically:"); bool _objc_msgSend_125( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool atomically, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool atomically, + ) { return __objc_msgSend_125( obj, sel, @@ -3318,15 +3318,15 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_pathsMatchingExtensions_1 = - _registerName1("pathsMatchingExtensions:"); + _registerName1("pathsMatchingExtensions:"); late final _sel_valueForKey_1 = _registerName1("valueForKey:"); late final _sel_setValue_forKey_1 = _registerName1("setValue:forKey:"); void _objc_msgSend_126( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ) { return __objc_msgSend_126( obj, sel, @@ -3347,17 +3347,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addObserver_toObjectsAtIndexes_forKeyPath_options_context_1 = - _registerName1( - "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); + _registerName1( + "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); void _objc_msgSend_127( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - int options, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + int options, + ffi.Pointer context, + ) { return __objc_msgSend_127( obj, sel, @@ -3390,15 +3390,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_context_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); void _objc_msgSend_128( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + ffi.Pointer context, + ) { return __objc_msgSend_128( obj, sel, @@ -3428,14 +3428,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); void _objc_msgSend_129( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + ) { return __objc_msgSend_129( obj, sel, @@ -3462,15 +3462,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_addObserver_forKeyPath_options_context_1 = - _registerName1("addObserver:forKeyPath:options:context:"); + _registerName1("addObserver:forKeyPath:options:context:"); void _objc_msgSend_130( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - int options, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + int options, + ffi.Pointer context, + ) { return __objc_msgSend_130( obj, sel, @@ -3500,14 +3500,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_forKeyPath_context_1 = - _registerName1("removeObserver:forKeyPath:context:"); + _registerName1("removeObserver:forKeyPath:context:"); void _objc_msgSend_131( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + ffi.Pointer context, + ) { return __objc_msgSend_131( obj, sel, @@ -3534,13 +3534,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_forKeyPath_1 = - _registerName1("removeObserver:forKeyPath:"); + _registerName1("removeObserver:forKeyPath:"); void _objc_msgSend_132( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + ) { return __objc_msgSend_132( obj, sel, @@ -3561,16 +3561,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sortedArrayUsingDescriptors_1 = - _registerName1("sortedArrayUsingDescriptors:"); + _registerName1("sortedArrayUsingDescriptors:"); late final _class_NSPredicate1 = _getClass1("NSPredicate"); late final _sel_predicateWithFormat_argumentArray_1 = - _registerName1("predicateWithFormat:argumentArray:"); + _registerName1("predicateWithFormat:argumentArray:"); ffi.Pointer _objc_msgSend_133( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ffi.Pointer arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ffi.Pointer arguments, + ) { return __objc_msgSend_133( obj, sel, @@ -3594,12 +3594,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_predicateWithFormat_1 = - _registerName1("predicateWithFormat:"); + _registerName1("predicateWithFormat:"); ffi.Pointer _objc_msgSend_134( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ) { return __objc_msgSend_134( obj, sel, @@ -3616,13 +3616,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_predicateWithFormat_arguments_1 = - _registerName1("predicateWithFormat:arguments:"); + _registerName1("predicateWithFormat:arguments:"); ffi.Pointer _objc_msgSend_135( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_135( obj, sel, @@ -3646,13 +3646,13 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_predicateFromMetadataQueryString_1 = - _registerName1("predicateFromMetadataQueryString:"); + _registerName1("predicateFromMetadataQueryString:"); late final _sel_predicateWithValue_1 = _registerName1("predicateWithValue:"); ffi.Pointer _objc_msgSend_136( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_136( obj, sel, @@ -3672,14 +3672,14 @@ class SentryCocoa { late final _sel_objectForKey_1 = _registerName1("objectForKey:"); late final _sel_keyEnumerator1 = _registerName1("keyEnumerator"); late final _sel_initWithObjects_forKeys_count_1 = - _registerName1("initWithObjects:forKeys:count:"); + _registerName1("initWithObjects:forKeys:count:"); instancetype _objc_msgSend_137( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + int cnt, + ) { return __objc_msgSend_137( obj, sel, @@ -3709,14 +3709,14 @@ class SentryCocoa { late final _sel_allKeysForObject_1 = _registerName1("allKeysForObject:"); late final _sel_allValues1 = _registerName1("allValues"); late final _sel_descriptionInStringsFileFormat1 = - _registerName1("descriptionInStringsFileFormat"); + _registerName1("descriptionInStringsFileFormat"); late final _sel_isEqualToDictionary_1 = - _registerName1("isEqualToDictionary:"); + _registerName1("isEqualToDictionary:"); bool _objc_msgSend_138( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDictionary, + ) { return __objc_msgSend_138( obj, sel, @@ -3733,13 +3733,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_objectsForKeys_notFoundMarker_1 = - _registerName1("objectsForKeys:notFoundMarker:"); + _registerName1("objectsForKeys:notFoundMarker:"); ffi.Pointer _objc_msgSend_139( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer marker, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer marker, + ) { return __objc_msgSend_139( obj, sel, @@ -3763,16 +3763,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_keysSortedByValueUsingSelector_1 = - _registerName1("keysSortedByValueUsingSelector:"); + _registerName1("keysSortedByValueUsingSelector:"); late final _sel_getObjects_andKeys_count_1 = - _registerName1("getObjects:andKeys:count:"); + _registerName1("getObjects:andKeys:count:"); void _objc_msgSend_140( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + int count, + ) { return __objc_msgSend_140( obj, sel, @@ -3799,14 +3799,14 @@ class SentryCocoa { int)>(); late final _sel_objectForKeyedSubscript_1 = - _registerName1("objectForKeyedSubscript:"); + _registerName1("objectForKeyedSubscript:"); late final _sel_enumerateKeysAndObjectsUsingBlock_1 = - _registerName1("enumerateKeysAndObjectsUsingBlock:"); + _registerName1("enumerateKeysAndObjectsUsingBlock:"); void _objc_msgSend_141( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_141( obj, sel, @@ -3823,13 +3823,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateKeysAndObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); + _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); void _objc_msgSend_142( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_142( obj, sel, @@ -3847,16 +3847,16 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_keysSortedByValueUsingComparator_1 = - _registerName1("keysSortedByValueUsingComparator:"); + _registerName1("keysSortedByValueUsingComparator:"); late final _sel_keysSortedByValueWithOptions_usingComparator_1 = - _registerName1("keysSortedByValueWithOptions:usingComparator:"); + _registerName1("keysSortedByValueWithOptions:usingComparator:"); late final _sel_keysOfEntriesPassingTest_1 = - _registerName1("keysOfEntriesPassingTest:"); + _registerName1("keysOfEntriesPassingTest:"); ffi.Pointer _objc_msgSend_143( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_143( obj, sel, @@ -3873,13 +3873,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_keysOfEntriesWithOptions_passingTest_1 = - _registerName1("keysOfEntriesWithOptions:passingTest:"); + _registerName1("keysOfEntriesWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_144( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_144( obj, sel, @@ -3901,11 +3901,11 @@ class SentryCocoa { late final _sel_getObjects_andKeys_1 = _registerName1("getObjects:andKeys:"); void _objc_msgSend_145( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + ) { return __objc_msgSend_145( obj, sel, @@ -3929,12 +3929,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dictionaryWithContentsOfFile_1 = - _registerName1("dictionaryWithContentsOfFile:"); + _registerName1("dictionaryWithContentsOfFile:"); ffi.Pointer _objc_msgSend_146( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_146( obj, sel, @@ -3951,12 +3951,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithContentsOfURL_1 = - _registerName1("dictionaryWithContentsOfURL:"); + _registerName1("dictionaryWithContentsOfURL:"); ffi.Pointer _objc_msgSend_147( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_147( obj, sel, @@ -3974,13 +3974,13 @@ class SentryCocoa { late final _sel_dictionary1 = _registerName1("dictionary"); late final _sel_dictionaryWithObject_forKey_1 = - _registerName1("dictionaryWithObject:forKey:"); + _registerName1("dictionaryWithObject:forKey:"); instancetype _objc_msgSend_148( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ffi.Pointer key, + ) { return __objc_msgSend_148( obj, sel, @@ -4001,16 +4001,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithObjects_forKeys_count_1 = - _registerName1("dictionaryWithObjects:forKeys:count:"); + _registerName1("dictionaryWithObjects:forKeys:count:"); late final _sel_dictionaryWithObjectsAndKeys_1 = - _registerName1("dictionaryWithObjectsAndKeys:"); + _registerName1("dictionaryWithObjectsAndKeys:"); late final _sel_dictionaryWithDictionary_1 = - _registerName1("dictionaryWithDictionary:"); + _registerName1("dictionaryWithDictionary:"); instancetype _objc_msgSend_149( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dict, + ) { return __objc_msgSend_149( obj, sel, @@ -4027,13 +4027,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dictionaryWithObjects_forKeys_1 = - _registerName1("dictionaryWithObjects:forKeys:"); + _registerName1("dictionaryWithObjects:forKeys:"); instancetype _objc_msgSend_150( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objects, - ffi.Pointer keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objects, + ffi.Pointer keys, + ) { return __objc_msgSend_150( obj, sel, @@ -4054,16 +4054,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithObjectsAndKeys_1 = - _registerName1("initWithObjectsAndKeys:"); + _registerName1("initWithObjectsAndKeys:"); late final _sel_initWithDictionary_1 = _registerName1("initWithDictionary:"); late final _sel_initWithDictionary_copyItems_1 = - _registerName1("initWithDictionary:copyItems:"); + _registerName1("initWithDictionary:copyItems:"); instancetype _objc_msgSend_151( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDictionary, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDictionary, + bool flag, + ) { return __objc_msgSend_151( obj, sel, @@ -4081,13 +4081,13 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithObjects_forKeys_1 = - _registerName1("initWithObjects:forKeys:"); + _registerName1("initWithObjects:forKeys:"); ffi.Pointer _objc_msgSend_152( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_152( obj, sel, @@ -4111,18 +4111,18 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dictionaryWithContentsOfURL_error_1 = - _registerName1("dictionaryWithContentsOfURL:error:"); + _registerName1("dictionaryWithContentsOfURL:error:"); late final _sel_sharedKeySetForKeys_1 = - _registerName1("sharedKeySetForKeys:"); + _registerName1("sharedKeySetForKeys:"); late final _sel_countByEnumeratingWithState_objects_count_1 = - _registerName1("countByEnumeratingWithState:objects:count:"); + _registerName1("countByEnumeratingWithState:objects:count:"); int _objc_msgSend_153( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer state, - ffi.Pointer> buffer, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer state, + ffi.Pointer> buffer, + int len, + ) { return __objc_msgSend_153( obj, sel, @@ -4150,9 +4150,9 @@ class SentryCocoa { late final _sel_fileSize1 = _registerName1("fileSize"); int _objc_msgSend_154( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_154( obj, sel, @@ -4168,11 +4168,11 @@ class SentryCocoa { late final _class_NSDate1 = _getClass1("NSDate"); late final _sel_timeIntervalSinceReferenceDate1 = - _registerName1("timeIntervalSinceReferenceDate"); + _registerName1("timeIntervalSinceReferenceDate"); double _objc_msgSend_155( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_155( obj, sel, @@ -4187,12 +4187,12 @@ class SentryCocoa { double Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTimeIntervalSinceReferenceDate_1 = - _registerName1("initWithTimeIntervalSinceReferenceDate:"); + _registerName1("initWithTimeIntervalSinceReferenceDate:"); instancetype _objc_msgSend_156( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ) { return __objc_msgSend_156( obj, sel, @@ -4209,12 +4209,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_timeIntervalSinceDate_1 = - _registerName1("timeIntervalSinceDate:"); + _registerName1("timeIntervalSinceDate:"); double _objc_msgSend_157( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anotherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { return __objc_msgSend_157( obj, sel, @@ -4231,18 +4231,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_timeIntervalSinceNow1 = - _registerName1("timeIntervalSinceNow"); + _registerName1("timeIntervalSinceNow"); late final _sel_timeIntervalSince19701 = - _registerName1("timeIntervalSince1970"); + _registerName1("timeIntervalSince1970"); late final _sel_addTimeInterval_1 = _registerName1("addTimeInterval:"); late final _sel_dateByAddingTimeInterval_1 = - _registerName1("dateByAddingTimeInterval:"); + _registerName1("dateByAddingTimeInterval:"); late final _sel_earlierDate_1 = _registerName1("earlierDate:"); ffi.Pointer _objc_msgSend_158( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anotherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { return __objc_msgSend_158( obj, sel, @@ -4261,10 +4261,10 @@ class SentryCocoa { late final _sel_laterDate_1 = _registerName1("laterDate:"); late final _sel_compare_1 = _registerName1("compare:"); int _objc_msgSend_159( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_159( obj, sel, @@ -4282,10 +4282,10 @@ class SentryCocoa { late final _sel_isEqualToDate_1 = _registerName1("isEqualToDate:"); bool _objc_msgSend_160( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDate, + ) { return __objc_msgSend_160( obj, sel, @@ -4303,19 +4303,19 @@ class SentryCocoa { late final _sel_date1 = _registerName1("date"); late final _sel_dateWithTimeIntervalSinceNow_1 = - _registerName1("dateWithTimeIntervalSinceNow:"); + _registerName1("dateWithTimeIntervalSinceNow:"); late final _sel_dateWithTimeIntervalSinceReferenceDate_1 = - _registerName1("dateWithTimeIntervalSinceReferenceDate:"); + _registerName1("dateWithTimeIntervalSinceReferenceDate:"); late final _sel_dateWithTimeIntervalSince1970_1 = - _registerName1("dateWithTimeIntervalSince1970:"); + _registerName1("dateWithTimeIntervalSince1970:"); late final _sel_dateWithTimeInterval_sinceDate_1 = - _registerName1("dateWithTimeInterval:sinceDate:"); + _registerName1("dateWithTimeInterval:sinceDate:"); instancetype _objc_msgSend_161( - ffi.Pointer obj, - ffi.Pointer sel, - double secsToBeAdded, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double secsToBeAdded, + ffi.Pointer date, + ) { return __objc_msgSend_161( obj, sel, @@ -4334,9 +4334,9 @@ class SentryCocoa { late final _sel_distantFuture1 = _registerName1("distantFuture"); ffi.Pointer _objc_msgSend_162( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_162( obj, sel, @@ -4354,19 +4354,19 @@ class SentryCocoa { late final _sel_distantPast1 = _registerName1("distantPast"); late final _sel_now1 = _registerName1("now"); late final _sel_initWithTimeIntervalSinceNow_1 = - _registerName1("initWithTimeIntervalSinceNow:"); + _registerName1("initWithTimeIntervalSinceNow:"); late final _sel_initWithTimeIntervalSince1970_1 = - _registerName1("initWithTimeIntervalSince1970:"); + _registerName1("initWithTimeIntervalSince1970:"); late final _sel_initWithTimeInterval_sinceDate_1 = - _registerName1("initWithTimeInterval:sinceDate:"); + _registerName1("initWithTimeInterval:sinceDate:"); late final _sel_dateWithNaturalLanguageString_locale_1 = - _registerName1("dateWithNaturalLanguageString:locale:"); + _registerName1("dateWithNaturalLanguageString:locale:"); ffi.Pointer _objc_msgSend_163( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ffi.Pointer locale, + ) { return __objc_msgSend_163( obj, sel, @@ -4390,19 +4390,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithNaturalLanguageString_1 = - _registerName1("dateWithNaturalLanguageString:"); + _registerName1("dateWithNaturalLanguageString:"); late final _sel_dateWithString_1 = _registerName1("dateWithString:"); late final _class_NSCalendarDate1 = _getClass1("NSCalendarDate"); late final _sel_calendarDate1 = _registerName1("calendarDate"); late final _sel_dateWithString_calendarFormat_locale_1 = - _registerName1("dateWithString:calendarFormat:locale:"); + _registerName1("dateWithString:calendarFormat:locale:"); ffi.Pointer _objc_msgSend_164( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer format, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer format, + ffi.Pointer locale, + ) { return __objc_msgSend_164( obj, sel, @@ -4429,13 +4429,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithString_calendarFormat_1 = - _registerName1("dateWithString:calendarFormat:"); + _registerName1("dateWithString:calendarFormat:"); ffi.Pointer _objc_msgSend_165( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer format, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer format, + ) { return __objc_msgSend_165( obj, sel, @@ -4462,12 +4462,12 @@ class SentryCocoa { late final _sel_name1 = _registerName1("name"); late final _sel_data1 = _registerName1("data"); late final _sel_secondsFromGMTForDate_1 = - _registerName1("secondsFromGMTForDate:"); + _registerName1("secondsFromGMTForDate:"); int _objc_msgSend_166( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aDate, + ) { return __objc_msgSend_166( obj, sel, @@ -4484,12 +4484,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_abbreviationForDate_1 = - _registerName1("abbreviationForDate:"); + _registerName1("abbreviationForDate:"); ffi.Pointer _objc_msgSend_167( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aDate, + ) { return __objc_msgSend_167( obj, sel, @@ -4506,16 +4506,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_isDaylightSavingTimeForDate_1 = - _registerName1("isDaylightSavingTimeForDate:"); + _registerName1("isDaylightSavingTimeForDate:"); late final _sel_daylightSavingTimeOffsetForDate_1 = - _registerName1("daylightSavingTimeOffsetForDate:"); + _registerName1("daylightSavingTimeOffsetForDate:"); late final _sel_nextDaylightSavingTimeTransitionAfterDate_1 = - _registerName1("nextDaylightSavingTimeTransitionAfterDate:"); + _registerName1("nextDaylightSavingTimeTransitionAfterDate:"); late final _sel_systemTimeZone1 = _registerName1("systemTimeZone"); ffi.Pointer _objc_msgSend_168( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_168( obj, sel, @@ -4534,10 +4534,10 @@ class SentryCocoa { late final _sel_defaultTimeZone1 = _registerName1("defaultTimeZone"); late final _sel_setDefaultTimeZone_1 = _registerName1("setDefaultTimeZone:"); void _objc_msgSend_169( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_169( obj, sel, @@ -4556,11 +4556,11 @@ class SentryCocoa { late final _sel_localTimeZone1 = _registerName1("localTimeZone"); late final _sel_knownTimeZoneNames1 = _registerName1("knownTimeZoneNames"); late final _sel_abbreviationDictionary1 = - _registerName1("abbreviationDictionary"); + _registerName1("abbreviationDictionary"); ffi.Pointer _objc_msgSend_170( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_170( obj, sel, @@ -4576,12 +4576,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setAbbreviationDictionary_1 = - _registerName1("setAbbreviationDictionary:"); + _registerName1("setAbbreviationDictionary:"); void _objc_msgSend_171( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_171( obj, sel, @@ -4601,17 +4601,17 @@ class SentryCocoa { late final _sel_secondsFromGMT1 = _registerName1("secondsFromGMT"); late final _sel_abbreviation1 = _registerName1("abbreviation"); late final _sel_isDaylightSavingTime1 = - _registerName1("isDaylightSavingTime"); + _registerName1("isDaylightSavingTime"); late final _sel_daylightSavingTimeOffset1 = - _registerName1("daylightSavingTimeOffset"); + _registerName1("daylightSavingTimeOffset"); late final _sel_nextDaylightSavingTimeTransition1 = - _registerName1("nextDaylightSavingTimeTransition"); + _registerName1("nextDaylightSavingTimeTransition"); late final _sel_isEqualToTimeZone_1 = _registerName1("isEqualToTimeZone:"); bool _objc_msgSend_172( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_172( obj, sel, @@ -4629,13 +4629,13 @@ class SentryCocoa { late final _class_NSLocale1 = _getClass1("NSLocale"); late final _sel_displayNameForKey_value_1 = - _registerName1("displayNameForKey:value:"); + _registerName1("displayNameForKey:value:"); ffi.Pointer _objc_msgSend_173( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer value, + ) { return __objc_msgSend_173( obj, sel, @@ -4659,28 +4659,28 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithLocaleIdentifier_1 = - _registerName1("initWithLocaleIdentifier:"); + _registerName1("initWithLocaleIdentifier:"); late final _sel_localeIdentifier1 = _registerName1("localeIdentifier"); late final _sel_localizedStringForLocaleIdentifier_1 = - _registerName1("localizedStringForLocaleIdentifier:"); + _registerName1("localizedStringForLocaleIdentifier:"); late final _sel_languageCode1 = _registerName1("languageCode"); late final _sel_localizedStringForLanguageCode_1 = - _registerName1("localizedStringForLanguageCode:"); + _registerName1("localizedStringForLanguageCode:"); late final _sel_countryCode1 = _registerName1("countryCode"); late final _sel_localizedStringForCountryCode_1 = - _registerName1("localizedStringForCountryCode:"); + _registerName1("localizedStringForCountryCode:"); late final _sel_scriptCode1 = _registerName1("scriptCode"); late final _sel_localizedStringForScriptCode_1 = - _registerName1("localizedStringForScriptCode:"); + _registerName1("localizedStringForScriptCode:"); late final _sel_variantCode1 = _registerName1("variantCode"); late final _sel_localizedStringForVariantCode_1 = - _registerName1("localizedStringForVariantCode:"); + _registerName1("localizedStringForVariantCode:"); late final _class_NSCharacterSet1 = _getClass1("NSCharacterSet"); late final _sel_controlCharacterSet1 = _registerName1("controlCharacterSet"); ffi.Pointer _objc_msgSend_174( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_174( obj, sel, @@ -4696,35 +4696,35 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_whitespaceCharacterSet1 = - _registerName1("whitespaceCharacterSet"); + _registerName1("whitespaceCharacterSet"); late final _sel_whitespaceAndNewlineCharacterSet1 = - _registerName1("whitespaceAndNewlineCharacterSet"); + _registerName1("whitespaceAndNewlineCharacterSet"); late final _sel_decimalDigitCharacterSet1 = - _registerName1("decimalDigitCharacterSet"); + _registerName1("decimalDigitCharacterSet"); late final _sel_letterCharacterSet1 = _registerName1("letterCharacterSet"); late final _sel_lowercaseLetterCharacterSet1 = - _registerName1("lowercaseLetterCharacterSet"); + _registerName1("lowercaseLetterCharacterSet"); late final _sel_uppercaseLetterCharacterSet1 = - _registerName1("uppercaseLetterCharacterSet"); + _registerName1("uppercaseLetterCharacterSet"); late final _sel_nonBaseCharacterSet1 = _registerName1("nonBaseCharacterSet"); late final _sel_alphanumericCharacterSet1 = - _registerName1("alphanumericCharacterSet"); + _registerName1("alphanumericCharacterSet"); late final _sel_decomposableCharacterSet1 = - _registerName1("decomposableCharacterSet"); + _registerName1("decomposableCharacterSet"); late final _sel_illegalCharacterSet1 = _registerName1("illegalCharacterSet"); late final _sel_punctuationCharacterSet1 = - _registerName1("punctuationCharacterSet"); + _registerName1("punctuationCharacterSet"); late final _sel_capitalizedLetterCharacterSet1 = - _registerName1("capitalizedLetterCharacterSet"); + _registerName1("capitalizedLetterCharacterSet"); late final _sel_symbolCharacterSet1 = _registerName1("symbolCharacterSet"); late final _sel_newlineCharacterSet1 = _registerName1("newlineCharacterSet"); late final _sel_characterSetWithRange_1 = - _registerName1("characterSetWithRange:"); + _registerName1("characterSetWithRange:"); ffi.Pointer _objc_msgSend_175( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange aRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange aRange, + ) { return __objc_msgSend_175( obj, sel, @@ -4741,12 +4741,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_characterSetWithCharactersInString_1 = - _registerName1("characterSetWithCharactersInString:"); + _registerName1("characterSetWithCharactersInString:"); ffi.Pointer _objc_msgSend_176( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aString, + ) { return __objc_msgSend_176( obj, sel, @@ -4763,12 +4763,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithBitmapRepresentation_1 = - _registerName1("characterSetWithBitmapRepresentation:"); + _registerName1("characterSetWithBitmapRepresentation:"); ffi.Pointer _objc_msgSend_177( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_177( obj, sel, @@ -4785,13 +4785,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithContentsOfFile_1 = - _registerName1("characterSetWithContentsOfFile:"); + _registerName1("characterSetWithContentsOfFile:"); late final _sel_characterIsMember_1 = _registerName1("characterIsMember:"); bool _objc_msgSend_178( - ffi.Pointer obj, - ffi.Pointer sel, - int aCharacter, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int aCharacter, + ) { return __objc_msgSend_178( obj, sel, @@ -4807,15 +4807,15 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_bitmapRepresentation1 = - _registerName1("bitmapRepresentation"); + _registerName1("bitmapRepresentation"); late final _sel_invertedSet1 = _registerName1("invertedSet"); late final _sel_longCharacterIsMember_1 = - _registerName1("longCharacterIsMember:"); + _registerName1("longCharacterIsMember:"); bool _objc_msgSend_179( - ffi.Pointer obj, - ffi.Pointer sel, - int theLongChar, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int theLongChar, + ) { return __objc_msgSend_179( obj, sel, @@ -4832,10 +4832,10 @@ class SentryCocoa { late final _sel_isSupersetOfSet_1 = _registerName1("isSupersetOfSet:"); bool _objc_msgSend_180( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer theOtherSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer theOtherSet, + ) { return __objc_msgSend_180( obj, sel, @@ -4853,10 +4853,10 @@ class SentryCocoa { late final _sel_hasMemberInPlane_1 = _registerName1("hasMemberInPlane:"); bool _objc_msgSend_181( - ffi.Pointer obj, - ffi.Pointer sel, - int thePlane, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int thePlane, + ) { return __objc_msgSend_181( obj, sel, @@ -4872,49 +4872,49 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_URLUserAllowedCharacterSet1 = - _registerName1("URLUserAllowedCharacterSet"); + _registerName1("URLUserAllowedCharacterSet"); late final _sel_URLPasswordAllowedCharacterSet1 = - _registerName1("URLPasswordAllowedCharacterSet"); + _registerName1("URLPasswordAllowedCharacterSet"); late final _sel_URLHostAllowedCharacterSet1 = - _registerName1("URLHostAllowedCharacterSet"); + _registerName1("URLHostAllowedCharacterSet"); late final _sel_URLPathAllowedCharacterSet1 = - _registerName1("URLPathAllowedCharacterSet"); + _registerName1("URLPathAllowedCharacterSet"); late final _sel_URLQueryAllowedCharacterSet1 = - _registerName1("URLQueryAllowedCharacterSet"); + _registerName1("URLQueryAllowedCharacterSet"); late final _sel_URLFragmentAllowedCharacterSet1 = - _registerName1("URLFragmentAllowedCharacterSet"); + _registerName1("URLFragmentAllowedCharacterSet"); late final _sel_exemplarCharacterSet1 = - _registerName1("exemplarCharacterSet"); + _registerName1("exemplarCharacterSet"); late final _sel_calendarIdentifier1 = _registerName1("calendarIdentifier"); late final _sel_localizedStringForCalendarIdentifier_1 = - _registerName1("localizedStringForCalendarIdentifier:"); + _registerName1("localizedStringForCalendarIdentifier:"); late final _sel_collationIdentifier1 = _registerName1("collationIdentifier"); late final _sel_localizedStringForCollationIdentifier_1 = - _registerName1("localizedStringForCollationIdentifier:"); + _registerName1("localizedStringForCollationIdentifier:"); late final _sel_usesMetricSystem1 = _registerName1("usesMetricSystem"); late final _sel_decimalSeparator1 = _registerName1("decimalSeparator"); late final _sel_groupingSeparator1 = _registerName1("groupingSeparator"); late final _sel_currencySymbol1 = _registerName1("currencySymbol"); late final _sel_currencyCode1 = _registerName1("currencyCode"); late final _sel_localizedStringForCurrencyCode_1 = - _registerName1("localizedStringForCurrencyCode:"); + _registerName1("localizedStringForCurrencyCode:"); late final _sel_collatorIdentifier1 = _registerName1("collatorIdentifier"); late final _sel_localizedStringForCollatorIdentifier_1 = - _registerName1("localizedStringForCollatorIdentifier:"); + _registerName1("localizedStringForCollatorIdentifier:"); late final _sel_quotationBeginDelimiter1 = - _registerName1("quotationBeginDelimiter"); + _registerName1("quotationBeginDelimiter"); late final _sel_quotationEndDelimiter1 = - _registerName1("quotationEndDelimiter"); + _registerName1("quotationEndDelimiter"); late final _sel_alternateQuotationBeginDelimiter1 = - _registerName1("alternateQuotationBeginDelimiter"); + _registerName1("alternateQuotationBeginDelimiter"); late final _sel_alternateQuotationEndDelimiter1 = - _registerName1("alternateQuotationEndDelimiter"); + _registerName1("alternateQuotationEndDelimiter"); late final _sel_autoupdatingCurrentLocale1 = - _registerName1("autoupdatingCurrentLocale"); + _registerName1("autoupdatingCurrentLocale"); ffi.Pointer _objc_msgSend_182( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_182( obj, sel, @@ -4932,24 +4932,24 @@ class SentryCocoa { late final _sel_currentLocale1 = _registerName1("currentLocale"); late final _sel_systemLocale1 = _registerName1("systemLocale"); late final _sel_localeWithLocaleIdentifier_1 = - _registerName1("localeWithLocaleIdentifier:"); + _registerName1("localeWithLocaleIdentifier:"); late final _sel_availableLocaleIdentifiers1 = - _registerName1("availableLocaleIdentifiers"); + _registerName1("availableLocaleIdentifiers"); late final _sel_ISOLanguageCodes1 = _registerName1("ISOLanguageCodes"); late final _sel_ISOCountryCodes1 = _registerName1("ISOCountryCodes"); late final _sel_ISOCurrencyCodes1 = _registerName1("ISOCurrencyCodes"); late final _sel_commonISOCurrencyCodes1 = - _registerName1("commonISOCurrencyCodes"); + _registerName1("commonISOCurrencyCodes"); late final _sel_preferredLanguages1 = _registerName1("preferredLanguages"); late final _sel_componentsFromLocaleIdentifier_1 = - _registerName1("componentsFromLocaleIdentifier:"); + _registerName1("componentsFromLocaleIdentifier:"); late final _sel_localeIdentifierFromComponents_1 = - _registerName1("localeIdentifierFromComponents:"); + _registerName1("localeIdentifierFromComponents:"); ffi.Pointer _objc_msgSend_183( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dict, + ) { return __objc_msgSend_183( obj, sel, @@ -4966,16 +4966,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_canonicalLocaleIdentifierFromString_1 = - _registerName1("canonicalLocaleIdentifierFromString:"); + _registerName1("canonicalLocaleIdentifierFromString:"); late final _sel_canonicalLanguageIdentifierFromString_1 = - _registerName1("canonicalLanguageIdentifierFromString:"); + _registerName1("canonicalLanguageIdentifierFromString:"); late final _sel_localeIdentifierFromWindowsLocaleCode_1 = - _registerName1("localeIdentifierFromWindowsLocaleCode:"); + _registerName1("localeIdentifierFromWindowsLocaleCode:"); ffi.Pointer _objc_msgSend_184( - ffi.Pointer obj, - ffi.Pointer sel, - int lcid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int lcid, + ) { return __objc_msgSend_184( obj, sel, @@ -4992,12 +4992,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_windowsLocaleCodeFromLocaleIdentifier_1 = - _registerName1("windowsLocaleCodeFromLocaleIdentifier:"); + _registerName1("windowsLocaleCodeFromLocaleIdentifier:"); int _objc_msgSend_185( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localeIdentifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localeIdentifier, + ) { return __objc_msgSend_185( obj, sel, @@ -5014,12 +5014,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_characterDirectionForLanguage_1 = - _registerName1("characterDirectionForLanguage:"); + _registerName1("characterDirectionForLanguage:"); int _objc_msgSend_186( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer isoLangCode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer isoLangCode, + ) { return __objc_msgSend_186( obj, sel, @@ -5036,15 +5036,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_lineDirectionForLanguage_1 = - _registerName1("lineDirectionForLanguage:"); + _registerName1("lineDirectionForLanguage:"); late final _sel_localizedName_locale_1 = - _registerName1("localizedName:locale:"); + _registerName1("localizedName:locale:"); ffi.Pointer _objc_msgSend_187( - ffi.Pointer obj, - ffi.Pointer sel, - int style, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int style, + ffi.Pointer locale, + ) { return __objc_msgSend_187( obj, sel, @@ -5066,13 +5066,13 @@ class SentryCocoa { late final _sel_timeZoneWithName_1 = _registerName1("timeZoneWithName:"); late final _sel_timeZoneWithName_data_1 = - _registerName1("timeZoneWithName:data:"); + _registerName1("timeZoneWithName:data:"); instancetype _objc_msgSend_188( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer tzName, - ffi.Pointer aData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer tzName, + ffi.Pointer aData, + ) { return __objc_msgSend_188( obj, sel, @@ -5095,12 +5095,12 @@ class SentryCocoa { late final _sel_initWithName_1 = _registerName1("initWithName:"); late final _sel_initWithName_data_1 = _registerName1("initWithName:data:"); late final _sel_timeZoneForSecondsFromGMT_1 = - _registerName1("timeZoneForSecondsFromGMT:"); + _registerName1("timeZoneForSecondsFromGMT:"); instancetype _objc_msgSend_189( - ffi.Pointer obj, - ffi.Pointer sel, - int seconds, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int seconds, + ) { return __objc_msgSend_189( obj, sel, @@ -5117,20 +5117,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_timeZoneWithAbbreviation_1 = - _registerName1("timeZoneWithAbbreviation:"); + _registerName1("timeZoneWithAbbreviation:"); late final _sel_dateWithYear_month_day_hour_minute_second_timeZone_1 = - _registerName1("dateWithYear:month:day:hour:minute:second:timeZone:"); + _registerName1("dateWithYear:month:day:hour:minute:second:timeZone:"); ffi.Pointer _objc_msgSend_190( - ffi.Pointer obj, - ffi.Pointer sel, - int year, - int month, - int day, - int hour, - int minute, - int second, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int year, + int month, + int day, + int hour, + int minute, + int second, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_190( obj, sel, @@ -5169,17 +5169,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateByAddingYears_months_days_hours_minutes_seconds_1 = - _registerName1("dateByAddingYears:months:days:hours:minutes:seconds:"); + _registerName1("dateByAddingYears:months:days:hours:minutes:seconds:"); ffi.Pointer _objc_msgSend_191( - ffi.Pointer obj, - ffi.Pointer sel, - int year, - int month, - int day, - int hour, - int minute, - int second, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int year, + int month, + int day, + int hour, + int minute, + int second, + ) { return __objc_msgSend_191( obj, sel, @@ -5218,22 +5218,22 @@ class SentryCocoa { late final _sel_yearOfCommonEra1 = _registerName1("yearOfCommonEra"); late final _sel_calendarFormat1 = _registerName1("calendarFormat"); late final _sel_descriptionWithCalendarFormat_locale_1 = - _registerName1("descriptionWithCalendarFormat:locale:"); + _registerName1("descriptionWithCalendarFormat:locale:"); late final _sel_descriptionWithCalendarFormat_1 = - _registerName1("descriptionWithCalendarFormat:"); + _registerName1("descriptionWithCalendarFormat:"); late final _sel_timeZone1 = _registerName1("timeZone"); late final _sel_initWithString_calendarFormat_locale_1 = - _registerName1("initWithString:calendarFormat:locale:"); + _registerName1("initWithString:calendarFormat:locale:"); late final _sel_initWithString_calendarFormat_1 = - _registerName1("initWithString:calendarFormat:"); + _registerName1("initWithString:calendarFormat:"); late final _sel_initWithYear_month_day_hour_minute_second_timeZone_1 = - _registerName1("initWithYear:month:day:hour:minute:second:timeZone:"); + _registerName1("initWithYear:month:day:hour:minute:second:timeZone:"); late final _sel_setCalendarFormat_1 = _registerName1("setCalendarFormat:"); void _objc_msgSend_192( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ) { return __objc_msgSend_192( obj, sel, @@ -5251,10 +5251,10 @@ class SentryCocoa { late final _sel_setTimeZone_1 = _registerName1("setTimeZone:"); void _objc_msgSend_193( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_193( obj, sel, @@ -5271,18 +5271,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_years_months_days_hours_minutes_seconds_sinceDate_1 = - _registerName1("years:months:days:hours:minutes:seconds:sinceDate:"); + _registerName1("years:months:days:hours:minutes:seconds:sinceDate:"); void _objc_msgSend_194( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer yp, - ffi.Pointer mop, - ffi.Pointer dp, - ffi.Pointer hp, - ffi.Pointer mip, - ffi.Pointer sp, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer yp, + ffi.Pointer mop, + ffi.Pointer dp, + ffi.Pointer hp, + ffi.Pointer mip, + ffi.Pointer sp, + ffi.Pointer date, + ) { return __objc_msgSend_194( obj, sel, @@ -5321,13 +5321,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithCalendarFormat_timeZone_1 = - _registerName1("dateWithCalendarFormat:timeZone:"); + _registerName1("dateWithCalendarFormat:timeZone:"); ffi.Pointer _objc_msgSend_195( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_195( obj, sel, @@ -5351,14 +5351,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_descriptionWithCalendarFormat_timeZone_locale_1 = - _registerName1("descriptionWithCalendarFormat:timeZone:locale:"); + _registerName1("descriptionWithCalendarFormat:timeZone:locale:"); ffi.Pointer _objc_msgSend_196( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer aTimeZone, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer aTimeZone, + ffi.Pointer locale, + ) { return __objc_msgSend_196( obj, sel, @@ -5385,23 +5385,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileModificationDate1 = - _registerName1("fileModificationDate"); + _registerName1("fileModificationDate"); late final _sel_fileType1 = _registerName1("fileType"); late final _sel_filePosixPermissions1 = - _registerName1("filePosixPermissions"); + _registerName1("filePosixPermissions"); late final _sel_fileOwnerAccountName1 = - _registerName1("fileOwnerAccountName"); + _registerName1("fileOwnerAccountName"); late final _sel_fileGroupOwnerAccountName1 = - _registerName1("fileGroupOwnerAccountName"); + _registerName1("fileGroupOwnerAccountName"); late final _sel_fileSystemNumber1 = _registerName1("fileSystemNumber"); late final _sel_fileSystemFileNumber1 = - _registerName1("fileSystemFileNumber"); + _registerName1("fileSystemFileNumber"); late final _sel_fileExtensionHidden1 = _registerName1("fileExtensionHidden"); late final _sel_fileHFSCreatorCode1 = _registerName1("fileHFSCreatorCode"); int _objc_msgSend_197( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_197( obj, sel, @@ -5421,9 +5421,9 @@ class SentryCocoa { late final _sel_fileCreationDate1 = _registerName1("fileCreationDate"); late final _sel_fileOwnerAccountID1 = _registerName1("fileOwnerAccountID"); ffi.Pointer _objc_msgSend_198( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_198( obj, sel, @@ -5439,13 +5439,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileGroupOwnerAccountID1 = - _registerName1("fileGroupOwnerAccountID"); + _registerName1("fileGroupOwnerAccountID"); late final _sel_predicateWithBlock_1 = _registerName1("predicateWithBlock:"); ffi.Pointer _objc_msgSend_199( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_199( obj, sel, @@ -5463,16 +5463,16 @@ class SentryCocoa { late final _sel_predicateFormat1 = _registerName1("predicateFormat"); late final _sel_predicateWithSubstitutionVariables_1 = - _registerName1("predicateWithSubstitutionVariables:"); + _registerName1("predicateWithSubstitutionVariables:"); late final _sel_evaluateWithObject_1 = _registerName1("evaluateWithObject:"); late final _sel_evaluateWithObject_substitutionVariables_1 = - _registerName1("evaluateWithObject:substitutionVariables:"); + _registerName1("evaluateWithObject:substitutionVariables:"); bool _objc_msgSend_200( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ffi.Pointer bindings, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ffi.Pointer bindings, + ) { return __objc_msgSend_200( obj, sel, @@ -5494,12 +5494,12 @@ class SentryCocoa { late final _sel_allowEvaluation1 = _registerName1("allowEvaluation"); late final _sel_filteredArrayUsingPredicate_1 = - _registerName1("filteredArrayUsingPredicate:"); + _registerName1("filteredArrayUsingPredicate:"); ffi.Pointer _objc_msgSend_201( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_201( obj, sel, @@ -5517,10 +5517,10 @@ class SentryCocoa { late final _sel_initWithChar_1 = _registerName1("initWithChar:"); ffi.Pointer _objc_msgSend_202( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_202( obj, sel, @@ -5537,12 +5537,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedChar_1 = - _registerName1("initWithUnsignedChar:"); + _registerName1("initWithUnsignedChar:"); ffi.Pointer _objc_msgSend_203( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_203( obj, sel, @@ -5560,10 +5560,10 @@ class SentryCocoa { late final _sel_initWithShort_1 = _registerName1("initWithShort:"); ffi.Pointer _objc_msgSend_204( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_204( obj, sel, @@ -5580,12 +5580,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedShort_1 = - _registerName1("initWithUnsignedShort:"); + _registerName1("initWithUnsignedShort:"); ffi.Pointer _objc_msgSend_205( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_205( obj, sel, @@ -5603,10 +5603,10 @@ class SentryCocoa { late final _sel_initWithInt_1 = _registerName1("initWithInt:"); ffi.Pointer _objc_msgSend_206( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_206( obj, sel, @@ -5623,12 +5623,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedInt_1 = - _registerName1("initWithUnsignedInt:"); + _registerName1("initWithUnsignedInt:"); ffi.Pointer _objc_msgSend_207( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_207( obj, sel, @@ -5646,10 +5646,10 @@ class SentryCocoa { late final _sel_initWithLong_1 = _registerName1("initWithLong:"); ffi.Pointer _objc_msgSend_208( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_208( obj, sel, @@ -5666,12 +5666,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedLong_1 = - _registerName1("initWithUnsignedLong:"); + _registerName1("initWithUnsignedLong:"); ffi.Pointer _objc_msgSend_209( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_209( obj, sel, @@ -5689,10 +5689,10 @@ class SentryCocoa { late final _sel_initWithLongLong_1 = _registerName1("initWithLongLong:"); ffi.Pointer _objc_msgSend_210( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_210( obj, sel, @@ -5709,12 +5709,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedLongLong_1 = - _registerName1("initWithUnsignedLongLong:"); + _registerName1("initWithUnsignedLongLong:"); ffi.Pointer _objc_msgSend_211( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_211( obj, sel, @@ -5732,10 +5732,10 @@ class SentryCocoa { late final _sel_initWithFloat_1 = _registerName1("initWithFloat:"); ffi.Pointer _objc_msgSend_212( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_212( obj, sel, @@ -5753,10 +5753,10 @@ class SentryCocoa { late final _sel_initWithDouble_1 = _registerName1("initWithDouble:"); ffi.Pointer _objc_msgSend_213( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_213( obj, sel, @@ -5774,10 +5774,10 @@ class SentryCocoa { late final _sel_initWithBool_1 = _registerName1("initWithBool:"); ffi.Pointer _objc_msgSend_214( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_214( obj, sel, @@ -5795,12 +5795,12 @@ class SentryCocoa { late final _sel_initWithInteger_1 = _registerName1("initWithInteger:"); late final _sel_initWithUnsignedInteger_1 = - _registerName1("initWithUnsignedInteger:"); + _registerName1("initWithUnsignedInteger:"); late final _sel_charValue1 = _registerName1("charValue"); int _objc_msgSend_215( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_215( obj, sel, @@ -5816,9 +5816,9 @@ class SentryCocoa { late final _sel_unsignedCharValue1 = _registerName1("unsignedCharValue"); int _objc_msgSend_216( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_216( obj, sel, @@ -5834,9 +5834,9 @@ class SentryCocoa { late final _sel_shortValue1 = _registerName1("shortValue"); int _objc_msgSend_217( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_217( obj, sel, @@ -5852,9 +5852,9 @@ class SentryCocoa { late final _sel_unsignedShortValue1 = _registerName1("unsignedShortValue"); int _objc_msgSend_218( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_218( obj, sel, @@ -5870,9 +5870,9 @@ class SentryCocoa { late final _sel_intValue1 = _registerName1("intValue"); int _objc_msgSend_219( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_219( obj, sel, @@ -5891,9 +5891,9 @@ class SentryCocoa { late final _sel_unsignedLongValue1 = _registerName1("unsignedLongValue"); late final _sel_longLongValue1 = _registerName1("longLongValue"); int _objc_msgSend_220( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_220( obj, sel, @@ -5908,12 +5908,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_unsignedLongLongValue1 = - _registerName1("unsignedLongLongValue"); + _registerName1("unsignedLongLongValue"); late final _sel_floatValue1 = _registerName1("floatValue"); double _objc_msgSend_221( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_221( obj, sel, @@ -5931,13 +5931,13 @@ class SentryCocoa { late final _sel_boolValue1 = _registerName1("boolValue"); late final _sel_integerValue1 = _registerName1("integerValue"); late final _sel_unsignedIntegerValue1 = - _registerName1("unsignedIntegerValue"); + _registerName1("unsignedIntegerValue"); late final _sel_stringValue1 = _registerName1("stringValue"); int _objc_msgSend_222( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherNumber, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherNumber, + ) { return __objc_msgSend_222( obj, sel, @@ -5955,10 +5955,10 @@ class SentryCocoa { late final _sel_isEqualToNumber_1 = _registerName1("isEqualToNumber:"); bool _objc_msgSend_223( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer number, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer number, + ) { return __objc_msgSend_223( obj, sel, @@ -5976,25 +5976,25 @@ class SentryCocoa { late final _sel_numberWithChar_1 = _registerName1("numberWithChar:"); late final _sel_numberWithUnsignedChar_1 = - _registerName1("numberWithUnsignedChar:"); + _registerName1("numberWithUnsignedChar:"); late final _sel_numberWithShort_1 = _registerName1("numberWithShort:"); late final _sel_numberWithUnsignedShort_1 = - _registerName1("numberWithUnsignedShort:"); + _registerName1("numberWithUnsignedShort:"); late final _sel_numberWithInt_1 = _registerName1("numberWithInt:"); late final _sel_numberWithUnsignedInt_1 = - _registerName1("numberWithUnsignedInt:"); + _registerName1("numberWithUnsignedInt:"); late final _sel_numberWithLong_1 = _registerName1("numberWithLong:"); late final _sel_numberWithUnsignedLong_1 = - _registerName1("numberWithUnsignedLong:"); + _registerName1("numberWithUnsignedLong:"); late final _sel_numberWithLongLong_1 = _registerName1("numberWithLongLong:"); late final _sel_numberWithUnsignedLongLong_1 = - _registerName1("numberWithUnsignedLongLong:"); + _registerName1("numberWithUnsignedLongLong:"); late final _sel_numberWithFloat_1 = _registerName1("numberWithFloat:"); late final _sel_numberWithDouble_1 = _registerName1("numberWithDouble:"); late final _sel_numberWithBool_1 = _registerName1("numberWithBool:"); late final _sel_numberWithInteger_1 = _registerName1("numberWithInteger:"); late final _sel_numberWithUnsignedInteger_1 = - _registerName1("numberWithUnsignedInteger:"); + _registerName1("numberWithUnsignedInteger:"); late final _sel_port1 = _registerName1("port"); late final _sel_user1 = _registerName1("user"); late final _sel_password1 = _registerName1("password"); @@ -6005,13 +6005,13 @@ class SentryCocoa { late final _sel_relativePath1 = _registerName1("relativePath"); late final _sel_hasDirectoryPath1 = _registerName1("hasDirectoryPath"); late final _sel_getFileSystemRepresentation_maxLength_1 = - _registerName1("getFileSystemRepresentation:maxLength:"); + _registerName1("getFileSystemRepresentation:maxLength:"); bool _objc_msgSend_224( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferLength, + ) { return __objc_msgSend_224( obj, sel, @@ -6029,16 +6029,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_fileSystemRepresentation1 = - _registerName1("fileSystemRepresentation"); + _registerName1("fileSystemRepresentation"); late final _sel_isFileURL1 = _registerName1("isFileURL"); late final _sel_standardizedURL1 = _registerName1("standardizedURL"); late final _sel_checkResourceIsReachableAndReturnError_1 = - _registerName1("checkResourceIsReachableAndReturnError:"); + _registerName1("checkResourceIsReachableAndReturnError:"); bool _objc_msgSend_225( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_225( obj, sel, @@ -6058,14 +6058,14 @@ class SentryCocoa { late final _sel_fileReferenceURL1 = _registerName1("fileReferenceURL"); late final _sel_filePathURL1 = _registerName1("filePathURL"); late final _sel_getResourceValue_forKey_error_1 = - _registerName1("getResourceValue:forKey:error:"); + _registerName1("getResourceValue:forKey:error:"); bool _objc_msgSend_226( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> value, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> value, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_226( obj, sel, @@ -6092,13 +6092,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_resourceValuesForKeys_error_1 = - _registerName1("resourceValuesForKeys:error:"); + _registerName1("resourceValuesForKeys:error:"); ffi.Pointer _objc_msgSend_227( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer> error, + ) { return __objc_msgSend_227( obj, sel, @@ -6122,14 +6122,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setResourceValue_forKey_error_1 = - _registerName1("setResourceValue:forKey:error:"); + _registerName1("setResourceValue:forKey:error:"); bool _objc_msgSend_228( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_228( obj, sel, @@ -6156,13 +6156,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setResourceValues_error_1 = - _registerName1("setResourceValues:error:"); + _registerName1("setResourceValues:error:"); bool _objc_msgSend_229( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyedValues, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyedValues, + ffi.Pointer> error, + ) { return __objc_msgSend_229( obj, sel, @@ -6183,22 +6183,22 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_removeCachedResourceValueForKey_1 = - _registerName1("removeCachedResourceValueForKey:"); + _registerName1("removeCachedResourceValueForKey:"); late final _sel_removeAllCachedResourceValues1 = - _registerName1("removeAllCachedResourceValues"); + _registerName1("removeAllCachedResourceValues"); late final _sel_setTemporaryResourceValue_forKey_1 = - _registerName1("setTemporaryResourceValue:forKey:"); + _registerName1("setTemporaryResourceValue:forKey:"); late final _sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1 = - _registerName1( - "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:"); + _registerName1( + "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:"); ffi.Pointer _objc_msgSend_230( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer keys, - ffi.Pointer relativeURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer keys, + ffi.Pointer relativeURL, + ffi.Pointer> error, + ) { return __objc_msgSend_230( obj, sel, @@ -6228,17 +6228,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1 = - _registerName1( - "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); + _registerName1( + "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); instancetype _objc_msgSend_231( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkData, - int options, - ffi.Pointer relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkData, + int options, + ffi.Pointer relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error, + ) { return __objc_msgSend_231( obj, sel, @@ -6271,16 +6271,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1 = - _registerName1( - "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); + _registerName1( + "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); late final _sel_resourceValuesForKeys_fromBookmarkData_1 = - _registerName1("resourceValuesForKeys:fromBookmarkData:"); + _registerName1("resourceValuesForKeys:fromBookmarkData:"); ffi.Pointer _objc_msgSend_232( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer bookmarkData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer bookmarkData, + ) { return __objc_msgSend_232( obj, sel, @@ -6304,15 +6304,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_writeBookmarkData_toURL_options_error_1 = - _registerName1("writeBookmarkData:toURL:options:error:"); + _registerName1("writeBookmarkData:toURL:options:error:"); bool _objc_msgSend_233( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkData, - ffi.Pointer bookmarkFileURL, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkData, + ffi.Pointer bookmarkFileURL, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_233( obj, sel, @@ -6342,13 +6342,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_bookmarkDataWithContentsOfURL_error_1 = - _registerName1("bookmarkDataWithContentsOfURL:error:"); + _registerName1("bookmarkDataWithContentsOfURL:error:"); ffi.Pointer _objc_msgSend_234( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkFileURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkFileURL, + ffi.Pointer> error, + ) { return __objc_msgSend_234( obj, sel, @@ -6372,14 +6372,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLByResolvingAliasFileAtURL_options_error_1 = - _registerName1("URLByResolvingAliasFileAtURL:options:error:"); + _registerName1("URLByResolvingAliasFileAtURL:options:error:"); instancetype _objc_msgSend_235( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_235( obj, sel, @@ -6406,19 +6406,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_startAccessingSecurityScopedResource1 = - _registerName1("startAccessingSecurityScopedResource"); + _registerName1("startAccessingSecurityScopedResource"); late final _sel_stopAccessingSecurityScopedResource1 = - _registerName1("stopAccessingSecurityScopedResource"); + _registerName1("stopAccessingSecurityScopedResource"); late final _sel_getPromisedItemResourceValue_forKey_error_1 = - _registerName1("getPromisedItemResourceValue:forKey:error:"); + _registerName1("getPromisedItemResourceValue:forKey:error:"); late final _sel_promisedItemResourceValuesForKeys_error_1 = - _registerName1("promisedItemResourceValuesForKeys:error:"); + _registerName1("promisedItemResourceValuesForKeys:error:"); ffi.Pointer _objc_msgSend_236( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer> error, + ) { return __objc_msgSend_236( obj, sel, @@ -6442,14 +6442,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_checkPromisedItemIsReachableAndReturnError_1 = - _registerName1("checkPromisedItemIsReachableAndReturnError:"); + _registerName1("checkPromisedItemIsReachableAndReturnError:"); late final _sel_fileURLWithPathComponents_1 = - _registerName1("fileURLWithPathComponents:"); + _registerName1("fileURLWithPathComponents:"); ffi.Pointer _objc_msgSend_237( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer components, + ) { return __objc_msgSend_237( obj, sel, @@ -6469,26 +6469,26 @@ class SentryCocoa { late final _sel_lastPathComponent1 = _registerName1("lastPathComponent"); late final _sel_pathExtension1 = _registerName1("pathExtension"); late final _sel_URLByAppendingPathComponent_1 = - _registerName1("URLByAppendingPathComponent:"); + _registerName1("URLByAppendingPathComponent:"); late final _sel_URLByAppendingPathComponent_isDirectory_1 = - _registerName1("URLByAppendingPathComponent:isDirectory:"); + _registerName1("URLByAppendingPathComponent:isDirectory:"); late final _sel_URLByDeletingLastPathComponent1 = - _registerName1("URLByDeletingLastPathComponent"); + _registerName1("URLByDeletingLastPathComponent"); late final _sel_URLByAppendingPathExtension_1 = - _registerName1("URLByAppendingPathExtension:"); + _registerName1("URLByAppendingPathExtension:"); late final _sel_URLByDeletingPathExtension1 = - _registerName1("URLByDeletingPathExtension"); + _registerName1("URLByDeletingPathExtension"); late final _sel_URLByStandardizingPath1 = - _registerName1("URLByStandardizingPath"); + _registerName1("URLByStandardizingPath"); late final _sel_URLByResolvingSymlinksInPath1 = - _registerName1("URLByResolvingSymlinksInPath"); + _registerName1("URLByResolvingSymlinksInPath"); late final _sel_resourceDataUsingCache_1 = - _registerName1("resourceDataUsingCache:"); + _registerName1("resourceDataUsingCache:"); ffi.Pointer _objc_msgSend_238( - ffi.Pointer obj, - ffi.Pointer sel, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { return __objc_msgSend_238( obj, sel, @@ -6505,13 +6505,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_loadResourceDataNotifyingClient_usingCache_1 = - _registerName1("loadResourceDataNotifyingClient:usingCache:"); + _registerName1("loadResourceDataNotifyingClient:usingCache:"); void _objc_msgSend_239( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer client, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer client, + bool shouldUseCache, + ) { return __objc_msgSend_239( obj, sel, @@ -6532,11 +6532,11 @@ class SentryCocoa { late final _sel_setResourceData_1 = _registerName1("setResourceData:"); late final _sel_setProperty_forKey_1 = _registerName1("setProperty:forKey:"); bool _objc_msgSend_240( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer property, - ffi.Pointer propertyKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer property, + ffi.Pointer propertyKey, + ) { return __objc_msgSend_240( obj, sel, @@ -6558,14 +6558,14 @@ class SentryCocoa { late final _class_NSURLHandle1 = _getClass1("NSURLHandle"); late final _sel_registerURLHandleClass_1 = - _registerName1("registerURLHandleClass:"); + _registerName1("registerURLHandleClass:"); late final _sel_URLHandleClassForURL_1 = - _registerName1("URLHandleClassForURL:"); + _registerName1("URLHandleClassForURL:"); ffi.Pointer _objc_msgSend_241( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_241( obj, sel, @@ -6583,9 +6583,9 @@ class SentryCocoa { late final _sel_status1 = _registerName1("status"); int _objc_msgSend_242( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_242( obj, sel, @@ -6604,23 +6604,23 @@ class SentryCocoa { late final _sel_removeClient_1 = _registerName1("removeClient:"); late final _sel_loadInBackground1 = _registerName1("loadInBackground"); late final _sel_cancelLoadInBackground1 = - _registerName1("cancelLoadInBackground"); + _registerName1("cancelLoadInBackground"); late final _sel_resourceData1 = _registerName1("resourceData"); late final _sel_availableResourceData1 = - _registerName1("availableResourceData"); + _registerName1("availableResourceData"); late final _sel_expectedResourceDataSize1 = - _registerName1("expectedResourceDataSize"); + _registerName1("expectedResourceDataSize"); late final _sel_flushCachedData1 = _registerName1("flushCachedData"); late final _sel_backgroundLoadDidFailWithReason_1 = - _registerName1("backgroundLoadDidFailWithReason:"); + _registerName1("backgroundLoadDidFailWithReason:"); late final _sel_didLoadBytes_loadComplete_1 = - _registerName1("didLoadBytes:loadComplete:"); + _registerName1("didLoadBytes:loadComplete:"); void _objc_msgSend_243( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer newBytes, - bool yorn, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer newBytes, + bool yorn, + ) { return __objc_msgSend_243( obj, sel, @@ -6639,10 +6639,10 @@ class SentryCocoa { late final _sel_canInitWithURL_1 = _registerName1("canInitWithURL:"); bool _objc_msgSend_244( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_244( obj, sel, @@ -6660,10 +6660,10 @@ class SentryCocoa { late final _sel_cachedHandleForURL_1 = _registerName1("cachedHandleForURL:"); ffi.Pointer _objc_msgSend_245( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_245( obj, sel, @@ -6681,11 +6681,11 @@ class SentryCocoa { late final _sel_initWithURL_cached_1 = _registerName1("initWithURL:cached:"); ffi.Pointer _objc_msgSend_246( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - bool willCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + bool willCache, + ) { return __objc_msgSend_246( obj, sel, @@ -6706,21 +6706,21 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_propertyForKeyIfAvailable_1 = - _registerName1("propertyForKeyIfAvailable:"); + _registerName1("propertyForKeyIfAvailable:"); late final _sel_writeProperty_forKey_1 = - _registerName1("writeProperty:forKey:"); + _registerName1("writeProperty:forKey:"); late final _sel_writeData_1 = _registerName1("writeData:"); late final _sel_loadInForeground1 = _registerName1("loadInForeground"); late final _sel_beginLoadInBackground1 = - _registerName1("beginLoadInBackground"); + _registerName1("beginLoadInBackground"); late final _sel_endLoadInBackground1 = _registerName1("endLoadInBackground"); late final _sel_URLHandleUsingCache_1 = - _registerName1("URLHandleUsingCache:"); + _registerName1("URLHandleUsingCache:"); ffi.Pointer _objc_msgSend_247( - ffi.Pointer obj, - ffi.Pointer sel, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { return __objc_msgSend_247( obj, sel, @@ -6737,14 +6737,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_writeToFile_options_error_1 = - _registerName1("writeToFile:options:error:"); + _registerName1("writeToFile:options:error:"); bool _objc_msgSend_248( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int writeOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int writeOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_248( obj, sel, @@ -6771,14 +6771,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToURL_options_error_1 = - _registerName1("writeToURL:options:error:"); + _registerName1("writeToURL:options:error:"); bool _objc_msgSend_249( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int writeOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int writeOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_249( obj, sel, @@ -6805,15 +6805,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_rangeOfData_options_range_1 = - _registerName1("rangeOfData:options:range:"); + _registerName1("rangeOfData:options:range:"); void _objc_msgSend_250( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataToFind, - int mask, - _NSRange searchRange, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataToFind, + int mask, + _NSRange searchRange, + ) { return __objc_msgSend_250( stret, obj, @@ -6838,12 +6838,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_enumerateByteRangesUsingBlock_1 = - _registerName1("enumerateByteRangesUsingBlock:"); + _registerName1("enumerateByteRangesUsingBlock:"); void _objc_msgSend_251( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_251( obj, sel, @@ -6860,13 +6860,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataWithBytes_length_1 = - _registerName1("dataWithBytes:length:"); + _registerName1("dataWithBytes:length:"); instancetype _objc_msgSend_252( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ) { return __objc_msgSend_252( obj, sel, @@ -6884,16 +6884,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_dataWithBytesNoCopy_length_1 = - _registerName1("dataWithBytesNoCopy:length:"); + _registerName1("dataWithBytesNoCopy:length:"); late final _sel_dataWithBytesNoCopy_length_freeWhenDone_1 = - _registerName1("dataWithBytesNoCopy:length:freeWhenDone:"); + _registerName1("dataWithBytesNoCopy:length:freeWhenDone:"); instancetype _objc_msgSend_253( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - bool b, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + bool b, + ) { return __objc_msgSend_253( obj, sel, @@ -6916,14 +6916,14 @@ class SentryCocoa { ffi.Pointer, int, bool)>(); late final _sel_dataWithContentsOfFile_options_error_1 = - _registerName1("dataWithContentsOfFile:options:error:"); + _registerName1("dataWithContentsOfFile:options:error:"); instancetype _objc_msgSend_254( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int readOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int readOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_254( obj, sel, @@ -6950,14 +6950,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dataWithContentsOfURL_options_error_1 = - _registerName1("dataWithContentsOfURL:options:error:"); + _registerName1("dataWithContentsOfURL:options:error:"); instancetype _objc_msgSend_255( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int readOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int readOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_255( obj, sel, @@ -6984,24 +6984,24 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dataWithContentsOfFile_1 = - _registerName1("dataWithContentsOfFile:"); + _registerName1("dataWithContentsOfFile:"); late final _sel_dataWithContentsOfURL_1 = - _registerName1("dataWithContentsOfURL:"); + _registerName1("dataWithContentsOfURL:"); late final _sel_initWithBytes_length_1 = - _registerName1("initWithBytes:length:"); + _registerName1("initWithBytes:length:"); late final _sel_initWithBytesNoCopy_length_1 = - _registerName1("initWithBytesNoCopy:length:"); + _registerName1("initWithBytesNoCopy:length:"); late final _sel_initWithBytesNoCopy_length_freeWhenDone_1 = - _registerName1("initWithBytesNoCopy:length:freeWhenDone:"); + _registerName1("initWithBytesNoCopy:length:freeWhenDone:"); late final _sel_initWithBytesNoCopy_length_deallocator_1 = - _registerName1("initWithBytesNoCopy:length:deallocator:"); + _registerName1("initWithBytesNoCopy:length:deallocator:"); instancetype _objc_msgSend_256( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_256( obj, sel, @@ -7024,15 +7024,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithContentsOfFile_options_error_1 = - _registerName1("initWithContentsOfFile:options:error:"); + _registerName1("initWithContentsOfFile:options:error:"); late final _sel_initWithContentsOfURL_options_error_1 = - _registerName1("initWithContentsOfURL:options:error:"); + _registerName1("initWithContentsOfURL:options:error:"); late final _sel_initWithData_1 = _registerName1("initWithData:"); instancetype _objc_msgSend_257( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_257( obj, sel, @@ -7050,13 +7050,13 @@ class SentryCocoa { late final _sel_dataWithData_1 = _registerName1("dataWithData:"); late final _sel_initWithBase64EncodedString_options_1 = - _registerName1("initWithBase64EncodedString:options:"); + _registerName1("initWithBase64EncodedString:options:"); instancetype _objc_msgSend_258( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer base64String, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer base64String, + int options, + ) { return __objc_msgSend_258( obj, sel, @@ -7074,12 +7074,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_base64EncodedStringWithOptions_1 = - _registerName1("base64EncodedStringWithOptions:"); + _registerName1("base64EncodedStringWithOptions:"); ffi.Pointer _objc_msgSend_259( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_259( obj, sel, @@ -7096,13 +7096,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithBase64EncodedData_options_1 = - _registerName1("initWithBase64EncodedData:options:"); + _registerName1("initWithBase64EncodedData:options:"); instancetype _objc_msgSend_260( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer base64Data, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer base64Data, + int options, + ) { return __objc_msgSend_260( obj, sel, @@ -7120,12 +7120,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_base64EncodedDataWithOptions_1 = - _registerName1("base64EncodedDataWithOptions:"); + _registerName1("base64EncodedDataWithOptions:"); ffi.Pointer _objc_msgSend_261( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_261( obj, sel, @@ -7142,13 +7142,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_decompressedDataUsingAlgorithm_error_1 = - _registerName1("decompressedDataUsingAlgorithm:error:"); + _registerName1("decompressedDataUsingAlgorithm:error:"); instancetype _objc_msgSend_262( - ffi.Pointer obj, - ffi.Pointer sel, - int algorithm, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int algorithm, + ffi.Pointer> error, + ) { return __objc_msgSend_262( obj, sel, @@ -7169,21 +7169,21 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_compressedDataUsingAlgorithm_error_1 = - _registerName1("compressedDataUsingAlgorithm:error:"); + _registerName1("compressedDataUsingAlgorithm:error:"); late final _sel_getBytes_1 = _registerName1("getBytes:"); late final _sel_dataWithContentsOfMappedFile_1 = - _registerName1("dataWithContentsOfMappedFile:"); + _registerName1("dataWithContentsOfMappedFile:"); late final _sel_initWithContentsOfMappedFile_1 = - _registerName1("initWithContentsOfMappedFile:"); + _registerName1("initWithContentsOfMappedFile:"); late final _sel_initWithBase64Encoding_1 = - _registerName1("initWithBase64Encoding:"); + _registerName1("initWithBase64Encoding:"); late final _sel_base64Encoding1 = _registerName1("base64Encoding"); late final _sel_encodeDataObject_1 = _registerName1("encodeDataObject:"); void _objc_msgSend_263( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_263( obj, sel, @@ -7201,14 +7201,14 @@ class SentryCocoa { late final _sel_decodeDataObject1 = _registerName1("decodeDataObject"); late final _sel_decodeValueOfObjCType_at_size_1 = - _registerName1("decodeValueOfObjCType:at:size:"); + _registerName1("decodeValueOfObjCType:at:size:"); void _objc_msgSend_264( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - ffi.Pointer data, - int size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + ffi.Pointer data, + int size, + ) { return __objc_msgSend_264( obj, sel, @@ -7231,12 +7231,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_versionForClassName_1 = - _registerName1("versionForClassName:"); + _registerName1("versionForClassName:"); int _objc_msgSend_265( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer className, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer className, + ) { return __objc_msgSend_265( obj, sel, @@ -7257,14 +7257,14 @@ class SentryCocoa { late final _sel_encodeBycopyObject_1 = _registerName1("encodeBycopyObject:"); late final _sel_encodeByrefObject_1 = _registerName1("encodeByrefObject:"); late final _sel_encodeConditionalObject_1 = - _registerName1("encodeConditionalObject:"); + _registerName1("encodeConditionalObject:"); late final _sel_encodeValuesOfObjCTypes_1 = - _registerName1("encodeValuesOfObjCTypes:"); + _registerName1("encodeValuesOfObjCTypes:"); void _objc_msgSend_266( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer types, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer types, + ) { return __objc_msgSend_266( obj, sel, @@ -7281,14 +7281,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeArrayOfObjCType_count_at_1 = - _registerName1("encodeArrayOfObjCType:count:at:"); + _registerName1("encodeArrayOfObjCType:count:at:"); void _objc_msgSend_267( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - int count, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + int count, + ffi.Pointer array, + ) { return __objc_msgSend_267( obj, sel, @@ -7313,12 +7313,12 @@ class SentryCocoa { late final _sel_encodeBytes_length_1 = _registerName1("encodeBytes:length:"); late final _sel_decodeObject1 = _registerName1("decodeObject"); late final _sel_decodeTopLevelObjectAndReturnError_1 = - _registerName1("decodeTopLevelObjectAndReturnError:"); + _registerName1("decodeTopLevelObjectAndReturnError:"); ffi.Pointer _objc_msgSend_268( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_268( obj, sel, @@ -7337,16 +7337,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_decodeValuesOfObjCTypes_1 = - _registerName1("decodeValuesOfObjCTypes:"); + _registerName1("decodeValuesOfObjCTypes:"); late final _sel_decodeArrayOfObjCType_count_at_1 = - _registerName1("decodeArrayOfObjCType:count:at:"); + _registerName1("decodeArrayOfObjCType:count:at:"); late final _sel_decodeBytesWithReturnedLength_1 = - _registerName1("decodeBytesWithReturnedLength:"); + _registerName1("decodeBytesWithReturnedLength:"); ffi.Pointer _objc_msgSend_269( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer lengthp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer lengthp, + ) { return __objc_msgSend_269( obj, sel, @@ -7368,10 +7368,10 @@ class SentryCocoa { late final _sel_decodePropertyList1 = _registerName1("decodePropertyList"); late final _sel_setObjectZone_1 = _registerName1("setObjectZone:"); void _objc_msgSend_270( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_270( obj, sel, @@ -7389,9 +7389,9 @@ class SentryCocoa { late final _sel_objectZone1 = _registerName1("objectZone"); ffi.Pointer<_NSZone> _objc_msgSend_271( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_271( obj, sel, @@ -7409,16 +7409,16 @@ class SentryCocoa { late final _sel_systemVersion1 = _registerName1("systemVersion"); late final _sel_allowsKeyedCoding1 = _registerName1("allowsKeyedCoding"); late final _sel_encodeObject_forKey_1 = - _registerName1("encodeObject:forKey:"); + _registerName1("encodeObject:forKey:"); late final _sel_encodeConditionalObject_forKey_1 = - _registerName1("encodeConditionalObject:forKey:"); + _registerName1("encodeConditionalObject:forKey:"); late final _sel_encodeBool_forKey_1 = _registerName1("encodeBool:forKey:"); void _objc_msgSend_272( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ffi.Pointer key, + ) { return __objc_msgSend_272( obj, sel, @@ -7437,11 +7437,11 @@ class SentryCocoa { late final _sel_encodeInt_forKey_1 = _registerName1("encodeInt:forKey:"); void _objc_msgSend_273( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_273( obj, sel, @@ -7460,11 +7460,11 @@ class SentryCocoa { late final _sel_encodeInt32_forKey_1 = _registerName1("encodeInt32:forKey:"); void _objc_msgSend_274( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_274( obj, sel, @@ -7483,11 +7483,11 @@ class SentryCocoa { late final _sel_encodeInt64_forKey_1 = _registerName1("encodeInt64:forKey:"); void _objc_msgSend_275( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_275( obj, sel, @@ -7506,11 +7506,11 @@ class SentryCocoa { late final _sel_encodeFloat_forKey_1 = _registerName1("encodeFloat:forKey:"); void _objc_msgSend_276( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { return __objc_msgSend_276( obj, sel, @@ -7528,13 +7528,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeDouble_forKey_1 = - _registerName1("encodeDouble:forKey:"); + _registerName1("encodeDouble:forKey:"); void _objc_msgSend_277( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { return __objc_msgSend_277( obj, sel, @@ -7552,14 +7552,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeBytes_length_forKey_1 = - _registerName1("encodeBytes:length:forKey:"); + _registerName1("encodeBytes:length:forKey:"); void _objc_msgSend_278( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ffi.Pointer key, + ) { return __objc_msgSend_278( obj, sel, @@ -7582,16 +7582,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_containsValueForKey_1 = - _registerName1("containsValueForKey:"); + _registerName1("containsValueForKey:"); late final _sel_decodeObjectForKey_1 = _registerName1("decodeObjectForKey:"); late final _sel_decodeTopLevelObjectForKey_error_1 = - _registerName1("decodeTopLevelObjectForKey:error:"); + _registerName1("decodeTopLevelObjectForKey:error:"); ffi.Pointer _objc_msgSend_279( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_279( obj, sel, @@ -7617,10 +7617,10 @@ class SentryCocoa { late final _sel_decodeBoolForKey_1 = _registerName1("decodeBoolForKey:"); late final _sel_decodeIntForKey_1 = _registerName1("decodeIntForKey:"); int _objc_msgSend_280( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_280( obj, sel, @@ -7638,10 +7638,10 @@ class SentryCocoa { late final _sel_decodeInt32ForKey_1 = _registerName1("decodeInt32ForKey:"); int _objc_msgSend_281( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_281( obj, sel, @@ -7659,10 +7659,10 @@ class SentryCocoa { late final _sel_decodeInt64ForKey_1 = _registerName1("decodeInt64ForKey:"); int _objc_msgSend_282( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_282( obj, sel, @@ -7680,10 +7680,10 @@ class SentryCocoa { late final _sel_decodeFloatForKey_1 = _registerName1("decodeFloatForKey:"); double _objc_msgSend_283( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_283( obj, sel, @@ -7701,10 +7701,10 @@ class SentryCocoa { late final _sel_decodeDoubleForKey_1 = _registerName1("decodeDoubleForKey:"); double _objc_msgSend_284( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_284( obj, sel, @@ -7721,13 +7721,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeBytesForKey_returnedLength_1 = - _registerName1("decodeBytesForKey:returnedLength:"); + _registerName1("decodeBytesForKey:returnedLength:"); ffi.Pointer _objc_msgSend_285( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer lengthp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer lengthp, + ) { return __objc_msgSend_285( obj, sel, @@ -7751,13 +7751,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeInteger_forKey_1 = - _registerName1("encodeInteger:forKey:"); + _registerName1("encodeInteger:forKey:"); void _objc_msgSend_286( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_286( obj, sel, @@ -7775,17 +7775,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeIntegerForKey_1 = - _registerName1("decodeIntegerForKey:"); + _registerName1("decodeIntegerForKey:"); late final _sel_requiresSecureCoding1 = - _registerName1("requiresSecureCoding"); + _registerName1("requiresSecureCoding"); late final _sel_decodeObjectOfClass_forKey_1 = - _registerName1("decodeObjectOfClass:forKey:"); + _registerName1("decodeObjectOfClass:forKey:"); ffi.Pointer _objc_msgSend_287( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer key, + ) { return __objc_msgSend_287( obj, sel, @@ -7809,14 +7809,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeTopLevelObjectOfClass_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); + _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); ffi.Pointer _objc_msgSend_288( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_288( obj, sel, @@ -7843,13 +7843,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_decodeArrayOfObjectsOfClass_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClass:forKey:"); + _registerName1("decodeArrayOfObjectsOfClass:forKey:"); ffi.Pointer _objc_msgSend_289( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cls, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cls, + ffi.Pointer key, + ) { return __objc_msgSend_289( obj, sel, @@ -7873,14 +7873,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_1 = - _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); + _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); ffi.Pointer _objc_msgSend_290( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyCls, - ffi.Pointer objectCls, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyCls, + ffi.Pointer objectCls, + ffi.Pointer key, + ) { return __objc_msgSend_290( obj, sel, @@ -7907,13 +7907,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeObjectOfClasses_forKey_1 = - _registerName1("decodeObjectOfClasses:forKey:"); + _registerName1("decodeObjectOfClasses:forKey:"); ffi.Pointer _objc_msgSend_291( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { return __objc_msgSend_291( obj, sel, @@ -7937,14 +7937,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeTopLevelObjectOfClasses_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); + _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); ffi.Pointer _objc_msgSend_292( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_292( obj, sel, @@ -7971,13 +7971,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_decodeArrayOfObjectsOfClasses_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); + _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); ffi.Pointer _objc_msgSend_293( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { return __objc_msgSend_293( obj, sel, @@ -8001,15 +8001,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_1 = - _registerName1( - "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); + _registerName1( + "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); ffi.Pointer _objc_msgSend_294( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyClasses, - ffi.Pointer objectClasses, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyClasses, + ffi.Pointer objectClasses, + ffi.Pointer key, + ) { return __objc_msgSend_294( obj, sel, @@ -8036,12 +8036,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodePropertyListForKey_1 = - _registerName1("decodePropertyListForKey:"); + _registerName1("decodePropertyListForKey:"); late final _sel_allowedClasses1 = _registerName1("allowedClasses"); ffi.Pointer _objc_msgSend_295( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_295( obj, sel, @@ -8058,10 +8058,10 @@ class SentryCocoa { late final _sel_failWithError_1 = _registerName1("failWithError:"); void _objc_msgSend_296( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + ) { return __objc_msgSend_296( obj, sel, @@ -8078,11 +8078,11 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodingFailurePolicy1 = - _registerName1("decodingFailurePolicy"); + _registerName1("decodingFailurePolicy"); int _objc_msgSend_297( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_297( obj, sel, @@ -8098,9 +8098,9 @@ class SentryCocoa { late final _sel_error1 = _registerName1("error"); ffi.Pointer _objc_msgSend_298( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_298( obj, sel, @@ -8118,13 +8118,13 @@ class SentryCocoa { late final _sel_encodeNXObject_1 = _registerName1("encodeNXObject:"); late final _sel_decodeNXObject1 = _registerName1("decodeNXObject"); late final _sel_decodeValueOfObjCType_at_1 = - _registerName1("decodeValueOfObjCType:at:"); + _registerName1("decodeValueOfObjCType:at:"); late final _sel_encodePoint_1 = _registerName1("encodePoint:"); void _objc_msgSend_299( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ) { return __objc_msgSend_299( obj, sel, @@ -8142,10 +8142,10 @@ class SentryCocoa { late final _sel_decodePoint1 = _registerName1("decodePoint"); late final _sel_encodeSize_1 = _registerName1("encodeSize:"); void _objc_msgSend_300( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ) { return __objc_msgSend_300( obj, sel, @@ -8163,10 +8163,10 @@ class SentryCocoa { late final _sel_decodeSize1 = _registerName1("decodeSize"); late final _sel_encodeRect_1 = _registerName1("encodeRect:"); void _objc_msgSend_301( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ) { return __objc_msgSend_301( obj, sel, @@ -8184,11 +8184,11 @@ class SentryCocoa { late final _sel_decodeRect1 = _registerName1("decodeRect"); late final _sel_encodePoint_forKey_1 = _registerName1("encodePoint:forKey:"); void _objc_msgSend_302( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ffi.Pointer key, + ) { return __objc_msgSend_302( obj, sel, @@ -8207,11 +8207,11 @@ class SentryCocoa { late final _sel_encodeSize_forKey_1 = _registerName1("encodeSize:forKey:"); void _objc_msgSend_303( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ffi.Pointer key, + ) { return __objc_msgSend_303( obj, sel, @@ -8230,11 +8230,11 @@ class SentryCocoa { late final _sel_encodeRect_forKey_1 = _registerName1("encodeRect:forKey:"); void _objc_msgSend_304( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ffi.Pointer key, + ) { return __objc_msgSend_304( obj, sel, @@ -8253,11 +8253,11 @@ class SentryCocoa { late final _sel_decodePointForKey_1 = _registerName1("decodePointForKey:"); void _objc_msgSend_305( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_305( stret, obj, @@ -8279,11 +8279,11 @@ class SentryCocoa { late final _sel_decodeSizeForKey_1 = _registerName1("decodeSizeForKey:"); void _objc_msgSend_306( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_306( stret, obj, @@ -8305,11 +8305,11 @@ class SentryCocoa { late final _sel_decodeRectForKey_1 = _registerName1("decodeRectForKey:"); void _objc_msgSend_307( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_307( stret, obj, @@ -8331,10 +8331,10 @@ class SentryCocoa { late final _sel_substringFromIndex_1 = _registerName1("substringFromIndex:"); ffi.Pointer _objc_msgSend_308( - ffi.Pointer obj, - ffi.Pointer sel, - int from, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int from, + ) { return __objc_msgSend_308( obj, sel, @@ -8353,10 +8353,10 @@ class SentryCocoa { late final _sel_substringToIndex_1 = _registerName1("substringToIndex:"); late final _sel_substringWithRange_1 = _registerName1("substringWithRange:"); ffi.Pointer _objc_msgSend_309( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_309( obj, sel, @@ -8373,13 +8373,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_getCharacters_range_1 = - _registerName1("getCharacters:range:"); + _registerName1("getCharacters:range:"); void _objc_msgSend_310( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + _NSRange range, + ) { return __objc_msgSend_310( obj, sel, @@ -8397,10 +8397,10 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); int _objc_msgSend_311( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_311( obj, sel, @@ -8418,11 +8418,11 @@ class SentryCocoa { late final _sel_compare_options_1 = _registerName1("compare:options:"); int _objc_msgSend_312( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + ) { return __objc_msgSend_312( obj, sel, @@ -8440,14 +8440,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_compare_options_range_1 = - _registerName1("compare:options:range:"); + _registerName1("compare:options:range:"); int _objc_msgSend_313( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - _NSRange rangeOfReceiverToCompare, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + _NSRange rangeOfReceiverToCompare, + ) { return __objc_msgSend_313( obj, sel, @@ -8466,15 +8466,15 @@ class SentryCocoa { ffi.Pointer, int, _NSRange)>(); late final _sel_compare_options_range_locale_1 = - _registerName1("compare:options:range:locale:"); + _registerName1("compare:options:range:locale:"); int _objc_msgSend_314( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - _NSRange rangeOfReceiverToCompare, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + _NSRange rangeOfReceiverToCompare, + ffi.Pointer locale, + ) { return __objc_msgSend_314( obj, sel, @@ -8499,23 +8499,23 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer)>(); late final _sel_caseInsensitiveCompare_1 = - _registerName1("caseInsensitiveCompare:"); + _registerName1("caseInsensitiveCompare:"); late final _sel_localizedCompare_1 = _registerName1("localizedCompare:"); late final _sel_localizedCaseInsensitiveCompare_1 = - _registerName1("localizedCaseInsensitiveCompare:"); + _registerName1("localizedCaseInsensitiveCompare:"); late final _sel_localizedStandardCompare_1 = - _registerName1("localizedStandardCompare:"); + _registerName1("localizedStandardCompare:"); late final _sel_isEqualToString_1 = _registerName1("isEqualToString:"); late final _sel_hasPrefix_1 = _registerName1("hasPrefix:"); late final _sel_hasSuffix_1 = _registerName1("hasSuffix:"); late final _sel_commonPrefixWithString_options_1 = - _registerName1("commonPrefixWithString:options:"); + _registerName1("commonPrefixWithString:options:"); ffi.Pointer _objc_msgSend_315( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - int mask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + int mask, + ) { return __objc_msgSend_315( obj, sel, @@ -8537,17 +8537,17 @@ class SentryCocoa { late final _sel_containsString_1 = _registerName1("containsString:"); late final _sel_localizedCaseInsensitiveContainsString_1 = - _registerName1("localizedCaseInsensitiveContainsString:"); + _registerName1("localizedCaseInsensitiveContainsString:"); late final _sel_localizedStandardContainsString_1 = - _registerName1("localizedStandardContainsString:"); + _registerName1("localizedStandardContainsString:"); late final _sel_localizedStandardRangeOfString_1 = - _registerName1("localizedStandardRangeOfString:"); + _registerName1("localizedStandardRangeOfString:"); void _objc_msgSend_316( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + ) { return __objc_msgSend_316( stret, obj, @@ -8569,14 +8569,14 @@ class SentryCocoa { late final _sel_rangeOfString_1 = _registerName1("rangeOfString:"); late final _sel_rangeOfString_options_1 = - _registerName1("rangeOfString:options:"); + _registerName1("rangeOfString:options:"); void _objc_msgSend_317( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + ) { return __objc_msgSend_317( stret, obj, @@ -8599,15 +8599,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfString_options_range_1 = - _registerName1("rangeOfString:options:range:"); + _registerName1("rangeOfString:options:range:"); void _objc_msgSend_318( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - _NSRange rangeOfReceiverToSearch, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { return __objc_msgSend_318( stret, obj, @@ -8632,16 +8632,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfString_options_range_locale_1 = - _registerName1("rangeOfString:options:range:locale:"); + _registerName1("rangeOfString:options:range:locale:"); void _objc_msgSend_319( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - _NSRange rangeOfReceiverToSearch, - ffi.Pointer locale, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ffi.Pointer locale, + ) { return __objc_msgSend_319( stret, obj, @@ -8674,13 +8674,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rangeOfCharacterFromSet_1 = - _registerName1("rangeOfCharacterFromSet:"); + _registerName1("rangeOfCharacterFromSet:"); void _objc_msgSend_320( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + ) { return __objc_msgSend_320( stret, obj, @@ -8701,14 +8701,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_rangeOfCharacterFromSet_options_1 = - _registerName1("rangeOfCharacterFromSet:options:"); + _registerName1("rangeOfCharacterFromSet:options:"); void _objc_msgSend_321( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - int mask, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + ) { return __objc_msgSend_321( stret, obj, @@ -8731,15 +8731,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfCharacterFromSet_options_range_1 = - _registerName1("rangeOfCharacterFromSet:options:range:"); + _registerName1("rangeOfCharacterFromSet:options:range:"); void _objc_msgSend_322( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - int mask, - _NSRange rangeOfReceiverToSearch, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { return __objc_msgSend_322( stret, obj, @@ -8764,13 +8764,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfComposedCharacterSequenceAtIndex_1 = - _registerName1("rangeOfComposedCharacterSequenceAtIndex:"); + _registerName1("rangeOfComposedCharacterSequenceAtIndex:"); void _objc_msgSend_323( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_323( stret, obj, @@ -8788,13 +8788,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_rangeOfComposedCharacterSequencesForRange_1 = - _registerName1("rangeOfComposedCharacterSequencesForRange:"); + _registerName1("rangeOfComposedCharacterSequencesForRange:"); void _objc_msgSend_324( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_324( stret, obj, @@ -8812,25 +8812,25 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_stringByAppendingString_1 = - _registerName1("stringByAppendingString:"); + _registerName1("stringByAppendingString:"); late final _sel_stringByAppendingFormat_1 = - _registerName1("stringByAppendingFormat:"); + _registerName1("stringByAppendingFormat:"); late final _sel_uppercaseString1 = _registerName1("uppercaseString"); late final _sel_lowercaseString1 = _registerName1("lowercaseString"); late final _sel_capitalizedString1 = _registerName1("capitalizedString"); late final _sel_localizedUppercaseString1 = - _registerName1("localizedUppercaseString"); + _registerName1("localizedUppercaseString"); late final _sel_localizedLowercaseString1 = - _registerName1("localizedLowercaseString"); + _registerName1("localizedLowercaseString"); late final _sel_localizedCapitalizedString1 = - _registerName1("localizedCapitalizedString"); + _registerName1("localizedCapitalizedString"); late final _sel_uppercaseStringWithLocale_1 = - _registerName1("uppercaseStringWithLocale:"); + _registerName1("uppercaseStringWithLocale:"); ffi.Pointer _objc_msgSend_325( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + ) { return __objc_msgSend_325( obj, sel, @@ -8847,19 +8847,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_lowercaseStringWithLocale_1 = - _registerName1("lowercaseStringWithLocale:"); + _registerName1("lowercaseStringWithLocale:"); late final _sel_capitalizedStringWithLocale_1 = - _registerName1("capitalizedStringWithLocale:"); + _registerName1("capitalizedStringWithLocale:"); late final _sel_getLineStart_end_contentsEnd_forRange_1 = - _registerName1("getLineStart:end:contentsEnd:forRange:"); + _registerName1("getLineStart:end:contentsEnd:forRange:"); void _objc_msgSend_326( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer startPtr, - ffi.Pointer lineEndPtr, - ffi.Pointer contentsEndPtr, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer startPtr, + ffi.Pointer lineEndPtr, + ffi.Pointer contentsEndPtr, + _NSRange range, + ) { return __objc_msgSend_326( obj, sel, @@ -8890,18 +8890,18 @@ class SentryCocoa { late final _sel_lineRangeForRange_1 = _registerName1("lineRangeForRange:"); late final _sel_getParagraphStart_end_contentsEnd_forRange_1 = - _registerName1("getParagraphStart:end:contentsEnd:forRange:"); + _registerName1("getParagraphStart:end:contentsEnd:forRange:"); late final _sel_paragraphRangeForRange_1 = - _registerName1("paragraphRangeForRange:"); + _registerName1("paragraphRangeForRange:"); late final _sel_enumerateSubstringsInRange_options_usingBlock_1 = - _registerName1("enumerateSubstringsInRange:options:usingBlock:"); + _registerName1("enumerateSubstringsInRange:options:usingBlock:"); void _objc_msgSend_327( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_327( obj, sel, @@ -8920,12 +8920,12 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateLinesUsingBlock_1 = - _registerName1("enumerateLinesUsingBlock:"); + _registerName1("enumerateLinesUsingBlock:"); void _objc_msgSend_328( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_328( obj, sel, @@ -8945,13 +8945,13 @@ class SentryCocoa { late final _sel_fastestEncoding1 = _registerName1("fastestEncoding"); late final _sel_smallestEncoding1 = _registerName1("smallestEncoding"); late final _sel_dataUsingEncoding_allowLossyConversion_1 = - _registerName1("dataUsingEncoding:allowLossyConversion:"); + _registerName1("dataUsingEncoding:allowLossyConversion:"); ffi.Pointer _objc_msgSend_329( - ffi.Pointer obj, - ffi.Pointer sel, - int encoding, - bool lossy, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int encoding, + bool lossy, + ) { return __objc_msgSend_329( obj, sel, @@ -8973,10 +8973,10 @@ class SentryCocoa { late final _sel_dataUsingEncoding_1 = _registerName1("dataUsingEncoding:"); ffi.Pointer _objc_msgSend_330( - ffi.Pointer obj, - ffi.Pointer sel, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int encoding, + ) { return __objc_msgSend_330( obj, sel, @@ -8993,18 +8993,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_canBeConvertedToEncoding_1 = - _registerName1("canBeConvertedToEncoding:"); + _registerName1("canBeConvertedToEncoding:"); late final _sel_cStringUsingEncoding_1 = - _registerName1("cStringUsingEncoding:"); + _registerName1("cStringUsingEncoding:"); late final _sel_getCString_maxLength_encoding_1 = - _registerName1("getCString:maxLength:encoding:"); + _registerName1("getCString:maxLength:encoding:"); bool _objc_msgSend_331( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferCount, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferCount, + int encoding, + ) { return __objc_msgSend_331( obj, sel, @@ -9027,19 +9027,19 @@ class SentryCocoa { ffi.Pointer, int, int)>(); late final _sel_getBytes_maxLength_usedLength_encoding_options_range_remainingRange_1 = - _registerName1( - "getBytes:maxLength:usedLength:encoding:options:range:remainingRange:"); + _registerName1( + "getBytes:maxLength:usedLength:encoding:options:range:remainingRange:"); bool _objc_msgSend_332( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferCount, - ffi.Pointer usedBufferCount, - int encoding, - int options, - _NSRange range, - ffi.Pointer<_NSRange> leftover, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferCount, + ffi.Pointer usedBufferCount, + int encoding, + int options, + _NSRange range, + ffi.Pointer<_NSRange> leftover, + ) { return __objc_msgSend_332( obj, sel, @@ -9078,15 +9078,15 @@ class SentryCocoa { ffi.Pointer<_NSRange>)>(); late final _sel_maximumLengthOfBytesUsingEncoding_1 = - _registerName1("maximumLengthOfBytesUsingEncoding:"); + _registerName1("maximumLengthOfBytesUsingEncoding:"); late final _sel_lengthOfBytesUsingEncoding_1 = - _registerName1("lengthOfBytesUsingEncoding:"); + _registerName1("lengthOfBytesUsingEncoding:"); late final _sel_availableStringEncodings1 = - _registerName1("availableStringEncodings"); + _registerName1("availableStringEncodings"); ffi.Pointer _objc_msgSend_333( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_333( obj, sel, @@ -9102,26 +9102,26 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedNameOfStringEncoding_1 = - _registerName1("localizedNameOfStringEncoding:"); + _registerName1("localizedNameOfStringEncoding:"); late final _sel_defaultCStringEncoding1 = - _registerName1("defaultCStringEncoding"); + _registerName1("defaultCStringEncoding"); late final _sel_decomposedStringWithCanonicalMapping1 = - _registerName1("decomposedStringWithCanonicalMapping"); + _registerName1("decomposedStringWithCanonicalMapping"); late final _sel_precomposedStringWithCanonicalMapping1 = - _registerName1("precomposedStringWithCanonicalMapping"); + _registerName1("precomposedStringWithCanonicalMapping"); late final _sel_decomposedStringWithCompatibilityMapping1 = - _registerName1("decomposedStringWithCompatibilityMapping"); + _registerName1("decomposedStringWithCompatibilityMapping"); late final _sel_precomposedStringWithCompatibilityMapping1 = - _registerName1("precomposedStringWithCompatibilityMapping"); + _registerName1("precomposedStringWithCompatibilityMapping"); late final _sel_componentsSeparatedByString_1 = - _registerName1("componentsSeparatedByString:"); + _registerName1("componentsSeparatedByString:"); late final _sel_componentsSeparatedByCharactersInSet_1 = - _registerName1("componentsSeparatedByCharactersInSet:"); + _registerName1("componentsSeparatedByCharactersInSet:"); ffi.Pointer _objc_msgSend_334( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer separator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer separator, + ) { return __objc_msgSend_334( obj, sel, @@ -9138,12 +9138,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByTrimmingCharactersInSet_1 = - _registerName1("stringByTrimmingCharactersInSet:"); + _registerName1("stringByTrimmingCharactersInSet:"); ffi.Pointer _objc_msgSend_335( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_335( obj, sel, @@ -9160,14 +9160,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByPaddingToLength_withString_startingAtIndex_1 = - _registerName1("stringByPaddingToLength:withString:startingAtIndex:"); + _registerName1("stringByPaddingToLength:withString:startingAtIndex:"); ffi.Pointer _objc_msgSend_336( - ffi.Pointer obj, - ffi.Pointer sel, - int newLength, - ffi.Pointer padString, - int padIndex, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int newLength, + ffi.Pointer padString, + int padIndex, + ) { return __objc_msgSend_336( obj, sel, @@ -9190,13 +9190,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_stringByFoldingWithOptions_locale_1 = - _registerName1("stringByFoldingWithOptions:locale:"); + _registerName1("stringByFoldingWithOptions:locale:"); ffi.Pointer _objc_msgSend_337( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer locale, + ) { return __objc_msgSend_337( obj, sel, @@ -9217,16 +9217,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_stringByReplacingOccurrencesOfString_withString_options_range_1 = - _registerName1( - "stringByReplacingOccurrencesOfString:withString:options:range:"); + _registerName1( + "stringByReplacingOccurrencesOfString:withString:options:range:"); ffi.Pointer _objc_msgSend_338( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - int options, - _NSRange searchRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + int options, + _NSRange searchRange, + ) { return __objc_msgSend_338( obj, sel, @@ -9256,13 +9256,13 @@ class SentryCocoa { _NSRange)>(); late final _sel_stringByReplacingOccurrencesOfString_withString_1 = - _registerName1("stringByReplacingOccurrencesOfString:withString:"); + _registerName1("stringByReplacingOccurrencesOfString:withString:"); ffi.Pointer _objc_msgSend_339( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + ) { return __objc_msgSend_339( obj, sel, @@ -9286,13 +9286,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_stringByReplacingCharactersInRange_withString_1 = - _registerName1("stringByReplacingCharactersInRange:withString:"); + _registerName1("stringByReplacingCharactersInRange:withString:"); ffi.Pointer _objc_msgSend_340( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacement, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacement, + ) { return __objc_msgSend_340( obj, sel, @@ -9313,13 +9313,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_stringByApplyingTransform_reverse_1 = - _registerName1("stringByApplyingTransform:reverse:"); + _registerName1("stringByApplyingTransform:reverse:"); ffi.Pointer _objc_msgSend_341( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer transform, - bool reverse, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer transform, + bool reverse, + ) { return __objc_msgSend_341( obj, sel, @@ -9340,15 +9340,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_writeToURL_atomically_encoding_error_1 = - _registerName1("writeToURL:atomically:encoding:error:"); + _registerName1("writeToURL:atomically:encoding:error:"); bool _objc_msgSend_342( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool useAuxiliaryFile, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool useAuxiliaryFile, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_342( obj, sel, @@ -9378,15 +9378,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToFile_atomically_encoding_error_1 = - _registerName1("writeToFile:atomically:encoding:error:"); + _registerName1("writeToFile:atomically:encoding:error:"); bool _objc_msgSend_343( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool useAuxiliaryFile, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool useAuxiliaryFile, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_343( obj, sel, @@ -9417,14 +9417,14 @@ class SentryCocoa { late final _sel_hash1 = _registerName1("hash"); late final _sel_initWithCharactersNoCopy_length_freeWhenDone_1 = - _registerName1("initWithCharactersNoCopy:length:freeWhenDone:"); + _registerName1("initWithCharactersNoCopy:length:freeWhenDone:"); instancetype _objc_msgSend_344( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer characters, - int length, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer characters, + int length, + bool freeBuffer, + ) { return __objc_msgSend_344( obj, sel, @@ -9447,14 +9447,14 @@ class SentryCocoa { ffi.Pointer, int, bool)>(); late final _sel_initWithCharactersNoCopy_length_deallocator_1 = - _registerName1("initWithCharactersNoCopy:length:deallocator:"); + _registerName1("initWithCharactersNoCopy:length:deallocator:"); instancetype _objc_msgSend_345( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer chars, - int len, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer chars, + int len, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_345( obj, sel, @@ -9477,13 +9477,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithCharacters_length_1 = - _registerName1("initWithCharacters:length:"); + _registerName1("initWithCharacters:length:"); instancetype _objc_msgSend_346( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer characters, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer characters, + int length, + ) { return __objc_msgSend_346( obj, sel, @@ -9505,10 +9505,10 @@ class SentryCocoa { late final _sel_initWithUTF8String_1 = _registerName1("initWithUTF8String:"); instancetype _objc_msgSend_347( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer nullTerminatedCString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer nullTerminatedCString, + ) { return __objc_msgSend_347( obj, sel, @@ -9526,13 +9526,13 @@ class SentryCocoa { late final _sel_initWithFormat_1 = _registerName1("initWithFormat:"); late final _sel_initWithFormat_arguments_1 = - _registerName1("initWithFormat:arguments:"); + _registerName1("initWithFormat:arguments:"); instancetype _objc_msgSend_348( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_348( obj, sel, @@ -9553,16 +9553,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<__va_list_tag>)>(); late final _sel_initWithFormat_locale_1 = - _registerName1("initWithFormat:locale:"); + _registerName1("initWithFormat:locale:"); late final _sel_initWithFormat_locale_arguments_1 = - _registerName1("initWithFormat:locale:arguments:"); + _registerName1("initWithFormat:locale:arguments:"); instancetype _objc_msgSend_349( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_349( obj, sel, @@ -9589,14 +9589,14 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); instancetype _objc_msgSend_350( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer> error, + ) { return __objc_msgSend_350( obj, sel, @@ -9623,16 +9623,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:locale:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:locale:error:"); instancetype _objc_msgSend_351( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer locale, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer locale, + ffi.Pointer> error, + ) { return __objc_msgSend_351( obj, sel, @@ -9662,16 +9662,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:arguments:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:arguments:error:"); instancetype _objc_msgSend_352( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error, + ) { return __objc_msgSend_352( obj, sel, @@ -9701,17 +9701,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error:"); instancetype _objc_msgSend_353( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error, + ) { return __objc_msgSend_353( obj, sel, @@ -9744,13 +9744,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithData_encoding_1 = - _registerName1("initWithData:encoding:"); + _registerName1("initWithData:encoding:"); instancetype _objc_msgSend_354( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + int encoding, + ) { return __objc_msgSend_354( obj, sel, @@ -9768,14 +9768,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithBytes_length_encoding_1 = - _registerName1("initWithBytes:length:encoding:"); + _registerName1("initWithBytes:length:encoding:"); instancetype _objc_msgSend_355( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + ) { return __objc_msgSend_355( obj, sel, @@ -9798,15 +9798,15 @@ class SentryCocoa { ffi.Pointer, int, int)>(); late final _sel_initWithBytesNoCopy_length_encoding_freeWhenDone_1 = - _registerName1("initWithBytesNoCopy:length:encoding:freeWhenDone:"); + _registerName1("initWithBytesNoCopy:length:encoding:freeWhenDone:"); instancetype _objc_msgSend_356( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + bool freeBuffer, + ) { return __objc_msgSend_356( obj, sel, @@ -9831,15 +9831,15 @@ class SentryCocoa { ffi.Pointer, int, int, bool)>(); late final _sel_initWithBytesNoCopy_length_encoding_deallocator_1 = - _registerName1("initWithBytesNoCopy:length:encoding:deallocator:"); + _registerName1("initWithBytesNoCopy:length:encoding:deallocator:"); instancetype _objc_msgSend_357( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_357( obj, sel, @@ -9866,25 +9866,25 @@ class SentryCocoa { late final _sel_string1 = _registerName1("string"); late final _sel_stringWithString_1 = _registerName1("stringWithString:"); late final _sel_stringWithCharacters_length_1 = - _registerName1("stringWithCharacters:length:"); + _registerName1("stringWithCharacters:length:"); late final _sel_stringWithUTF8String_1 = - _registerName1("stringWithUTF8String:"); + _registerName1("stringWithUTF8String:"); late final _sel_stringWithFormat_1 = _registerName1("stringWithFormat:"); late final _sel_localizedStringWithFormat_1 = - _registerName1("localizedStringWithFormat:"); + _registerName1("localizedStringWithFormat:"); late final _sel_stringWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1("stringWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1("stringWithValidatedFormat:validFormatSpecifiers:error:"); late final _sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1( - "localizedStringWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1( + "localizedStringWithValidatedFormat:validFormatSpecifiers:error:"); late final _sel_initWithCString_encoding_1 = - _registerName1("initWithCString:encoding:"); + _registerName1("initWithCString:encoding:"); instancetype _objc_msgSend_358( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer nullTerminatedCString, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer nullTerminatedCString, + int encoding, + ) { return __objc_msgSend_358( obj, sel, @@ -9902,16 +9902,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_stringWithCString_encoding_1 = - _registerName1("stringWithCString:encoding:"); + _registerName1("stringWithCString:encoding:"); late final _sel_initWithContentsOfURL_encoding_error_1 = - _registerName1("initWithContentsOfURL:encoding:error:"); + _registerName1("initWithContentsOfURL:encoding:error:"); instancetype _objc_msgSend_359( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_359( obj, sel, @@ -9938,14 +9938,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithContentsOfFile_encoding_error_1 = - _registerName1("initWithContentsOfFile:encoding:error:"); + _registerName1("initWithContentsOfFile:encoding:error:"); instancetype _objc_msgSend_360( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_360( obj, sel, @@ -9972,18 +9972,18 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_stringWithContentsOfURL_encoding_error_1 = - _registerName1("stringWithContentsOfURL:encoding:error:"); + _registerName1("stringWithContentsOfURL:encoding:error:"); late final _sel_stringWithContentsOfFile_encoding_error_1 = - _registerName1("stringWithContentsOfFile:encoding:error:"); + _registerName1("stringWithContentsOfFile:encoding:error:"); late final _sel_initWithContentsOfURL_usedEncoding_error_1 = - _registerName1("initWithContentsOfURL:usedEncoding:error:"); + _registerName1("initWithContentsOfURL:usedEncoding:error:"); instancetype _objc_msgSend_361( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer enc, + ffi.Pointer> error, + ) { return __objc_msgSend_361( obj, sel, @@ -10010,14 +10010,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithContentsOfFile_usedEncoding_error_1 = - _registerName1("initWithContentsOfFile:usedEncoding:error:"); + _registerName1("initWithContentsOfFile:usedEncoding:error:"); instancetype _objc_msgSend_362( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer enc, + ffi.Pointer> error, + ) { return __objc_msgSend_362( obj, sel, @@ -10044,20 +10044,20 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_stringWithContentsOfURL_usedEncoding_error_1 = - _registerName1("stringWithContentsOfURL:usedEncoding:error:"); + _registerName1("stringWithContentsOfURL:usedEncoding:error:"); late final _sel_stringWithContentsOfFile_usedEncoding_error_1 = - _registerName1("stringWithContentsOfFile:usedEncoding:error:"); + _registerName1("stringWithContentsOfFile:usedEncoding:error:"); late final _sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1 = - _registerName1( - "stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:"); + _registerName1( + "stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:"); int _objc_msgSend_363( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion, + ) { return __objc_msgSend_363( obj, sel, @@ -10088,19 +10088,19 @@ class SentryCocoa { late final _sel_propertyList1 = _registerName1("propertyList"); late final _sel_propertyListFromStringsFileFormat1 = - _registerName1("propertyListFromStringsFileFormat"); + _registerName1("propertyListFromStringsFileFormat"); late final _sel_cString1 = _registerName1("cString"); late final _sel_lossyCString1 = _registerName1("lossyCString"); late final _sel_cStringLength1 = _registerName1("cStringLength"); late final _sel_getCString_1 = _registerName1("getCString:"); late final _sel_getCString_maxLength_1 = - _registerName1("getCString:maxLength:"); + _registerName1("getCString:maxLength:"); void _objc_msgSend_364( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int maxLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int maxLength, + ) { return __objc_msgSend_364( obj, sel, @@ -10118,15 +10118,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_getCString_maxLength_range_remainingRange_1 = - _registerName1("getCString:maxLength:range:remainingRange:"); + _registerName1("getCString:maxLength:range:remainingRange:"); void _objc_msgSend_365( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int maxLength, - _NSRange aRange, - ffi.Pointer<_NSRange> leftoverRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int maxLength, + _NSRange aRange, + ffi.Pointer<_NSRange> leftoverRange, + ) { return __objc_msgSend_365( obj, sel, @@ -10151,18 +10151,18 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer<_NSRange>)>(); late final _sel_stringWithContentsOfFile_1 = - _registerName1("stringWithContentsOfFile:"); + _registerName1("stringWithContentsOfFile:"); late final _sel_stringWithContentsOfURL_1 = - _registerName1("stringWithContentsOfURL:"); + _registerName1("stringWithContentsOfURL:"); late final _sel_initWithCStringNoCopy_length_freeWhenDone_1 = - _registerName1("initWithCStringNoCopy:length:freeWhenDone:"); + _registerName1("initWithCStringNoCopy:length:freeWhenDone:"); ffi.Pointer _objc_msgSend_366( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + bool freeBuffer, + ) { return __objc_msgSend_366( obj, sel, @@ -10185,17 +10185,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_initWithCString_length_1 = - _registerName1("initWithCString:length:"); + _registerName1("initWithCString:length:"); late final _sel_initWithCString_1 = _registerName1("initWithCString:"); late final _sel_stringWithCString_length_1 = - _registerName1("stringWithCString:length:"); + _registerName1("stringWithCString:length:"); late final _sel_stringWithCString_1 = _registerName1("stringWithCString:"); late final _sel_getCharacters_1 = _registerName1("getCharacters:"); void _objc_msgSend_367( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + ) { return __objc_msgSend_367( obj, sel, @@ -10212,12 +10212,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_variantFittingPresentationWidth_1 = - _registerName1("variantFittingPresentationWidth:"); + _registerName1("variantFittingPresentationWidth:"); ffi.Pointer _objc_msgSend_368( - ffi.Pointer obj, - ffi.Pointer sel, - int width, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int width, + ) { return __objc_msgSend_368( obj, sel, @@ -10235,10 +10235,10 @@ class SentryCocoa { late final _sel_pathWithComponents_1 = _registerName1("pathWithComponents:"); ffi.Pointer _objc_msgSend_369( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer components, + ) { return __objc_msgSend_369( obj, sel, @@ -10256,34 +10256,34 @@ class SentryCocoa { late final _sel_isAbsolutePath1 = _registerName1("isAbsolutePath"); late final _sel_stringByDeletingLastPathComponent1 = - _registerName1("stringByDeletingLastPathComponent"); + _registerName1("stringByDeletingLastPathComponent"); late final _sel_stringByAppendingPathComponent_1 = - _registerName1("stringByAppendingPathComponent:"); + _registerName1("stringByAppendingPathComponent:"); late final _sel_stringByDeletingPathExtension1 = - _registerName1("stringByDeletingPathExtension"); + _registerName1("stringByDeletingPathExtension"); late final _sel_stringByAppendingPathExtension_1 = - _registerName1("stringByAppendingPathExtension:"); + _registerName1("stringByAppendingPathExtension:"); late final _sel_stringByAbbreviatingWithTildeInPath1 = - _registerName1("stringByAbbreviatingWithTildeInPath"); + _registerName1("stringByAbbreviatingWithTildeInPath"); late final _sel_stringByExpandingTildeInPath1 = - _registerName1("stringByExpandingTildeInPath"); + _registerName1("stringByExpandingTildeInPath"); late final _sel_stringByStandardizingPath1 = - _registerName1("stringByStandardizingPath"); + _registerName1("stringByStandardizingPath"); late final _sel_stringByResolvingSymlinksInPath1 = - _registerName1("stringByResolvingSymlinksInPath"); + _registerName1("stringByResolvingSymlinksInPath"); late final _sel_stringsByAppendingPaths_1 = - _registerName1("stringsByAppendingPaths:"); + _registerName1("stringsByAppendingPaths:"); late final _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_1 = - _registerName1( - "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:"); + _registerName1( + "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:"); int _objc_msgSend_370( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> outputName, - bool flag, - ffi.Pointer> outputArray, - ffi.Pointer filterTypes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> outputName, + bool flag, + ffi.Pointer> outputArray, + ffi.Pointer filterTypes, + ) { return __objc_msgSend_370( obj, sel, @@ -10313,24 +10313,24 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_stringByAddingPercentEncodingWithAllowedCharacters_1 = - _registerName1("stringByAddingPercentEncodingWithAllowedCharacters:"); + _registerName1("stringByAddingPercentEncodingWithAllowedCharacters:"); late final _sel_stringByRemovingPercentEncoding1 = - _registerName1("stringByRemovingPercentEncoding"); + _registerName1("stringByRemovingPercentEncoding"); late final _sel_stringByAddingPercentEscapesUsingEncoding_1 = - _registerName1("stringByAddingPercentEscapesUsingEncoding:"); + _registerName1("stringByAddingPercentEscapesUsingEncoding:"); late final _sel_stringByReplacingPercentEscapesUsingEncoding_1 = - _registerName1("stringByReplacingPercentEscapesUsingEncoding:"); + _registerName1("stringByReplacingPercentEscapesUsingEncoding:"); late final _class_NSOrthography1 = _getClass1("NSOrthography"); late final _sel_dominantScript1 = _registerName1("dominantScript"); late final _sel_languageMap1 = _registerName1("languageMap"); late final _sel_initWithDominantScript_languageMap_1 = - _registerName1("initWithDominantScript:languageMap:"); + _registerName1("initWithDominantScript:languageMap:"); instancetype _objc_msgSend_371( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer script, - ffi.Pointer map, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer script, + ffi.Pointer map, + ) { return __objc_msgSend_371( obj, sel, @@ -10352,26 +10352,26 @@ class SentryCocoa { late final _sel_languagesForScript_1 = _registerName1("languagesForScript:"); late final _sel_dominantLanguageForScript_1 = - _registerName1("dominantLanguageForScript:"); + _registerName1("dominantLanguageForScript:"); late final _sel_dominantLanguage1 = _registerName1("dominantLanguage"); late final _sel_allScripts1 = _registerName1("allScripts"); late final _sel_allLanguages1 = _registerName1("allLanguages"); late final _sel_defaultOrthographyForLanguage_1 = - _registerName1("defaultOrthographyForLanguage:"); + _registerName1("defaultOrthographyForLanguage:"); late final _sel_orthographyWithDominantScript_languageMap_1 = - _registerName1("orthographyWithDominantScript:languageMap:"); + _registerName1("orthographyWithDominantScript:languageMap:"); late final _sel_linguisticTagsInRange_scheme_options_orthography_tokenRanges_1 = - _registerName1( - "linguisticTagsInRange:scheme:options:orthography:tokenRanges:"); + _registerName1( + "linguisticTagsInRange:scheme:options:orthography:tokenRanges:"); ffi.Pointer _objc_msgSend_372( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer scheme, - int options, - ffi.Pointer orthography, - ffi.Pointer> tokenRanges, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer scheme, + int options, + ffi.Pointer orthography, + ffi.Pointer> tokenRanges, + ) { return __objc_msgSend_372( obj, sel, @@ -10404,17 +10404,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_1 = - _registerName1( - "enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:"); + _registerName1( + "enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:"); void _objc_msgSend_373( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer scheme, - int options, - ffi.Pointer orthography, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer scheme, + int options, + ffi.Pointer orthography, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_373( obj, sel, @@ -10449,10 +10449,10 @@ class SentryCocoa { late final _sel_anyObject1 = _registerName1("anyObject"); late final _sel_intersectsSet_1 = _registerName1("intersectsSet:"); bool _objc_msgSend_374( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherSet, + ) { return __objc_msgSend_374( obj, sel, @@ -10472,10 +10472,10 @@ class SentryCocoa { late final _sel_isSubsetOfSet_1 = _registerName1("isSubsetOfSet:"); late final _sel_setByAddingObject_1 = _registerName1("setByAddingObject:"); ffi.Pointer _objc_msgSend_375( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_375( obj, sel, @@ -10492,12 +10492,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromSet_1 = - _registerName1("setByAddingObjectsFromSet:"); + _registerName1("setByAddingObjectsFromSet:"); ffi.Pointer _objc_msgSend_376( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_376( obj, sel, @@ -10514,12 +10514,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromArray_1 = - _registerName1("setByAddingObjectsFromArray:"); + _registerName1("setByAddingObjectsFromArray:"); ffi.Pointer _objc_msgSend_377( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_377( obj, sel, @@ -10536,10 +10536,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); void _objc_msgSend_378( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_378( obj, sel, @@ -10556,11 +10556,11 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); void _objc_msgSend_379( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_379( obj, sel, @@ -10579,10 +10579,10 @@ class SentryCocoa { late final _sel_objectsPassingTest_1 = _registerName1("objectsPassingTest:"); ffi.Pointer _objc_msgSend_380( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_380( obj, sel, @@ -10599,13 +10599,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_objectsWithOptions_passingTest_1 = - _registerName1("objectsWithOptions:passingTest:"); + _registerName1("objectsWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_381( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_381( obj, sel, @@ -10628,14 +10628,14 @@ class SentryCocoa { late final _sel_set1 = _registerName1("set"); late final _sel_setWithObject_1 = _registerName1("setWithObject:"); late final _sel_setWithObjects_count_1 = - _registerName1("setWithObjects:count:"); + _registerName1("setWithObjects:count:"); late final _sel_setWithObjects_1 = _registerName1("setWithObjects:"); late final _sel_setWithSet_1 = _registerName1("setWithSet:"); instancetype _objc_msgSend_382( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_382( obj, sel, @@ -10654,13 +10654,13 @@ class SentryCocoa { late final _sel_setWithArray_1 = _registerName1("setWithArray:"); late final _sel_initWithSet_1 = _registerName1("initWithSet:"); late final _sel_initWithSet_copyItems_1 = - _registerName1("initWithSet:copyItems:"); + _registerName1("initWithSet:copyItems:"); instancetype _objc_msgSend_383( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + bool flag, + ) { return __objc_msgSend_383( obj, sel, @@ -10678,12 +10678,12 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_filteredSetUsingPredicate_1 = - _registerName1("filteredSetUsingPredicate:"); + _registerName1("filteredSetUsingPredicate:"); ffi.Pointer _objc_msgSend_384( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_384( obj, sel, @@ -10700,12 +10700,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_invocationWithMethodSignature_1 = - _registerName1("invocationWithMethodSignature:"); + _registerName1("invocationWithMethodSignature:"); ffi.Pointer _objc_msgSend_385( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sig, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sig, + ) { return __objc_msgSend_385( obj, sel, @@ -10723,9 +10723,9 @@ class SentryCocoa { late final _sel_methodSignature1 = _registerName1("methodSignature"); ffi.Pointer _objc_msgSend_386( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_386( obj, sel, @@ -10745,10 +10745,10 @@ class SentryCocoa { late final _sel_target1 = _registerName1("target"); late final _sel_setTarget_1 = _registerName1("setTarget:"); void _objc_msgSend_387( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_387( obj, sel, @@ -10766,9 +10766,9 @@ class SentryCocoa { late final _sel_selector1 = _registerName1("selector"); ffi.Pointer _objc_msgSend_388( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_388( obj, sel, @@ -10785,10 +10785,10 @@ class SentryCocoa { late final _sel_setSelector_1 = _registerName1("setSelector:"); void _objc_msgSend_389( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_389( obj, sel, @@ -10807,13 +10807,13 @@ class SentryCocoa { late final _sel_getReturnValue_1 = _registerName1("getReturnValue:"); late final _sel_setReturnValue_1 = _registerName1("setReturnValue:"); late final _sel_getArgument_atIndex_1 = - _registerName1("getArgument:atIndex:"); + _registerName1("getArgument:atIndex:"); void _objc_msgSend_390( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer argumentLocation, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer argumentLocation, + int idx, + ) { return __objc_msgSend_390( obj, sel, @@ -10831,15 +10831,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_setArgument_atIndex_1 = - _registerName1("setArgument:atIndex:"); + _registerName1("setArgument:atIndex:"); late final _sel_invoke1 = _registerName1("invoke"); late final _sel_invokeWithTarget_1 = _registerName1("invokeWithTarget:"); late final _sel_invokeUsingIMP_1 = _registerName1("invokeUsingIMP:"); void _objc_msgSend_391( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> imp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> imp, + ) { return __objc_msgSend_391( obj, sel, @@ -10848,9 +10848,9 @@ class SentryCocoa { } late final __objc_msgSend_391Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer>)>>( + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer>)>>( 'objc_msgSend'); late final __objc_msgSend_391 = __objc_msgSend_391Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, @@ -10858,10 +10858,10 @@ class SentryCocoa { late final _sel_forwardInvocation_1 = _registerName1("forwardInvocation:"); void _objc_msgSend_392( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anInvocation, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anInvocation, + ) { return __objc_msgSend_392( obj, sel, @@ -10878,12 +10878,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_methodSignatureForSelector_1 = - _registerName1("methodSignatureForSelector:"); + _registerName1("methodSignatureForSelector:"); ffi.Pointer _objc_msgSend_393( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_393( obj, sel, @@ -10900,23 +10900,23 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_instanceMethodSignatureForSelector_1 = - _registerName1("instanceMethodSignatureForSelector:"); + _registerName1("instanceMethodSignatureForSelector:"); late final _sel_allowsWeakReference1 = _registerName1("allowsWeakReference"); late final _sel_retainWeakReference1 = _registerName1("retainWeakReference"); late final _sel_isSubclassOfClass_1 = _registerName1("isSubclassOfClass:"); late final _sel_resolveClassMethod_1 = _registerName1("resolveClassMethod:"); late final _sel_resolveInstanceMethod_1 = - _registerName1("resolveInstanceMethod:"); + _registerName1("resolveInstanceMethod:"); late final _sel_superclass1 = _registerName1("superclass"); late final _sel_class1 = _registerName1("class"); late final _sel_debugDescription1 = _registerName1("debugDescription"); late final _sel_version1 = _registerName1("version"); late final _sel_setVersion_1 = _registerName1("setVersion:"); void _objc_msgSend_394( - ffi.Pointer obj, - ffi.Pointer sel, - int aVersion, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int aVersion, + ) { return __objc_msgSend_394( obj, sel, @@ -10933,24 +10933,24 @@ class SentryCocoa { late final _sel_classForCoder1 = _registerName1("classForCoder"); late final _sel_replacementObjectForCoder_1 = - _registerName1("replacementObjectForCoder:"); + _registerName1("replacementObjectForCoder:"); late final _sel_awakeAfterUsingCoder_1 = - _registerName1("awakeAfterUsingCoder:"); + _registerName1("awakeAfterUsingCoder:"); late final _sel_poseAsClass_1 = _registerName1("poseAsClass:"); late final _sel_autoContentAccessingProxy1 = - _registerName1("autoContentAccessingProxy"); + _registerName1("autoContentAccessingProxy"); late final _sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1 = - _registerName1( - "attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:"); + _registerName1( + "attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:"); void _objc_msgSend_395( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - int recoveryOptionIndex, - ffi.Pointer delegate, - ffi.Pointer didRecoverSelector, - ffi.Pointer contextInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + int recoveryOptionIndex, + ffi.Pointer delegate, + ffi.Pointer didRecoverSelector, + ffi.Pointer contextInfo, + ) { return __objc_msgSend_395( obj, sel, @@ -10983,13 +10983,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attemptRecoveryFromError_optionIndex_1 = - _registerName1("attemptRecoveryFromError:optionIndex:"); + _registerName1("attemptRecoveryFromError:optionIndex:"); bool _objc_msgSend_396( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - int recoveryOptionIndex, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + int recoveryOptionIndex, + ) { return __objc_msgSend_396( obj, sel, @@ -11007,15 +11007,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_performSelector_withObject_afterDelay_inModes_1 = - _registerName1("performSelector:withObject:afterDelay:inModes:"); + _registerName1("performSelector:withObject:afterDelay:inModes:"); void _objc_msgSend_397( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - double delay, - ffi.Pointer modes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + double delay, + ffi.Pointer modes, + ) { return __objc_msgSend_397( obj, sel, @@ -11045,14 +11045,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelector_withObject_afterDelay_1 = - _registerName1("performSelector:withObject:afterDelay:"); + _registerName1("performSelector:withObject:afterDelay:"); void _objc_msgSend_398( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - double delay, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + double delay, + ) { return __objc_msgSend_398( obj, sel, @@ -11075,13 +11075,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_URL_resourceDataDidBecomeAvailable_1 = - _registerName1("URL:resourceDataDidBecomeAvailable:"); + _registerName1("URL:resourceDataDidBecomeAvailable:"); void _objc_msgSend_399( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ffi.Pointer newBytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer newBytes, + ) { return __objc_msgSend_399( obj, sel, @@ -11102,12 +11102,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_URLResourceDidFinishLoading_1 = - _registerName1("URLResourceDidFinishLoading:"); + _registerName1("URLResourceDidFinishLoading:"); void _objc_msgSend_400( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ) { return __objc_msgSend_400( obj, sel, @@ -11124,15 +11124,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLResourceDidCancelLoading_1 = - _registerName1("URLResourceDidCancelLoading:"); + _registerName1("URLResourceDidCancelLoading:"); late final _sel_URL_resourceDidFailLoadingWithReason_1 = - _registerName1("URL:resourceDidFailLoadingWithReason:"); + _registerName1("URL:resourceDidFailLoadingWithReason:"); void _objc_msgSend_401( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer reason, + ) { return __objc_msgSend_401( obj, sel, @@ -11155,9 +11155,9 @@ class SentryCocoa { late final _class_NSFileManager1 = _getClass1("NSFileManager"); late final _sel_defaultManager1 = _registerName1("defaultManager"); ffi.Pointer _objc_msgSend_402( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_402( obj, sel, @@ -11173,14 +11173,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_mountedVolumeURLsIncludingResourceValuesForKeys_options_1 = - _registerName1( - "mountedVolumeURLsIncludingResourceValuesForKeys:options:"); + _registerName1( + "mountedVolumeURLsIncludingResourceValuesForKeys:options:"); ffi.Pointer _objc_msgSend_403( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer propertyKeys, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer propertyKeys, + int options, + ) { return __objc_msgSend_403( obj, sel, @@ -11201,14 +11201,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_unmountVolumeAtURL_options_completionHandler_1 = - _registerName1("unmountVolumeAtURL:options:completionHandler:"); + _registerName1("unmountVolumeAtURL:options:completionHandler:"); void _objc_msgSend_404( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int mask, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int mask, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_404( obj, sel, @@ -11231,16 +11231,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error_1 = - _registerName1( - "contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:"); + _registerName1( + "contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:"); ffi.Pointer _objc_msgSend_405( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer keys, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer keys, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_405( obj, sel, @@ -11270,13 +11270,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLsForDirectory_inDomains_1 = - _registerName1("URLsForDirectory:inDomains:"); + _registerName1("URLsForDirectory:inDomains:"); ffi.Pointer _objc_msgSend_406( - ffi.Pointer obj, - ffi.Pointer sel, - int directory, - int domainMask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int directory, + int domainMask, + ) { return __objc_msgSend_406( obj, sel, @@ -11294,17 +11294,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_URLForDirectory_inDomain_appropriateForURL_create_error_1 = - _registerName1( - "URLForDirectory:inDomain:appropriateForURL:create:error:"); + _registerName1( + "URLForDirectory:inDomain:appropriateForURL:create:error:"); ffi.Pointer _objc_msgSend_407( - ffi.Pointer obj, - ffi.Pointer sel, - int directory, - int domain, - ffi.Pointer url, - bool shouldCreate, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int directory, + int domain, + ffi.Pointer url, + bool shouldCreate, + ffi.Pointer> error, + ) { return __objc_msgSend_407( obj, sel, @@ -11337,15 +11337,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getRelationship_ofDirectoryAtURL_toItemAtURL_error_1 = - _registerName1("getRelationship:ofDirectoryAtURL:toItemAtURL:error:"); + _registerName1("getRelationship:ofDirectoryAtURL:toItemAtURL:error:"); bool _objc_msgSend_408( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer outRelationship, - ffi.Pointer directoryURL, - ffi.Pointer otherURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer outRelationship, + ffi.Pointer directoryURL, + ffi.Pointer otherURL, + ffi.Pointer> error, + ) { return __objc_msgSend_408( obj, sel, @@ -11375,16 +11375,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getRelationship_ofDirectory_inDomain_toItemAtURL_error_1 = - _registerName1("getRelationship:ofDirectory:inDomain:toItemAtURL:error:"); + _registerName1("getRelationship:ofDirectory:inDomain:toItemAtURL:error:"); bool _objc_msgSend_409( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer outRelationship, - int directory, - int domainMask, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer outRelationship, + int directory, + int domainMask, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_409( obj, sel, @@ -11417,16 +11417,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createDirectoryAtURL_withIntermediateDirectories_attributes_error_1 = - _registerName1( - "createDirectoryAtURL:withIntermediateDirectories:attributes:error:"); + _registerName1( + "createDirectoryAtURL:withIntermediateDirectories:attributes:error:"); bool _objc_msgSend_410( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool createIntermediates, - ffi.Pointer attributes, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool createIntermediates, + ffi.Pointer attributes, + ffi.Pointer> error, + ) { return __objc_msgSend_410( obj, sel, @@ -11456,14 +11456,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createSymbolicLinkAtURL_withDestinationURL_error_1 = - _registerName1("createSymbolicLinkAtURL:withDestinationURL:error:"); + _registerName1("createSymbolicLinkAtURL:withDestinationURL:error:"); bool _objc_msgSend_411( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer destURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer destURL, + ffi.Pointer> error, + ) { return __objc_msgSend_411( obj, sel, @@ -11492,14 +11492,14 @@ class SentryCocoa { late final _sel_delegate1 = _registerName1("delegate"); late final _sel_setDelegate_1 = _registerName1("setDelegate:"); late final _sel_setAttributes_ofItemAtPath_error_1 = - _registerName1("setAttributes:ofItemAtPath:error:"); + _registerName1("setAttributes:ofItemAtPath:error:"); bool _objc_msgSend_412( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attributes, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attributes, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_412( obj, sel, @@ -11526,16 +11526,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createDirectoryAtPath_withIntermediateDirectories_attributes_error_1 = - _registerName1( - "createDirectoryAtPath:withIntermediateDirectories:attributes:error:"); + _registerName1( + "createDirectoryAtPath:withIntermediateDirectories:attributes:error:"); bool _objc_msgSend_413( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool createIntermediates, - ffi.Pointer attributes, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool createIntermediates, + ffi.Pointer attributes, + ffi.Pointer> error, + ) { return __objc_msgSend_413( obj, sel, @@ -11565,13 +11565,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_contentsOfDirectoryAtPath_error_1 = - _registerName1("contentsOfDirectoryAtPath:error:"); + _registerName1("contentsOfDirectoryAtPath:error:"); ffi.Pointer _objc_msgSend_414( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_414( obj, sel, @@ -11595,15 +11595,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_subpathsOfDirectoryAtPath_error_1 = - _registerName1("subpathsOfDirectoryAtPath:error:"); + _registerName1("subpathsOfDirectoryAtPath:error:"); late final _sel_attributesOfItemAtPath_error_1 = - _registerName1("attributesOfItemAtPath:error:"); + _registerName1("attributesOfItemAtPath:error:"); ffi.Pointer _objc_msgSend_415( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_415( obj, sel, @@ -11627,16 +11627,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_attributesOfFileSystemForPath_error_1 = - _registerName1("attributesOfFileSystemForPath:error:"); + _registerName1("attributesOfFileSystemForPath:error:"); late final _sel_createSymbolicLinkAtPath_withDestinationPath_error_1 = - _registerName1("createSymbolicLinkAtPath:withDestinationPath:error:"); + _registerName1("createSymbolicLinkAtPath:withDestinationPath:error:"); bool _objc_msgSend_416( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer destPath, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer destPath, + ffi.Pointer> error, + ) { return __objc_msgSend_416( obj, sel, @@ -11663,13 +11663,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_destinationOfSymbolicLinkAtPath_error_1 = - _registerName1("destinationOfSymbolicLinkAtPath:error:"); + _registerName1("destinationOfSymbolicLinkAtPath:error:"); ffi.Pointer _objc_msgSend_417( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_417( obj, sel, @@ -11693,19 +11693,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_copyItemAtPath_toPath_error_1 = - _registerName1("copyItemAtPath:toPath:error:"); + _registerName1("copyItemAtPath:toPath:error:"); late final _sel_moveItemAtPath_toPath_error_1 = - _registerName1("moveItemAtPath:toPath:error:"); + _registerName1("moveItemAtPath:toPath:error:"); late final _sel_linkItemAtPath_toPath_error_1 = - _registerName1("linkItemAtPath:toPath:error:"); + _registerName1("linkItemAtPath:toPath:error:"); late final _sel_removeItemAtPath_error_1 = - _registerName1("removeItemAtPath:error:"); + _registerName1("removeItemAtPath:error:"); bool _objc_msgSend_418( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_418( obj, sel, @@ -11726,22 +11726,22 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_copyItemAtURL_toURL_error_1 = - _registerName1("copyItemAtURL:toURL:error:"); + _registerName1("copyItemAtURL:toURL:error:"); late final _sel_moveItemAtURL_toURL_error_1 = - _registerName1("moveItemAtURL:toURL:error:"); + _registerName1("moveItemAtURL:toURL:error:"); late final _sel_linkItemAtURL_toURL_error_1 = - _registerName1("linkItemAtURL:toURL:error:"); + _registerName1("linkItemAtURL:toURL:error:"); late final _sel_removeItemAtURL_error_1 = - _registerName1("removeItemAtURL:error:"); + _registerName1("removeItemAtURL:error:"); late final _sel_trashItemAtURL_resultingItemURL_error_1 = - _registerName1("trashItemAtURL:resultingItemURL:error:"); + _registerName1("trashItemAtURL:resultingItemURL:error:"); bool _objc_msgSend_419( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> outResultingURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> outResultingURL, + ffi.Pointer> error, + ) { return __objc_msgSend_419( obj, sel, @@ -11768,13 +11768,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_fileAttributesAtPath_traverseLink_1 = - _registerName1("fileAttributesAtPath:traverseLink:"); + _registerName1("fileAttributesAtPath:traverseLink:"); ffi.Pointer _objc_msgSend_420( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool yorn, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool yorn, + ) { return __objc_msgSend_420( obj, sel, @@ -11795,13 +11795,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_changeFileAttributes_atPath_1 = - _registerName1("changeFileAttributes:atPath:"); + _registerName1("changeFileAttributes:atPath:"); bool _objc_msgSend_421( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attributes, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attributes, + ffi.Pointer path, + ) { return __objc_msgSend_421( obj, sel, @@ -11822,19 +11822,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_directoryContentsAtPath_1 = - _registerName1("directoryContentsAtPath:"); + _registerName1("directoryContentsAtPath:"); late final _sel_fileSystemAttributesAtPath_1 = - _registerName1("fileSystemAttributesAtPath:"); + _registerName1("fileSystemAttributesAtPath:"); late final _sel_pathContentOfSymbolicLinkAtPath_1 = - _registerName1("pathContentOfSymbolicLinkAtPath:"); + _registerName1("pathContentOfSymbolicLinkAtPath:"); late final _sel_createSymbolicLinkAtPath_pathContent_1 = - _registerName1("createSymbolicLinkAtPath:pathContent:"); + _registerName1("createSymbolicLinkAtPath:pathContent:"); bool _objc_msgSend_422( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer otherpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer otherpath, + ) { return __objc_msgSend_422( obj, sel, @@ -11855,13 +11855,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_createDirectoryAtPath_attributes_1 = - _registerName1("createDirectoryAtPath:attributes:"); + _registerName1("createDirectoryAtPath:attributes:"); bool _objc_msgSend_423( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer attributes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer attributes, + ) { return __objc_msgSend_423( obj, sel, @@ -11882,14 +11882,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_linkPath_toPath_handler_1 = - _registerName1("linkPath:toPath:handler:"); + _registerName1("linkPath:toPath:handler:"); bool _objc_msgSend_424( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer src, - ffi.Pointer dest, - ffi.Pointer handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer src, + ffi.Pointer dest, + ffi.Pointer handler, + ) { return __objc_msgSend_424( obj, sel, @@ -11916,17 +11916,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_copyPath_toPath_handler_1 = - _registerName1("copyPath:toPath:handler:"); + _registerName1("copyPath:toPath:handler:"); late final _sel_movePath_toPath_handler_1 = - _registerName1("movePath:toPath:handler:"); + _registerName1("movePath:toPath:handler:"); late final _sel_removeFileAtPath_handler_1 = - _registerName1("removeFileAtPath:handler:"); + _registerName1("removeFileAtPath:handler:"); bool _objc_msgSend_425( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer handler, + ) { return __objc_msgSend_425( obj, sel, @@ -11947,18 +11947,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_currentDirectoryPath1 = - _registerName1("currentDirectoryPath"); + _registerName1("currentDirectoryPath"); late final _sel_changeCurrentDirectoryPath_1 = - _registerName1("changeCurrentDirectoryPath:"); + _registerName1("changeCurrentDirectoryPath:"); late final _sel_fileExistsAtPath_1 = _registerName1("fileExistsAtPath:"); late final _sel_fileExistsAtPath_isDirectory_1 = - _registerName1("fileExistsAtPath:isDirectory:"); + _registerName1("fileExistsAtPath:isDirectory:"); bool _objc_msgSend_426( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer isDirectory, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer isDirectory, + ) { return __objc_msgSend_426( obj, sel, @@ -11976,30 +11976,30 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_isReadableFileAtPath_1 = - _registerName1("isReadableFileAtPath:"); + _registerName1("isReadableFileAtPath:"); late final _sel_isWritableFileAtPath_1 = - _registerName1("isWritableFileAtPath:"); + _registerName1("isWritableFileAtPath:"); late final _sel_isExecutableFileAtPath_1 = - _registerName1("isExecutableFileAtPath:"); + _registerName1("isExecutableFileAtPath:"); late final _sel_isDeletableFileAtPath_1 = - _registerName1("isDeletableFileAtPath:"); + _registerName1("isDeletableFileAtPath:"); late final _sel_contentsEqualAtPath_andPath_1 = - _registerName1("contentsEqualAtPath:andPath:"); + _registerName1("contentsEqualAtPath:andPath:"); late final _sel_displayNameAtPath_1 = _registerName1("displayNameAtPath:"); late final _sel_componentsToDisplayForPath_1 = - _registerName1("componentsToDisplayForPath:"); + _registerName1("componentsToDisplayForPath:"); late final _sel_enumeratorAtPath_1 = _registerName1("enumeratorAtPath:"); late final _sel_enumeratorAtURL_includingPropertiesForKeys_options_errorHandler_1 = - _registerName1( - "enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:"); + _registerName1( + "enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:"); ffi.Pointer _objc_msgSend_427( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer keys, - int mask, - ffi.Pointer<_ObjCBlock> handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer keys, + int mask, + ffi.Pointer<_ObjCBlock> handler, + ) { return __objc_msgSend_427( obj, sel, @@ -12031,10 +12031,10 @@ class SentryCocoa { late final _sel_subpathsAtPath_1 = _registerName1("subpathsAtPath:"); late final _sel_contentsAtPath_1 = _registerName1("contentsAtPath:"); ffi.Pointer _objc_msgSend_428( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_428( obj, sel, @@ -12051,14 +12051,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_createFileAtPath_contents_attributes_1 = - _registerName1("createFileAtPath:contents:attributes:"); + _registerName1("createFileAtPath:contents:attributes:"); bool _objc_msgSend_429( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer data, - ffi.Pointer attr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer data, + ffi.Pointer attr, + ) { return __objc_msgSend_429( obj, sel, @@ -12085,12 +12085,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileSystemRepresentationWithPath_1 = - _registerName1("fileSystemRepresentationWithPath:"); + _registerName1("fileSystemRepresentationWithPath:"); ffi.Pointer _objc_msgSend_430( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_430( obj, sel, @@ -12107,13 +12107,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringWithFileSystemRepresentation_length_1 = - _registerName1("stringWithFileSystemRepresentation:length:"); + _registerName1("stringWithFileSystemRepresentation:length:"); ffi.Pointer _objc_msgSend_431( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + int len, + ) { return __objc_msgSend_431( obj, sel, @@ -12134,18 +12134,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1 = - _registerName1( - "replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:"); + _registerName1( + "replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:"); bool _objc_msgSend_432( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer originalItemURL, - ffi.Pointer newItemURL, - ffi.Pointer backupItemName, - int options, - ffi.Pointer> resultingURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer originalItemURL, + ffi.Pointer newItemURL, + ffi.Pointer backupItemName, + int options, + ffi.Pointer> resultingURL, + ffi.Pointer> error, + ) { return __objc_msgSend_432( obj, sel, @@ -12181,15 +12181,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setUbiquitous_itemAtURL_destinationURL_error_1 = - _registerName1("setUbiquitous:itemAtURL:destinationURL:error:"); + _registerName1("setUbiquitous:itemAtURL:destinationURL:error:"); bool _objc_msgSend_433( - ffi.Pointer obj, - ffi.Pointer sel, - bool flag, - ffi.Pointer url, - ffi.Pointer destinationURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool flag, + ffi.Pointer url, + ffi.Pointer destinationURL, + ffi.Pointer> error, + ) { return __objc_msgSend_433( obj, sel, @@ -12219,23 +12219,23 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isUbiquitousItemAtURL_1 = - _registerName1("isUbiquitousItemAtURL:"); + _registerName1("isUbiquitousItemAtURL:"); late final _sel_startDownloadingUbiquitousItemAtURL_error_1 = - _registerName1("startDownloadingUbiquitousItemAtURL:error:"); + _registerName1("startDownloadingUbiquitousItemAtURL:error:"); late final _sel_evictUbiquitousItemAtURL_error_1 = - _registerName1("evictUbiquitousItemAtURL:error:"); + _registerName1("evictUbiquitousItemAtURL:error:"); late final _sel_URLForUbiquityContainerIdentifier_1 = - _registerName1("URLForUbiquityContainerIdentifier:"); + _registerName1("URLForUbiquityContainerIdentifier:"); late final _sel_URLForPublishingUbiquitousItemAtURL_expirationDate_error_1 = - _registerName1( - "URLForPublishingUbiquitousItemAtURL:expirationDate:error:"); + _registerName1( + "URLForPublishingUbiquitousItemAtURL:expirationDate:error:"); ffi.Pointer _objc_msgSend_434( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> outDate, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> outDate, + ffi.Pointer> error, + ) { return __objc_msgSend_434( obj, sel, @@ -12262,15 +12262,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_ubiquityIdentityToken1 = - _registerName1("ubiquityIdentityToken"); + _registerName1("ubiquityIdentityToken"); late final _sel_getFileProviderServicesForItemAtURL_completionHandler_1 = - _registerName1("getFileProviderServicesForItemAtURL:completionHandler:"); + _registerName1("getFileProviderServicesForItemAtURL:completionHandler:"); void _objc_msgSend_435( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_435( obj, sel, @@ -12291,20 +12291,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_containerURLForSecurityApplicationGroupIdentifier_1 = - _registerName1("containerURLForSecurityApplicationGroupIdentifier:"); + _registerName1("containerURLForSecurityApplicationGroupIdentifier:"); late final _sel_homeDirectoryForCurrentUser1 = - _registerName1("homeDirectoryForCurrentUser"); + _registerName1("homeDirectoryForCurrentUser"); late final _sel_temporaryDirectory1 = _registerName1("temporaryDirectory"); late final _sel_homeDirectoryForUser_1 = - _registerName1("homeDirectoryForUser:"); + _registerName1("homeDirectoryForUser:"); late final _sel_fileManager_shouldProceedAfterError_1 = - _registerName1("fileManager:shouldProceedAfterError:"); + _registerName1("fileManager:shouldProceedAfterError:"); bool _objc_msgSend_436( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fm, - ffi.Pointer errorInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fm, + ffi.Pointer errorInfo, + ) { return __objc_msgSend_436( obj, sel, @@ -12325,13 +12325,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileManager_willProcessPath_1 = - _registerName1("fileManager:willProcessPath:"); + _registerName1("fileManager:willProcessPath:"); void _objc_msgSend_437( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fm, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fm, + ffi.Pointer path, + ) { return __objc_msgSend_437( obj, sel, @@ -12352,17 +12352,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_validateValue_forKey_error_1 = - _registerName1("validateValue:forKey:error:"); + _registerName1("validateValue:forKey:error:"); late final _class_NSMutableArray1 = _getClass1("NSMutableArray"); late final _sel_addObject_1 = _registerName1("addObject:"); late final _sel_insertObject_atIndex_1 = - _registerName1("insertObject:atIndex:"); + _registerName1("insertObject:atIndex:"); void _objc_msgSend_438( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + int index, + ) { return __objc_msgSend_438( obj, sel, @@ -12381,12 +12381,12 @@ class SentryCocoa { late final _sel_removeLastObject1 = _registerName1("removeLastObject"); late final _sel_removeObjectAtIndex_1 = - _registerName1("removeObjectAtIndex:"); + _registerName1("removeObjectAtIndex:"); void _objc_msgSend_439( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_439( obj, sel, @@ -12402,13 +12402,13 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceObjectAtIndex_withObject_1 = - _registerName1("replaceObjectAtIndex:withObject:"); + _registerName1("replaceObjectAtIndex:withObject:"); void _objc_msgSend_440( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer anObject, + ) { return __objc_msgSend_440( obj, sel, @@ -12427,12 +12427,12 @@ class SentryCocoa { late final _sel_initWithCapacity_1 = _registerName1("initWithCapacity:"); late final _sel_addObjectsFromArray_1 = - _registerName1("addObjectsFromArray:"); + _registerName1("addObjectsFromArray:"); void _objc_msgSend_441( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_441( obj, sel, @@ -12449,13 +12449,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_exchangeObjectAtIndex_withObjectAtIndex_1 = - _registerName1("exchangeObjectAtIndex:withObjectAtIndex:"); + _registerName1("exchangeObjectAtIndex:withObjectAtIndex:"); void _objc_msgSend_442( - ffi.Pointer obj, - ffi.Pointer sel, - int idx1, - int idx2, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int idx1, + int idx2, + ) { return __objc_msgSend_442( obj, sel, @@ -12473,13 +12473,13 @@ class SentryCocoa { late final _sel_removeAllObjects1 = _registerName1("removeAllObjects"); late final _sel_removeObject_inRange_1 = - _registerName1("removeObject:inRange:"); + _registerName1("removeObject:inRange:"); void _objc_msgSend_443( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + _NSRange range, + ) { return __objc_msgSend_443( obj, sel, @@ -12498,17 +12498,17 @@ class SentryCocoa { late final _sel_removeObject_1 = _registerName1("removeObject:"); late final _sel_removeObjectIdenticalTo_inRange_1 = - _registerName1("removeObjectIdenticalTo:inRange:"); + _registerName1("removeObjectIdenticalTo:inRange:"); late final _sel_removeObjectIdenticalTo_1 = - _registerName1("removeObjectIdenticalTo:"); + _registerName1("removeObjectIdenticalTo:"); late final _sel_removeObjectsFromIndices_numIndices_1 = - _registerName1("removeObjectsFromIndices:numIndices:"); + _registerName1("removeObjectsFromIndices:numIndices:"); void _objc_msgSend_444( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indices, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indices, + int cnt, + ) { return __objc_msgSend_444( obj, sel, @@ -12529,14 +12529,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_removeObjectsInArray_1 = - _registerName1("removeObjectsInArray:"); + _registerName1("removeObjectsInArray:"); late final _sel_removeObjectsInRange_1 = - _registerName1("removeObjectsInRange:"); + _registerName1("removeObjectsInRange:"); void _objc_msgSend_445( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_445( obj, sel, @@ -12552,14 +12552,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_range_1 = - _registerName1("replaceObjectsInRange:withObjectsFromArray:range:"); + _registerName1("replaceObjectsInRange:withObjectsFromArray:range:"); void _objc_msgSend_446( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer otherArray, - _NSRange otherRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer otherArray, + _NSRange otherRange, + ) { return __objc_msgSend_446( obj, sel, @@ -12578,13 +12578,13 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_1 = - _registerName1("replaceObjectsInRange:withObjectsFromArray:"); + _registerName1("replaceObjectsInRange:withObjectsFromArray:"); void _objc_msgSend_447( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer otherArray, + ) { return __objc_msgSend_447( obj, sel, @@ -12603,17 +12603,17 @@ class SentryCocoa { late final _sel_setArray_1 = _registerName1("setArray:"); late final _sel_sortUsingFunction_context_1 = - _registerName1("sortUsingFunction:context:"); + _registerName1("sortUsingFunction:context:"); void _objc_msgSend_448( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - compare, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + compare, + ffi.Pointer context, + ) { return __objc_msgSend_448( obj, sel, @@ -12644,13 +12644,13 @@ class SentryCocoa { late final _sel_sortUsingSelector_1 = _registerName1("sortUsingSelector:"); late final _sel_insertObjects_atIndexes_1 = - _registerName1("insertObjects:atIndexes:"); + _registerName1("insertObjects:atIndexes:"); void _objc_msgSend_449( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objects, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objects, + ffi.Pointer indexes, + ) { return __objc_msgSend_449( obj, sel, @@ -12671,12 +12671,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeObjectsAtIndexes_1 = - _registerName1("removeObjectsAtIndexes:"); + _registerName1("removeObjectsAtIndexes:"); void _objc_msgSend_450( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_450( obj, sel, @@ -12693,13 +12693,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceObjectsAtIndexes_withObjects_1 = - _registerName1("replaceObjectsAtIndexes:withObjects:"); + _registerName1("replaceObjectsAtIndexes:withObjects:"); void _objc_msgSend_451( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ffi.Pointer objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ffi.Pointer objects, + ) { return __objc_msgSend_451( obj, sel, @@ -12720,14 +12720,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setObject_atIndexedSubscript_1 = - _registerName1("setObject:atIndexedSubscript:"); + _registerName1("setObject:atIndexedSubscript:"); late final _sel_sortUsingComparator_1 = - _registerName1("sortUsingComparator:"); + _registerName1("sortUsingComparator:"); void _objc_msgSend_452( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_452( obj, sel, @@ -12744,13 +12744,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortWithOptions_usingComparator_1 = - _registerName1("sortWithOptions:usingComparator:"); + _registerName1("sortWithOptions:usingComparator:"); void _objc_msgSend_453( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_453( obj, sel, @@ -12769,10 +12769,10 @@ class SentryCocoa { late final _sel_arrayWithCapacity_1 = _registerName1("arrayWithCapacity:"); ffi.Pointer _objc_msgSend_454( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_454( obj, sel, @@ -12789,10 +12789,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_455( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_455( obj, sel, @@ -12810,14 +12810,14 @@ class SentryCocoa { late final _sel_applyDifference_1 = _registerName1("applyDifference:"); late final _sel_sortUsingDescriptors_1 = - _registerName1("sortUsingDescriptors:"); + _registerName1("sortUsingDescriptors:"); late final _sel_filterUsingPredicate_1 = - _registerName1("filterUsingPredicate:"); + _registerName1("filterUsingPredicate:"); void _objc_msgSend_456( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_456( obj, sel, @@ -12834,16 +12834,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_mutableArrayValueForKey_1 = - _registerName1("mutableArrayValueForKey:"); + _registerName1("mutableArrayValueForKey:"); late final _class_NSMutableOrderedSet1 = _getClass1("NSMutableOrderedSet"); late final _class_NSOrderedSet1 = _getClass1("NSOrderedSet"); late final _sel_isEqualToOrderedSet_1 = - _registerName1("isEqualToOrderedSet:"); + _registerName1("isEqualToOrderedSet:"); bool _objc_msgSend_457( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_457( obj, sel, @@ -12860,14 +12860,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_intersectsOrderedSet_1 = - _registerName1("intersectsOrderedSet:"); + _registerName1("intersectsOrderedSet:"); late final _sel_isSubsetOfOrderedSet_1 = - _registerName1("isSubsetOfOrderedSet:"); + _registerName1("isSubsetOfOrderedSet:"); late final _sel_reversedOrderedSet1 = _registerName1("reversedOrderedSet"); ffi.Pointer _objc_msgSend_458( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_458( obj, sel, @@ -12884,18 +12884,18 @@ class SentryCocoa { late final _sel_orderedSet1 = _registerName1("orderedSet"); late final _sel_orderedSetWithObject_1 = - _registerName1("orderedSetWithObject:"); + _registerName1("orderedSetWithObject:"); late final _sel_orderedSetWithObjects_count_1 = - _registerName1("orderedSetWithObjects:count:"); + _registerName1("orderedSetWithObjects:count:"); late final _sel_orderedSetWithObjects_1 = - _registerName1("orderedSetWithObjects:"); + _registerName1("orderedSetWithObjects:"); late final _sel_orderedSetWithOrderedSet_1 = - _registerName1("orderedSetWithOrderedSet:"); + _registerName1("orderedSetWithOrderedSet:"); instancetype _objc_msgSend_459( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_459( obj, sel, @@ -12912,14 +12912,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_orderedSetWithOrderedSet_range_copyItems_1 = - _registerName1("orderedSetWithOrderedSet:range:copyItems:"); + _registerName1("orderedSetWithOrderedSet:range:copyItems:"); instancetype _objc_msgSend_460( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - _NSRange range, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + _NSRange range, + bool flag, + ) { return __objc_msgSend_460( obj, sel, @@ -12938,16 +12938,16 @@ class SentryCocoa { ffi.Pointer, _NSRange, bool)>(); late final _sel_orderedSetWithArray_1 = - _registerName1("orderedSetWithArray:"); + _registerName1("orderedSetWithArray:"); late final _sel_orderedSetWithArray_range_copyItems_1 = - _registerName1("orderedSetWithArray:range:copyItems:"); + _registerName1("orderedSetWithArray:range:copyItems:"); instancetype _objc_msgSend_461( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer array, - _NSRange range, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer array, + _NSRange range, + bool flag, + ) { return __objc_msgSend_461( obj, sel, @@ -12967,17 +12967,17 @@ class SentryCocoa { late final _sel_orderedSetWithSet_1 = _registerName1("orderedSetWithSet:"); late final _sel_orderedSetWithSet_copyItems_1 = - _registerName1("orderedSetWithSet:copyItems:"); + _registerName1("orderedSetWithSet:copyItems:"); late final _sel_initWithObject_1 = _registerName1("initWithObject:"); late final _sel_initWithOrderedSet_1 = _registerName1("initWithOrderedSet:"); late final _sel_initWithOrderedSet_copyItems_1 = - _registerName1("initWithOrderedSet:copyItems:"); + _registerName1("initWithOrderedSet:copyItems:"); instancetype _objc_msgSend_462( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + bool flag, + ) { return __objc_msgSend_462( obj, sel, @@ -12995,19 +12995,19 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithOrderedSet_range_copyItems_1 = - _registerName1("initWithOrderedSet:range:copyItems:"); + _registerName1("initWithOrderedSet:range:copyItems:"); late final _sel_initWithArray_range_copyItems_1 = - _registerName1("initWithArray:range:copyItems:"); + _registerName1("initWithArray:range:copyItems:"); late final _sel_differenceFromOrderedSet_withOptions_usingEquivalenceTest_1 = - _registerName1( - "differenceFromOrderedSet:withOptions:usingEquivalenceTest:"); + _registerName1( + "differenceFromOrderedSet:withOptions:usingEquivalenceTest:"); ffi.Pointer _objc_msgSend_463( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_463( obj, sel, @@ -13034,13 +13034,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_differenceFromOrderedSet_withOptions_1 = - _registerName1("differenceFromOrderedSet:withOptions:"); + _registerName1("differenceFromOrderedSet:withOptions:"); ffi.Pointer _objc_msgSend_464( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ) { return __objc_msgSend_464( obj, sel, @@ -13061,14 +13061,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_differenceFromOrderedSet_1 = - _registerName1("differenceFromOrderedSet:"); + _registerName1("differenceFromOrderedSet:"); late final _sel_orderedSetByApplyingDifference_1 = - _registerName1("orderedSetByApplyingDifference:"); + _registerName1("orderedSetByApplyingDifference:"); ffi.Pointer _objc_msgSend_465( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer difference, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer difference, + ) { return __objc_msgSend_465( obj, sel, @@ -13085,12 +13085,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_filteredOrderedSetUsingPredicate_1 = - _registerName1("filteredOrderedSetUsingPredicate:"); + _registerName1("filteredOrderedSetUsingPredicate:"); ffi.Pointer _objc_msgSend_466( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer p, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer p, + ) { return __objc_msgSend_466( obj, sel, @@ -13108,11 +13108,11 @@ class SentryCocoa { late final _sel_addObjects_count_1 = _registerName1("addObjects:count:"); void _objc_msgSend_467( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + int count, + ) { return __objc_msgSend_467( obj, sel, @@ -13133,13 +13133,13 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_moveObjectsAtIndexes_toIndex_1 = - _registerName1("moveObjectsAtIndexes:toIndex:"); + _registerName1("moveObjectsAtIndexes:toIndex:"); void _objc_msgSend_468( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + int idx, + ) { return __objc_msgSend_468( obj, sel, @@ -13158,14 +13158,14 @@ class SentryCocoa { late final _sel_setObject_atIndex_1 = _registerName1("setObject:atIndex:"); late final _sel_replaceObjectsInRange_withObjects_count_1 = - _registerName1("replaceObjectsInRange:withObjects:count:"); + _registerName1("replaceObjectsInRange:withObjects:count:"); void _objc_msgSend_469( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer> objects, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer> objects, + int count, + ) { return __objc_msgSend_469( obj, sel, @@ -13188,12 +13188,12 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_intersectOrderedSet_1 = - _registerName1("intersectOrderedSet:"); + _registerName1("intersectOrderedSet:"); void _objc_msgSend_470( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_470( obj, sel, @@ -13213,10 +13213,10 @@ class SentryCocoa { late final _sel_unionOrderedSet_1 = _registerName1("unionOrderedSet:"); late final _sel_intersectSet_1 = _registerName1("intersectSet:"); void _objc_msgSend_471( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_471( obj, sel, @@ -13235,14 +13235,14 @@ class SentryCocoa { late final _sel_minusSet_1 = _registerName1("minusSet:"); late final _sel_unionSet_1 = _registerName1("unionSet:"); late final _sel_sortRange_options_usingComparator_1 = - _registerName1("sortRange:options:usingComparator:"); + _registerName1("sortRange:options:usingComparator:"); void _objc_msgSend_472( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_472( obj, sel, @@ -13261,14 +13261,14 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_orderedSetWithCapacity_1 = - _registerName1("orderedSetWithCapacity:"); + _registerName1("orderedSetWithCapacity:"); late final _sel_mutableOrderedSetValueForKey_1 = - _registerName1("mutableOrderedSetValueForKey:"); + _registerName1("mutableOrderedSetValueForKey:"); ffi.Pointer _objc_msgSend_473( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_473( obj, sel, @@ -13288,12 +13288,12 @@ class SentryCocoa { late final _sel_setSet_1 = _registerName1("setSet:"); late final _sel_setWithCapacity_1 = _registerName1("setWithCapacity:"); late final _sel_mutableSetValueForKey_1 = - _registerName1("mutableSetValueForKey:"); + _registerName1("mutableSetValueForKey:"); ffi.Pointer _objc_msgSend_474( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_474( obj, sel, @@ -13311,27 +13311,27 @@ class SentryCocoa { late final _sel_valueForKeyPath_1 = _registerName1("valueForKeyPath:"); late final _sel_setValue_forKeyPath_1 = - _registerName1("setValue:forKeyPath:"); + _registerName1("setValue:forKeyPath:"); late final _sel_validateValue_forKeyPath_error_1 = - _registerName1("validateValue:forKeyPath:error:"); + _registerName1("validateValue:forKeyPath:error:"); late final _sel_mutableArrayValueForKeyPath_1 = - _registerName1("mutableArrayValueForKeyPath:"); + _registerName1("mutableArrayValueForKeyPath:"); late final _sel_mutableOrderedSetValueForKeyPath_1 = - _registerName1("mutableOrderedSetValueForKeyPath:"); + _registerName1("mutableOrderedSetValueForKeyPath:"); late final _sel_mutableSetValueForKeyPath_1 = - _registerName1("mutableSetValueForKeyPath:"); + _registerName1("mutableSetValueForKeyPath:"); late final _sel_valueForUndefinedKey_1 = - _registerName1("valueForUndefinedKey:"); + _registerName1("valueForUndefinedKey:"); late final _sel_setValue_forUndefinedKey_1 = - _registerName1("setValue:forUndefinedKey:"); + _registerName1("setValue:forUndefinedKey:"); late final _sel_setNilValueForKey_1 = _registerName1("setNilValueForKey:"); late final _sel_dictionaryWithValuesForKeys_1 = - _registerName1("dictionaryWithValuesForKeys:"); + _registerName1("dictionaryWithValuesForKeys:"); ffi.Pointer _objc_msgSend_475( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ) { return __objc_msgSend_475( obj, sel, @@ -13348,12 +13348,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setValuesForKeysWithDictionary_1 = - _registerName1("setValuesForKeysWithDictionary:"); + _registerName1("setValuesForKeysWithDictionary:"); void _objc_msgSend_476( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyedValues, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyedValues, + ) { return __objc_msgSend_476( obj, sel, @@ -13371,29 +13371,29 @@ class SentryCocoa { late final _sel_storedValueForKey_1 = _registerName1("storedValueForKey:"); late final _sel_takeStoredValue_forKey_1 = - _registerName1("takeStoredValue:forKey:"); + _registerName1("takeStoredValue:forKey:"); late final _sel_takeValue_forKey_1 = _registerName1("takeValue:forKey:"); late final _sel_takeValue_forKeyPath_1 = - _registerName1("takeValue:forKeyPath:"); + _registerName1("takeValue:forKeyPath:"); late final _sel_handleQueryWithUnboundKey_1 = - _registerName1("handleQueryWithUnboundKey:"); + _registerName1("handleQueryWithUnboundKey:"); late final _sel_handleTakeValue_forUnboundKey_1 = - _registerName1("handleTakeValue:forUnboundKey:"); + _registerName1("handleTakeValue:forUnboundKey:"); late final _sel_unableToSetNilForKey_1 = - _registerName1("unableToSetNilForKey:"); + _registerName1("unableToSetNilForKey:"); late final _sel_valuesForKeys_1 = _registerName1("valuesForKeys:"); late final _sel_takeValuesFromDictionary_1 = - _registerName1("takeValuesFromDictionary:"); + _registerName1("takeValuesFromDictionary:"); late final _sel_observeValueForKeyPath_ofObject_change_context_1 = - _registerName1("observeValueForKeyPath:ofObject:change:context:"); + _registerName1("observeValueForKeyPath:ofObject:change:context:"); void _objc_msgSend_477( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyPath, - ffi.Pointer object, - ffi.Pointer change, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyPath, + ffi.Pointer object, + ffi.Pointer change, + ffi.Pointer context, + ) { return __objc_msgSend_477( obj, sel, @@ -13423,18 +13423,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_willChangeValueForKey_1 = - _registerName1("willChangeValueForKey:"); + _registerName1("willChangeValueForKey:"); late final _sel_didChangeValueForKey_1 = - _registerName1("didChangeValueForKey:"); + _registerName1("didChangeValueForKey:"); late final _sel_willChange_valuesAtIndexes_forKey_1 = - _registerName1("willChange:valuesAtIndexes:forKey:"); + _registerName1("willChange:valuesAtIndexes:forKey:"); void _objc_msgSend_478( - ffi.Pointer obj, - ffi.Pointer sel, - int changeKind, - ffi.Pointer indexes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int changeKind, + ffi.Pointer indexes, + ffi.Pointer key, + ) { return __objc_msgSend_478( obj, sel, @@ -13457,16 +13457,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_didChange_valuesAtIndexes_forKey_1 = - _registerName1("didChange:valuesAtIndexes:forKey:"); + _registerName1("didChange:valuesAtIndexes:forKey:"); late final _sel_willChangeValueForKey_withSetMutation_usingObjects_1 = - _registerName1("willChangeValueForKey:withSetMutation:usingObjects:"); + _registerName1("willChangeValueForKey:withSetMutation:usingObjects:"); void _objc_msgSend_479( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - int mutationKind, - ffi.Pointer objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + int mutationKind, + ffi.Pointer objects, + ) { return __objc_msgSend_479( obj, sel, @@ -13489,14 +13489,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_didChangeValueForKey_withSetMutation_usingObjects_1 = - _registerName1("didChangeValueForKey:withSetMutation:usingObjects:"); + _registerName1("didChangeValueForKey:withSetMutation:usingObjects:"); late final _sel_observationInfo1 = _registerName1("observationInfo"); late final _sel_setObservationInfo_1 = _registerName1("setObservationInfo:"); void _objc_msgSend_480( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_480( obj, sel, @@ -13513,15 +13513,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_classForKeyedArchiver1 = - _registerName1("classForKeyedArchiver"); + _registerName1("classForKeyedArchiver"); late final _class_NSKeyedArchiver1 = _getClass1("NSKeyedArchiver"); late final _sel_initRequiringSecureCoding_1 = - _registerName1("initRequiringSecureCoding:"); + _registerName1("initRequiringSecureCoding:"); instancetype _objc_msgSend_481( - ffi.Pointer obj, - ffi.Pointer sel, - bool requiresSecureCoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool requiresSecureCoding, + ) { return __objc_msgSend_481( obj, sel, @@ -13538,14 +13538,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_archivedDataWithRootObject_requiringSecureCoding_error_1 = - _registerName1("archivedDataWithRootObject:requiringSecureCoding:error:"); + _registerName1("archivedDataWithRootObject:requiringSecureCoding:error:"); ffi.Pointer _objc_msgSend_482( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - bool requiresSecureCoding, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + bool requiresSecureCoding, + ffi.Pointer> error, + ) { return __objc_msgSend_482( obj, sel, @@ -13575,10 +13575,10 @@ class SentryCocoa { late final _sel_mutableBytes1 = _registerName1("mutableBytes"); late final _sel_setLength_1 = _registerName1("setLength:"); void _objc_msgSend_483( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_483( obj, sel, @@ -13597,13 +13597,13 @@ class SentryCocoa { late final _sel_appendData_1 = _registerName1("appendData:"); late final _sel_increaseLengthBy_1 = _registerName1("increaseLengthBy:"); late final _sel_replaceBytesInRange_withBytes_1 = - _registerName1("replaceBytesInRange:withBytes:"); + _registerName1("replaceBytesInRange:withBytes:"); void _objc_msgSend_484( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer bytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer bytes, + ) { return __objc_msgSend_484( obj, sel, @@ -13623,14 +13623,14 @@ class SentryCocoa { late final _sel_resetBytesInRange_1 = _registerName1("resetBytesInRange:"); late final _sel_setData_1 = _registerName1("setData:"); late final _sel_replaceBytesInRange_withBytes_length_1 = - _registerName1("replaceBytesInRange:withBytes:length:"); + _registerName1("replaceBytesInRange:withBytes:length:"); void _objc_msgSend_485( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementBytes, - int replacementLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementBytes, + int replacementLength, + ) { return __objc_msgSend_485( obj, sel, @@ -13656,13 +13656,13 @@ class SentryCocoa { late final _sel_dataWithLength_1 = _registerName1("dataWithLength:"); late final _sel_initWithLength_1 = _registerName1("initWithLength:"); late final _sel_decompressUsingAlgorithm_error_1 = - _registerName1("decompressUsingAlgorithm:error:"); + _registerName1("decompressUsingAlgorithm:error:"); bool _objc_msgSend_486( - ffi.Pointer obj, - ffi.Pointer sel, - int algorithm, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int algorithm, + ffi.Pointer> error, + ) { return __objc_msgSend_486( obj, sel, @@ -13683,14 +13683,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_compressUsingAlgorithm_error_1 = - _registerName1("compressUsingAlgorithm:error:"); + _registerName1("compressUsingAlgorithm:error:"); late final _sel_initForWritingWithMutableData_1 = - _registerName1("initForWritingWithMutableData:"); + _registerName1("initForWritingWithMutableData:"); instancetype _objc_msgSend_487( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_487( obj, sel, @@ -13707,12 +13707,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_archivedDataWithRootObject_1 = - _registerName1("archivedDataWithRootObject:"); + _registerName1("archivedDataWithRootObject:"); ffi.Pointer _objc_msgSend_488( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rootObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer rootObject, + ) { return __objc_msgSend_488( obj, sel, @@ -13729,12 +13729,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_archiveRootObject_toFile_1 = - _registerName1("archiveRootObject:toFile:"); + _registerName1("archiveRootObject:toFile:"); late final _sel_outputFormat1 = _registerName1("outputFormat"); int _objc_msgSend_489( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_489( obj, sel, @@ -13750,10 +13750,10 @@ class SentryCocoa { late final _sel_setOutputFormat_1 = _registerName1("setOutputFormat:"); void _objc_msgSend_490( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_490( obj, sel, @@ -13771,13 +13771,13 @@ class SentryCocoa { late final _sel_encodedData1 = _registerName1("encodedData"); late final _sel_finishEncoding1 = _registerName1("finishEncoding"); late final _sel_setClassName_forClass_1 = - _registerName1("setClassName:forClass:"); + _registerName1("setClassName:forClass:"); void _objc_msgSend_491( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer codedName, - ffi.Pointer cls, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer codedName, + ffi.Pointer cls, + ) { return __objc_msgSend_491( obj, sel, @@ -13799,12 +13799,12 @@ class SentryCocoa { late final _sel_classNameForClass_1 = _registerName1("classNameForClass:"); late final _sel_setRequiresSecureCoding_1 = - _registerName1("setRequiresSecureCoding:"); + _registerName1("setRequiresSecureCoding:"); void _objc_msgSend_492( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_492( obj, sel, @@ -13820,12 +13820,12 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_replacementObjectForKeyedArchiver_1 = - _registerName1("replacementObjectForKeyedArchiver:"); + _registerName1("replacementObjectForKeyedArchiver:"); ffi.Pointer _objc_msgSend_493( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer archiver, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer archiver, + ) { return __objc_msgSend_493( obj, sel, @@ -13842,16 +13842,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_modes_1 = - _registerName1( - "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); + _registerName1( + "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); void _objc_msgSend_494( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, + ffi.Pointer array, + ) { return __objc_msgSend_494( obj, sel, @@ -13881,14 +13881,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_1 = - _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); + _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); void _objc_msgSend_495( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, + ) { return __objc_msgSend_495( obj, sel, @@ -13913,9 +13913,9 @@ class SentryCocoa { late final _class_NSThread1 = _getClass1("NSThread"); late final _sel_currentThread1 = _registerName1("currentThread"); ffi.Pointer _objc_msgSend_496( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_496( obj, sel, @@ -13931,12 +13931,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_detachNewThreadWithBlock_1 = - _registerName1("detachNewThreadWithBlock:"); + _registerName1("detachNewThreadWithBlock:"); void _objc_msgSend_497( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_497( obj, sel, @@ -13953,14 +13953,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_detachNewThreadSelector_toTarget_withObject_1 = - _registerName1("detachNewThreadSelector:toTarget:withObject:"); + _registerName1("detachNewThreadSelector:toTarget:withObject:"); void _objc_msgSend_498( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer selector, - ffi.Pointer target, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer selector, + ffi.Pointer target, + ffi.Pointer argument, + ) { return __objc_msgSend_498( obj, sel, @@ -13991,11 +13991,11 @@ class SentryCocoa { late final _sel_removeObjectForKey_1 = _registerName1("removeObjectForKey:"); late final _sel_setObject_forKey_1 = _registerName1("setObject:forKey:"); void _objc_msgSend_499( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ffi.Pointer aKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ffi.Pointer aKey, + ) { return __objc_msgSend_499( obj, sel, @@ -14016,19 +14016,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addEntriesFromDictionary_1 = - _registerName1("addEntriesFromDictionary:"); + _registerName1("addEntriesFromDictionary:"); late final _sel_removeObjectsForKeys_1 = - _registerName1("removeObjectsForKeys:"); + _registerName1("removeObjectsForKeys:"); late final _sel_setDictionary_1 = _registerName1("setDictionary:"); late final _sel_setObject_forKeyedSubscript_1 = - _registerName1("setObject:forKeyedSubscript:"); + _registerName1("setObject:forKeyedSubscript:"); late final _sel_dictionaryWithCapacity_1 = - _registerName1("dictionaryWithCapacity:"); + _registerName1("dictionaryWithCapacity:"); ffi.Pointer _objc_msgSend_500( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_500( obj, sel, @@ -14045,10 +14045,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_501( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_501( obj, sel, @@ -14065,12 +14065,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithSharedKeySet_1 = - _registerName1("dictionaryWithSharedKeySet:"); + _registerName1("dictionaryWithSharedKeySet:"); ffi.Pointer _objc_msgSend_502( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyset, + ) { return __objc_msgSend_502( obj, sel, @@ -14088,9 +14088,9 @@ class SentryCocoa { late final _sel_threadDictionary1 = _registerName1("threadDictionary"); ffi.Pointer _objc_msgSend_503( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_503( obj, sel, @@ -14107,10 +14107,10 @@ class SentryCocoa { late final _sel_sleepUntilDate_1 = _registerName1("sleepUntilDate:"); void _objc_msgSend_504( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { return __objc_msgSend_504( obj, sel, @@ -14127,12 +14127,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sleepForTimeInterval_1 = - _registerName1("sleepForTimeInterval:"); + _registerName1("sleepForTimeInterval:"); void _objc_msgSend_505( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ) { return __objc_msgSend_505( obj, sel, @@ -14151,10 +14151,10 @@ class SentryCocoa { late final _sel_threadPriority1 = _registerName1("threadPriority"); late final _sel_setThreadPriority_1 = _registerName1("setThreadPriority:"); void _objc_msgSend_506( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_506( obj, sel, @@ -14171,9 +14171,9 @@ class SentryCocoa { late final _sel_qualityOfService1 = _registerName1("qualityOfService"); int _objc_msgSend_507( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_507( obj, sel, @@ -14188,12 +14188,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setQualityOfService_1 = - _registerName1("setQualityOfService:"); + _registerName1("setQualityOfService:"); void _objc_msgSend_508( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_508( obj, sel, @@ -14209,14 +14209,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_callStackReturnAddresses1 = - _registerName1("callStackReturnAddresses"); + _registerName1("callStackReturnAddresses"); late final _sel_callStackSymbols1 = _registerName1("callStackSymbols"); late final _sel_setName_1 = _registerName1("setName:"); void _objc_msgSend_509( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_509( obj, sel, @@ -14237,14 +14237,14 @@ class SentryCocoa { late final _sel_isMainThread1 = _registerName1("isMainThread"); late final _sel_mainThread1 = _registerName1("mainThread"); late final _sel_initWithTarget_selector_object_1 = - _registerName1("initWithTarget:selector:object:"); + _registerName1("initWithTarget:selector:object:"); instancetype _objc_msgSend_510( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer selector, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer selector, + ffi.Pointer argument, + ) { return __objc_msgSend_510( obj, sel, @@ -14272,10 +14272,10 @@ class SentryCocoa { late final _sel_initWithBlock_1 = _registerName1("initWithBlock:"); instancetype _objc_msgSend_511( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_511( obj, sel, @@ -14298,17 +14298,17 @@ class SentryCocoa { late final _sel_start1 = _registerName1("start"); late final _sel_main1 = _registerName1("main"); late final _sel_performSelector_onThread_withObject_waitUntilDone_modes_1 = - _registerName1( - "performSelector:onThread:withObject:waitUntilDone:modes:"); + _registerName1( + "performSelector:onThread:withObject:waitUntilDone:modes:"); void _objc_msgSend_512( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer thr, - ffi.Pointer arg, - bool wait, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer thr, + ffi.Pointer arg, + bool wait, + ffi.Pointer array, + ) { return __objc_msgSend_512( obj, sel, @@ -14341,15 +14341,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelector_onThread_withObject_waitUntilDone_1 = - _registerName1("performSelector:onThread:withObject:waitUntilDone:"); + _registerName1("performSelector:onThread:withObject:waitUntilDone:"); void _objc_msgSend_513( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer thr, - ffi.Pointer arg, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer thr, + ffi.Pointer arg, + bool wait, + ) { return __objc_msgSend_513( obj, sel, @@ -14379,14 +14379,14 @@ class SentryCocoa { bool)>(); late final _sel_performSelectorInBackground_withObject_1 = - _registerName1("performSelectorInBackground:withObject:"); + _registerName1("performSelectorInBackground:withObject:"); late final _sel_classForArchiver1 = _registerName1("classForArchiver"); late final _class_NSArchiver1 = _getClass1("NSArchiver"); late final _sel_archiverData1 = _registerName1("archiverData"); ffi.Pointer _objc_msgSend_514( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_514( obj, sel, @@ -14402,13 +14402,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_encodeClassName_intoClassName_1 = - _registerName1("encodeClassName:intoClassName:"); + _registerName1("encodeClassName:intoClassName:"); void _objc_msgSend_515( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer trueName, - ffi.Pointer inArchiveName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer trueName, + ffi.Pointer inArchiveName, + ) { return __objc_msgSend_515( obj, sel, @@ -14429,16 +14429,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_classNameEncodedForTrueClassName_1 = - _registerName1("classNameEncodedForTrueClassName:"); + _registerName1("classNameEncodedForTrueClassName:"); late final _sel_replaceObject_withObject_1 = - _registerName1("replaceObject:withObject:"); + _registerName1("replaceObject:withObject:"); late final _sel_replacementObjectForArchiver_1 = - _registerName1("replacementObjectForArchiver:"); + _registerName1("replacementObjectForArchiver:"); ffi.Pointer _objc_msgSend_516( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer archiver, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer archiver, + ) { return __objc_msgSend_516( obj, sel, @@ -14460,9 +14460,9 @@ class SentryCocoa { late final _sel_isByref1 = _registerName1("isByref"); late final _class_NSPort1 = _getClass1("NSPort"); ffi.Pointer _objc_msgSend_517( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_517( obj, sel, @@ -14482,9 +14482,9 @@ class SentryCocoa { late final _class_NSRunLoop1 = _getClass1("NSRunLoop"); late final _sel_currentRunLoop1 = _registerName1("currentRunLoop"); ffi.Pointer _objc_msgSend_518( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_518( obj, sel, @@ -14503,9 +14503,9 @@ class SentryCocoa { late final _sel_currentMode1 = _registerName1("currentMode"); late final _sel_getCFRunLoop1 = _registerName1("getCFRunLoop"); ffi.Pointer<__CFRunLoop> _objc_msgSend_519( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_519( obj, sel, @@ -14522,14 +14522,14 @@ class SentryCocoa { late final _class_NSTimer1 = _getClass1("NSTimer"); late final _sel_timerWithTimeInterval_invocation_repeats_1 = - _registerName1("timerWithTimeInterval:invocation:repeats:"); + _registerName1("timerWithTimeInterval:invocation:repeats:"); ffi.Pointer _objc_msgSend_520( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ffi.Pointer invocation, - bool yesOrNo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer invocation, + bool yesOrNo, + ) { return __objc_msgSend_520( obj, sel, @@ -14552,18 +14552,18 @@ class SentryCocoa { ffi.Pointer, double, ffi.Pointer, bool)>(); late final _sel_scheduledTimerWithTimeInterval_invocation_repeats_1 = - _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); + _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); late final _sel_timerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); + _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); ffi.Pointer _objc_msgSend_521( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ffi.Pointer aTarget, - ffi.Pointer aSelector, - ffi.Pointer userInfo, - bool yesOrNo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer aTarget, + ffi.Pointer aSelector, + ffi.Pointer userInfo, + bool yesOrNo, + ) { return __objc_msgSend_521( obj, sel, @@ -14596,17 +14596,17 @@ class SentryCocoa { bool)>(); late final _sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1( - "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); + _registerName1( + "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); late final _sel_timerWithTimeInterval_repeats_block_1 = - _registerName1("timerWithTimeInterval:repeats:block:"); + _registerName1("timerWithTimeInterval:repeats:block:"); ffi.Pointer _objc_msgSend_522( - ffi.Pointer obj, - ffi.Pointer sel, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_522( obj, sel, @@ -14629,17 +14629,17 @@ class SentryCocoa { ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); late final _sel_scheduledTimerWithTimeInterval_repeats_block_1 = - _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); + _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); late final _sel_initWithFireDate_interval_repeats_block_1 = - _registerName1("initWithFireDate:interval:repeats:block:"); + _registerName1("initWithFireDate:interval:repeats:block:"); instancetype _objc_msgSend_523( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_523( obj, sel, @@ -14664,18 +14664,18 @@ class SentryCocoa { ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithFireDate_interval_target_selector_userInfo_repeats_1 = - _registerName1( - "initWithFireDate:interval:target:selector:userInfo:repeats:"); + _registerName1( + "initWithFireDate:interval:target:selector:userInfo:repeats:"); instancetype _objc_msgSend_524( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - double ti, - ffi.Pointer t, - ffi.Pointer s, - ffi.Pointer ui, - bool rep, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double ti, + ffi.Pointer t, + ffi.Pointer s, + ffi.Pointer ui, + bool rep, + ) { return __objc_msgSend_524( obj, sel, @@ -14714,10 +14714,10 @@ class SentryCocoa { late final _sel_fireDate1 = _registerName1("fireDate"); late final _sel_setFireDate_1 = _registerName1("setFireDate:"); void _objc_msgSend_525( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_525( obj, sel, @@ -14738,11 +14738,11 @@ class SentryCocoa { late final _sel_setTolerance_1 = _registerName1("setTolerance:"); late final _sel_addTimer_forMode_1 = _registerName1("addTimer:forMode:"); void _objc_msgSend_526( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer timer, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer timer, + ffi.Pointer mode, + ) { return __objc_msgSend_526( obj, sel, @@ -14764,11 +14764,11 @@ class SentryCocoa { late final _sel_addPort_forMode_1 = _registerName1("addPort:forMode:"); void _objc_msgSend_527( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aPort, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aPort, + ffi.Pointer mode, + ) { return __objc_msgSend_527( obj, sel, @@ -14791,10 +14791,10 @@ class SentryCocoa { late final _sel_removePort_forMode_1 = _registerName1("removePort:forMode:"); late final _sel_limitDateForMode_1 = _registerName1("limitDateForMode:"); ffi.Pointer _objc_msgSend_528( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ) { return __objc_msgSend_528( obj, sel, @@ -14811,13 +14811,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_acceptInputForMode_beforeDate_1 = - _registerName1("acceptInputForMode:beforeDate:"); + _registerName1("acceptInputForMode:beforeDate:"); void _objc_msgSend_529( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ffi.Pointer limitDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ffi.Pointer limitDate, + ) { return __objc_msgSend_529( obj, sel, @@ -14841,11 +14841,11 @@ class SentryCocoa { late final _sel_runUntilDate_1 = _registerName1("runUntilDate:"); late final _sel_runMode_beforeDate_1 = _registerName1("runMode:beforeDate:"); bool _objc_msgSend_530( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ffi.Pointer limitDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ffi.Pointer limitDate, + ) { return __objc_msgSend_530( obj, sel, @@ -14867,13 +14867,13 @@ class SentryCocoa { late final _sel_configureAsServer1 = _registerName1("configureAsServer"); late final _sel_performInModes_block_1 = - _registerName1("performInModes:block:"); + _registerName1("performInModes:block:"); void _objc_msgSend_531( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer modes, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer modes, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_531( obj, sel, @@ -14895,16 +14895,16 @@ class SentryCocoa { late final _sel_performBlock_1 = _registerName1("performBlock:"); late final _sel_performSelector_target_argument_order_modes_1 = - _registerName1("performSelector:target:argument:order:modes:"); + _registerName1("performSelector:target:argument:order:modes:"); void _objc_msgSend_532( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer target, - ffi.Pointer arg, - int order, - ffi.Pointer modes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer target, + ffi.Pointer arg, + int order, + ffi.Pointer modes, + ) { return __objc_msgSend_532( obj, sel, @@ -14937,17 +14937,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_cancelPerformSelector_target_argument_1 = - _registerName1("cancelPerformSelector:target:argument:"); + _registerName1("cancelPerformSelector:target:argument:"); late final _sel_cancelPerformSelectorsWithTarget_1 = - _registerName1("cancelPerformSelectorsWithTarget:"); + _registerName1("cancelPerformSelectorsWithTarget:"); late final _sel_scheduleInRunLoop_forMode_1 = - _registerName1("scheduleInRunLoop:forMode:"); + _registerName1("scheduleInRunLoop:forMode:"); void _objc_msgSend_533( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer runLoop, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer runLoop, + ffi.Pointer mode, + ) { return __objc_msgSend_533( obj, sel, @@ -14968,18 +14968,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeFromRunLoop_forMode_1 = - _registerName1("removeFromRunLoop:forMode:"); + _registerName1("removeFromRunLoop:forMode:"); late final _sel_reservedSpaceLength1 = _registerName1("reservedSpaceLength"); late final _sel_sendBeforeDate_components_from_reserved_1 = - _registerName1("sendBeforeDate:components:from:reserved:"); + _registerName1("sendBeforeDate:components:from:reserved:"); bool _objc_msgSend_534( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer limitDate, - ffi.Pointer components, - ffi.Pointer receivePort, - int headerSpaceReserved, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer limitDate, + ffi.Pointer components, + ffi.Pointer receivePort, + int headerSpaceReserved, + ) { return __objc_msgSend_534( obj, sel, @@ -15009,16 +15009,16 @@ class SentryCocoa { int)>(); late final _sel_sendBeforeDate_msgid_components_from_reserved_1 = - _registerName1("sendBeforeDate:msgid:components:from:reserved:"); + _registerName1("sendBeforeDate:msgid:components:from:reserved:"); bool _objc_msgSend_535( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer limitDate, - int msgID, - ffi.Pointer components, - ffi.Pointer receivePort, - int headerSpaceReserved, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer limitDate, + int msgID, + ffi.Pointer components, + ffi.Pointer receivePort, + int headerSpaceReserved, + ) { return __objc_msgSend_535( obj, sel, @@ -15055,9 +15055,9 @@ class SentryCocoa { late final _sel_allConnections1 = _registerName1("allConnections"); late final _sel_defaultConnection1 = _registerName1("defaultConnection"); ffi.Pointer _objc_msgSend_536( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_536( obj, sel, @@ -15073,14 +15073,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithRegisteredName_host_1 = - _registerName1("connectionWithRegisteredName:host:"); + _registerName1("connectionWithRegisteredName:host:"); late final _class_NSPortNameServer1 = _getClass1("NSPortNameServer"); late final _sel_systemDefaultPortNameServer1 = - _registerName1("systemDefaultPortNameServer"); + _registerName1("systemDefaultPortNameServer"); ffi.Pointer _objc_msgSend_537( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_537( obj, sel, @@ -15097,10 +15097,10 @@ class SentryCocoa { late final _sel_portForName_1 = _registerName1("portForName:"); ffi.Pointer _objc_msgSend_538( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_538( obj, sel, @@ -15118,11 +15118,11 @@ class SentryCocoa { late final _sel_portForName_host_1 = _registerName1("portForName:host:"); ffi.Pointer _objc_msgSend_539( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer host, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer host, + ) { return __objc_msgSend_539( obj, sel, @@ -15147,11 +15147,11 @@ class SentryCocoa { late final _sel_registerPort_name_1 = _registerName1("registerPort:name:"); bool _objc_msgSend_540( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer port, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer port, + ffi.Pointer name, + ) { return __objc_msgSend_540( obj, sel, @@ -15173,14 +15173,14 @@ class SentryCocoa { late final _sel_removePortForName_1 = _registerName1("removePortForName:"); late final _sel_connectionWithRegisteredName_host_usingNameServer_1 = - _registerName1("connectionWithRegisteredName:host:usingNameServer:"); + _registerName1("connectionWithRegisteredName:host:usingNameServer:"); instancetype _objc_msgSend_541( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ffi.Pointer server, + ) { return __objc_msgSend_541( obj, sel, @@ -15210,13 +15210,13 @@ class SentryCocoa { late final _class_NSProxy1 = _getClass1("NSProxy"); late final _sel_respondsToSelector_1 = _registerName1("respondsToSelector:"); late final _sel_proxyWithTarget_connection_1 = - _registerName1("proxyWithTarget:connection:"); + _registerName1("proxyWithTarget:connection:"); ffi.Pointer _objc_msgSend_542( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer connection, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer connection, + ) { return __objc_msgSend_542( obj, sel, @@ -15240,18 +15240,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithTarget_connection_1 = - _registerName1("initWithTarget:connection:"); + _registerName1("initWithTarget:connection:"); late final _sel_proxyWithLocal_connection_1 = - _registerName1("proxyWithLocal:connection:"); + _registerName1("proxyWithLocal:connection:"); late final _sel_initWithLocal_connection_1 = - _registerName1("initWithLocal:connection:"); + _registerName1("initWithLocal:connection:"); late final _sel_setProtocolForProxy_1 = - _registerName1("setProtocolForProxy:"); + _registerName1("setProtocolForProxy:"); void _objc_msgSend_543( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer proto, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer proto, + ) { return __objc_msgSend_543( obj, sel, @@ -15269,13 +15269,13 @@ class SentryCocoa { late final _sel_connectionForProxy1 = _registerName1("connectionForProxy"); late final _sel_rootProxyForConnectionWithRegisteredName_host_1 = - _registerName1("rootProxyForConnectionWithRegisteredName:host:"); + _registerName1("rootProxyForConnectionWithRegisteredName:host:"); ffi.Pointer _objc_msgSend_544( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ) { return __objc_msgSend_544( obj, sel, @@ -15299,15 +15299,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rootProxyForConnectionWithRegisteredName_host_usingNameServer_1 = - _registerName1( - "rootProxyForConnectionWithRegisteredName:host:usingNameServer:"); + _registerName1( + "rootProxyForConnectionWithRegisteredName:host:usingNameServer:"); ffi.Pointer _objc_msgSend_545( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ffi.Pointer server, + ) { return __objc_msgSend_545( obj, sel, @@ -15334,14 +15334,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_serviceConnectionWithName_rootObject_usingNameServer_1 = - _registerName1("serviceConnectionWithName:rootObject:usingNameServer:"); + _registerName1("serviceConnectionWithName:rootObject:usingNameServer:"); instancetype _objc_msgSend_546( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer root, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer root, + ffi.Pointer server, + ) { return __objc_msgSend_546( obj, sel, @@ -15368,7 +15368,7 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_serviceConnectionWithName_rootObject_1 = - _registerName1("serviceConnectionWithName:rootObject:"); + _registerName1("serviceConnectionWithName:rootObject:"); late final _sel_requestTimeout1 = _registerName1("requestTimeout"); late final _sel_setRequestTimeout_1 = _registerName1("setRequestTimeout:"); late final _sel_replyTimeout1 = _registerName1("replyTimeout"); @@ -15376,14 +15376,14 @@ class SentryCocoa { late final _sel_rootObject1 = _registerName1("rootObject"); late final _sel_setRootObject_1 = _registerName1("setRootObject:"); late final _sel_independentConversationQueueing1 = - _registerName1("independentConversationQueueing"); + _registerName1("independentConversationQueueing"); late final _sel_setIndependentConversationQueueing_1 = - _registerName1("setIndependentConversationQueueing:"); + _registerName1("setIndependentConversationQueueing:"); late final _sel_rootProxy1 = _registerName1("rootProxy"); ffi.Pointer _objc_msgSend_547( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_547( obj, sel, @@ -15403,13 +15403,13 @@ class SentryCocoa { late final _sel_requestModes1 = _registerName1("requestModes"); late final _sel_registerName_1 = _registerName1("registerName:"); late final _sel_registerName_withNameServer_1 = - _registerName1("registerName:withNameServer:"); + _registerName1("registerName:withNameServer:"); bool _objc_msgSend_548( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer server, + ) { return __objc_msgSend_548( obj, sel, @@ -15430,13 +15430,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithReceivePort_sendPort_1 = - _registerName1("connectionWithReceivePort:sendPort:"); + _registerName1("connectionWithReceivePort:sendPort:"); instancetype _objc_msgSend_549( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer receivePort, - ffi.Pointer sendPort, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer receivePort, + ffi.Pointer sendPort, + ) { return __objc_msgSend_549( obj, sel, @@ -15458,19 +15458,19 @@ class SentryCocoa { late final _sel_currentConversation1 = _registerName1("currentConversation"); late final _sel_initWithReceivePort_sendPort_1 = - _registerName1("initWithReceivePort:sendPort:"); + _registerName1("initWithReceivePort:sendPort:"); late final _sel_sendPort1 = _registerName1("sendPort"); late final _sel_receivePort1 = _registerName1("receivePort"); late final _sel_enableMultipleThreads1 = - _registerName1("enableMultipleThreads"); + _registerName1("enableMultipleThreads"); late final _sel_multipleThreadsEnabled1 = - _registerName1("multipleThreadsEnabled"); + _registerName1("multipleThreadsEnabled"); late final _sel_addRunLoop_1 = _registerName1("addRunLoop:"); void _objc_msgSend_550( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer runloop, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer runloop, + ) { return __objc_msgSend_550( obj, sel, @@ -15491,16 +15491,16 @@ class SentryCocoa { late final _sel_remoteObjects1 = _registerName1("remoteObjects"); late final _sel_localObjects1 = _registerName1("localObjects"); late final _sel_dispatchWithComponents_1 = - _registerName1("dispatchWithComponents:"); + _registerName1("dispatchWithComponents:"); late final _sel_addConnection_toRunLoop_forMode_1 = - _registerName1("addConnection:toRunLoop:forMode:"); + _registerName1("addConnection:toRunLoop:forMode:"); void _objc_msgSend_551( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer conn, - ffi.Pointer runLoop, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer conn, + ffi.Pointer runLoop, + ffi.Pointer mode, + ) { return __objc_msgSend_551( obj, sel, @@ -15527,13 +15527,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeConnection_fromRunLoop_forMode_1 = - _registerName1("removeConnection:fromRunLoop:forMode:"); + _registerName1("removeConnection:fromRunLoop:forMode:"); late final _sel_encodePortObject_1 = _registerName1("encodePortObject:"); void _objc_msgSend_552( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aport, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aport, + ) { return __objc_msgSend_552( obj, sel, @@ -15552,14 +15552,14 @@ class SentryCocoa { late final _sel_decodePortObject1 = _registerName1("decodePortObject"); late final _sel_connection1 = _registerName1("connection"); late final _sel_portCoderWithReceivePort_sendPort_components_1 = - _registerName1("portCoderWithReceivePort:sendPort:components:"); + _registerName1("portCoderWithReceivePort:sendPort:components:"); ffi.Pointer _objc_msgSend_553( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rcvPort, - ffi.Pointer sndPort, - ffi.Pointer comps, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer rcvPort, + ffi.Pointer sndPort, + ffi.Pointer comps, + ) { return __objc_msgSend_553( obj, sel, @@ -15586,15 +15586,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithReceivePort_sendPort_components_1 = - _registerName1("initWithReceivePort:sendPort:components:"); + _registerName1("initWithReceivePort:sendPort:components:"); late final _sel_dispatch1 = _registerName1("dispatch"); late final _sel_replacementObjectForPortCoder_1 = - _registerName1("replacementObjectForPortCoder:"); + _registerName1("replacementObjectForPortCoder:"); ffi.Pointer _objc_msgSend_554( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer coder, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer coder, + ) { return __objc_msgSend_554( obj, sel, @@ -15612,13 +15612,13 @@ class SentryCocoa { late final _class_NSClassDescription1 = _getClass1("NSClassDescription"); late final _sel_registerClassDescription_forClass_1 = - _registerName1("registerClassDescription:forClass:"); + _registerName1("registerClassDescription:forClass:"); void _objc_msgSend_555( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer aClass, + ) { return __objc_msgSend_555( obj, sel, @@ -15639,14 +15639,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_invalidateClassDescriptionCache1 = - _registerName1("invalidateClassDescriptionCache"); + _registerName1("invalidateClassDescriptionCache"); late final _sel_classDescriptionForClass_1 = - _registerName1("classDescriptionForClass:"); + _registerName1("classDescriptionForClass:"); ffi.Pointer _objc_msgSend_556( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_556( obj, sel, @@ -15664,16 +15664,16 @@ class SentryCocoa { late final _sel_attributeKeys1 = _registerName1("attributeKeys"); late final _sel_toOneRelationshipKeys1 = - _registerName1("toOneRelationshipKeys"); + _registerName1("toOneRelationshipKeys"); late final _sel_toManyRelationshipKeys1 = - _registerName1("toManyRelationshipKeys"); + _registerName1("toManyRelationshipKeys"); late final _sel_inverseForRelationshipKey_1 = - _registerName1("inverseForRelationshipKey:"); + _registerName1("inverseForRelationshipKey:"); late final _sel_classDescription1 = _registerName1("classDescription"); ffi.Pointer _objc_msgSend_557( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_557( obj, sel, @@ -15689,14 +15689,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSScriptObjectSpecifier1 = - _getClass1("NSScriptObjectSpecifier"); + _getClass1("NSScriptObjectSpecifier"); late final _class_NSAppleEventDescriptor1 = - _getClass1("NSAppleEventDescriptor"); + _getClass1("NSAppleEventDescriptor"); late final _sel_nullDescriptor1 = _registerName1("nullDescriptor"); ffi.Pointer _objc_msgSend_558( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_558( obj, sel, @@ -15712,14 +15712,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptorWithDescriptorType_bytes_length_1 = - _registerName1("descriptorWithDescriptorType:bytes:length:"); + _registerName1("descriptorWithDescriptorType:bytes:length:"); ffi.Pointer _objc_msgSend_559( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer bytes, - int byteCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer bytes, + int byteCount, + ) { return __objc_msgSend_559( obj, sel, @@ -15742,13 +15742,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_descriptorWithDescriptorType_data_1 = - _registerName1("descriptorWithDescriptorType:data:"); + _registerName1("descriptorWithDescriptorType:data:"); ffi.Pointer _objc_msgSend_560( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer data, + ) { return __objc_msgSend_560( obj, sel, @@ -15769,12 +15769,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_descriptorWithBoolean_1 = - _registerName1("descriptorWithBoolean:"); + _registerName1("descriptorWithBoolean:"); ffi.Pointer _objc_msgSend_561( - ffi.Pointer obj, - ffi.Pointer sel, - int boolean, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int boolean, + ) { return __objc_msgSend_561( obj, sel, @@ -15791,12 +15791,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithEnumCode_1 = - _registerName1("descriptorWithEnumCode:"); + _registerName1("descriptorWithEnumCode:"); ffi.Pointer _objc_msgSend_562( - ffi.Pointer obj, - ffi.Pointer sel, - int enumerator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int enumerator, + ) { return __objc_msgSend_562( obj, sel, @@ -15813,12 +15813,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithInt32_1 = - _registerName1("descriptorWithInt32:"); + _registerName1("descriptorWithInt32:"); ffi.Pointer _objc_msgSend_563( - ffi.Pointer obj, - ffi.Pointer sel, - int signedInt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int signedInt, + ) { return __objc_msgSend_563( obj, sel, @@ -15835,12 +15835,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithDouble_1 = - _registerName1("descriptorWithDouble:"); + _registerName1("descriptorWithDouble:"); ffi.Pointer _objc_msgSend_564( - ffi.Pointer obj, - ffi.Pointer sel, - double doubleValue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double doubleValue, + ) { return __objc_msgSend_564( obj, sel, @@ -15857,14 +15857,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_descriptorWithTypeCode_1 = - _registerName1("descriptorWithTypeCode:"); + _registerName1("descriptorWithTypeCode:"); late final _sel_descriptorWithString_1 = - _registerName1("descriptorWithString:"); + _registerName1("descriptorWithString:"); ffi.Pointer _objc_msgSend_565( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_565( obj, sel, @@ -15882,10 +15882,10 @@ class SentryCocoa { late final _sel_descriptorWithDate_1 = _registerName1("descriptorWithDate:"); ffi.Pointer _objc_msgSend_566( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { return __objc_msgSend_566( obj, sel, @@ -15902,12 +15902,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptorWithFileURL_1 = - _registerName1("descriptorWithFileURL:"); + _registerName1("descriptorWithFileURL:"); ffi.Pointer _objc_msgSend_567( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fileURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fileURL, + ) { return __objc_msgSend_567( obj, sel, @@ -15924,17 +15924,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_1 = - _registerName1( - "appleEventWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); + _registerName1( + "appleEventWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); ffi.Pointer _objc_msgSend_568( - ffi.Pointer obj, - ffi.Pointer sel, - int eventClass, - int eventID, - ffi.Pointer targetDescriptor, - int returnID, - int transactionID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eventClass, + int eventID, + ffi.Pointer targetDescriptor, + int returnID, + int transactionID, + ) { return __objc_msgSend_568( obj, sel, @@ -15963,20 +15963,20 @@ class SentryCocoa { late final _sel_listDescriptor1 = _registerName1("listDescriptor"); late final _sel_recordDescriptor1 = _registerName1("recordDescriptor"); late final _sel_currentProcessDescriptor1 = - _registerName1("currentProcessDescriptor"); + _registerName1("currentProcessDescriptor"); late final _sel_descriptorWithProcessIdentifier_1 = - _registerName1("descriptorWithProcessIdentifier:"); + _registerName1("descriptorWithProcessIdentifier:"); late final _sel_descriptorWithBundleIdentifier_1 = - _registerName1("descriptorWithBundleIdentifier:"); + _registerName1("descriptorWithBundleIdentifier:"); late final _sel_descriptorWithApplicationURL_1 = - _registerName1("descriptorWithApplicationURL:"); + _registerName1("descriptorWithApplicationURL:"); late final _sel_initWithAEDescNoCopy_1 = - _registerName1("initWithAEDescNoCopy:"); + _registerName1("initWithAEDescNoCopy:"); instancetype _objc_msgSend_569( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aeDesc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aeDesc, + ) { return __objc_msgSend_569( obj, sel, @@ -15993,14 +15993,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithDescriptorType_bytes_length_1 = - _registerName1("initWithDescriptorType:bytes:length:"); + _registerName1("initWithDescriptorType:bytes:length:"); instancetype _objc_msgSend_570( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer bytes, - int byteCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer bytes, + int byteCount, + ) { return __objc_msgSend_570( obj, sel, @@ -16023,13 +16023,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithDescriptorType_data_1 = - _registerName1("initWithDescriptorType:data:"); + _registerName1("initWithDescriptorType:data:"); instancetype _objc_msgSend_571( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer data, + ) { return __objc_msgSend_571( obj, sel, @@ -16047,17 +16047,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithEventClass_eventID_targetDescriptor_returnID_transactionID_1 = - _registerName1( - "initWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); + _registerName1( + "initWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); instancetype _objc_msgSend_572( - ffi.Pointer obj, - ffi.Pointer sel, - int eventClass, - int eventID, - ffi.Pointer targetDescriptor, - int returnID, - int transactionID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eventClass, + int eventID, + ffi.Pointer targetDescriptor, + int returnID, + int transactionID, + ) { return __objc_msgSend_572( obj, sel, @@ -16085,12 +16085,12 @@ class SentryCocoa { late final _sel_initListDescriptor1 = _registerName1("initListDescriptor"); late final _sel_initRecordDescriptor1 = - _registerName1("initRecordDescriptor"); + _registerName1("initRecordDescriptor"); late final _sel_aeDesc1 = _registerName1("aeDesc"); ffi.Pointer _objc_msgSend_573( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_573( obj, sel, @@ -16117,13 +16117,13 @@ class SentryCocoa { late final _sel_returnID1 = _registerName1("returnID"); late final _sel_transactionID1 = _registerName1("transactionID"); late final _sel_setParamDescriptor_forKeyword_1 = - _registerName1("setParamDescriptor:forKeyword:"); + _registerName1("setParamDescriptor:forKeyword:"); void _objc_msgSend_574( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - int keyword, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + int keyword, + ) { return __objc_msgSend_574( obj, sel, @@ -16141,14 +16141,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_paramDescriptorForKeyword_1 = - _registerName1("paramDescriptorForKeyword:"); + _registerName1("paramDescriptorForKeyword:"); late final _sel_removeParamDescriptorWithKeyword_1 = - _registerName1("removeParamDescriptorWithKeyword:"); + _registerName1("removeParamDescriptorWithKeyword:"); void _objc_msgSend_575( - ffi.Pointer obj, - ffi.Pointer sel, - int keyword, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int keyword, + ) { return __objc_msgSend_575( obj, sel, @@ -16164,18 +16164,18 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setAttributeDescriptor_forKeyword_1 = - _registerName1("setAttributeDescriptor:forKeyword:"); + _registerName1("setAttributeDescriptor:forKeyword:"); late final _sel_attributeDescriptorForKeyword_1 = - _registerName1("attributeDescriptorForKeyword:"); + _registerName1("attributeDescriptorForKeyword:"); late final _sel_sendEventWithOptions_timeout_error_1 = - _registerName1("sendEventWithOptions:timeout:error:"); + _registerName1("sendEventWithOptions:timeout:error:"); ffi.Pointer _objc_msgSend_576( - ffi.Pointer obj, - ffi.Pointer sel, - int sendOptions, - double timeoutInSeconds, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int sendOptions, + double timeoutInSeconds, + ffi.Pointer> error, + ) { return __objc_msgSend_576( obj, sel, @@ -16204,13 +16204,13 @@ class SentryCocoa { late final _sel_isRecordDescriptor1 = _registerName1("isRecordDescriptor"); late final _sel_numberOfItems1 = _registerName1("numberOfItems"); late final _sel_insertDescriptor_atIndex_1 = - _registerName1("insertDescriptor:atIndex:"); + _registerName1("insertDescriptor:atIndex:"); void _objc_msgSend_577( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + int index, + ) { return __objc_msgSend_577( obj, sel, @@ -16229,10 +16229,10 @@ class SentryCocoa { late final _sel_descriptorAtIndex_1 = _registerName1("descriptorAtIndex:"); ffi.Pointer _objc_msgSend_578( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_578( obj, sel, @@ -16249,20 +16249,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_removeDescriptorAtIndex_1 = - _registerName1("removeDescriptorAtIndex:"); + _registerName1("removeDescriptorAtIndex:"); late final _sel_setDescriptor_forKeyword_1 = - _registerName1("setDescriptor:forKeyword:"); + _registerName1("setDescriptor:forKeyword:"); late final _sel_descriptorForKeyword_1 = - _registerName1("descriptorForKeyword:"); + _registerName1("descriptorForKeyword:"); late final _sel_removeDescriptorWithKeyword_1 = - _registerName1("removeDescriptorWithKeyword:"); + _registerName1("removeDescriptorWithKeyword:"); late final _sel_keywordForDescriptorAtIndex_1 = - _registerName1("keywordForDescriptorAtIndex:"); + _registerName1("keywordForDescriptorAtIndex:"); int _objc_msgSend_579( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_579( obj, sel, @@ -16278,14 +16278,14 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_coerceToDescriptorType_1 = - _registerName1("coerceToDescriptorType:"); + _registerName1("coerceToDescriptorType:"); late final _sel_objectSpecifierWithDescriptor_1 = - _registerName1("objectSpecifierWithDescriptor:"); + _registerName1("objectSpecifierWithDescriptor:"); ffi.Pointer _objc_msgSend_580( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + ) { return __objc_msgSend_580( obj, sel, @@ -16302,13 +16302,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithContainerSpecifier_key_1 = - _registerName1("initWithContainerSpecifier:key:"); + _registerName1("initWithContainerSpecifier:key:"); instancetype _objc_msgSend_581( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer container, - ffi.Pointer property, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer container, + ffi.Pointer property, + ) { return __objc_msgSend_581( obj, sel, @@ -16329,12 +16329,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSScriptClassDescription1 = - _getClass1("NSScriptClassDescription"); + _getClass1("NSScriptClassDescription"); ffi.Pointer _objc_msgSend_582( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_582( obj, sel, @@ -16351,14 +16351,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithSuiteName_className_dictionary_1 = - _registerName1("initWithSuiteName:className:dictionary:"); + _registerName1("initWithSuiteName:className:dictionary:"); instancetype _objc_msgSend_583( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer suiteName, - ffi.Pointer className, - ffi.Pointer classDeclaration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer suiteName, + ffi.Pointer className, + ffi.Pointer classDeclaration, + ) { return __objc_msgSend_583( obj, sel, @@ -16387,13 +16387,13 @@ class SentryCocoa { late final _sel_suiteName1 = _registerName1("suiteName"); late final _sel_className1 = _registerName1("className"); late final _sel_implementationClassName1 = - _registerName1("implementationClassName"); + _registerName1("implementationClassName"); late final _sel_superclassDescription1 = - _registerName1("superclassDescription"); + _registerName1("superclassDescription"); ffi.Pointer _objc_msgSend_584( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_584( obj, sel, @@ -16410,27 +16410,27 @@ class SentryCocoa { late final _sel_appleEventCode1 = _registerName1("appleEventCode"); late final _sel_matchesAppleEventCode_1 = - _registerName1("matchesAppleEventCode:"); + _registerName1("matchesAppleEventCode:"); late final _class_NSScriptCommandDescription1 = - _getClass1("NSScriptCommandDescription"); + _getClass1("NSScriptCommandDescription"); late final _sel_initWithSuiteName_commandName_dictionary_1 = - _registerName1("initWithSuiteName:commandName:dictionary:"); + _registerName1("initWithSuiteName:commandName:dictionary:"); late final _sel_commandName1 = _registerName1("commandName"); late final _sel_appleEventClassCode1 = _registerName1("appleEventClassCode"); late final _sel_commandClassName1 = _registerName1("commandClassName"); late final _sel_returnType1 = _registerName1("returnType"); late final _sel_appleEventCodeForReturnType1 = - _registerName1("appleEventCodeForReturnType"); + _registerName1("appleEventCodeForReturnType"); late final _sel_argumentNames1 = _registerName1("argumentNames"); late final _sel_typeForArgumentWithName_1 = - _registerName1("typeForArgumentWithName:"); + _registerName1("typeForArgumentWithName:"); late final _sel_appleEventCodeForArgumentWithName_1 = - _registerName1("appleEventCodeForArgumentWithName:"); + _registerName1("appleEventCodeForArgumentWithName:"); int _objc_msgSend_585( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer argumentName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer argumentName, + ) { return __objc_msgSend_585( obj, sel, @@ -16447,15 +16447,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_isOptionalArgumentWithName_1 = - _registerName1("isOptionalArgumentWithName:"); + _registerName1("isOptionalArgumentWithName:"); late final _class_NSScriptCommand1 = _getClass1("NSScriptCommand"); late final _sel_initWithCommandDescription_1 = - _registerName1("initWithCommandDescription:"); + _registerName1("initWithCommandDescription:"); instancetype _objc_msgSend_586( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDef, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDef, + ) { return __objc_msgSend_586( obj, sel, @@ -16473,9 +16473,9 @@ class SentryCocoa { late final _sel_commandDescription1 = _registerName1("commandDescription"); ffi.Pointer _objc_msgSend_587( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_587( obj, sel, @@ -16494,9 +16494,9 @@ class SentryCocoa { late final _sel_setDirectParameter_1 = _registerName1("setDirectParameter:"); late final _sel_receiversSpecifier1 = _registerName1("receiversSpecifier"); ffi.Pointer _objc_msgSend_588( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_588( obj, sel, @@ -16512,12 +16512,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setReceiversSpecifier_1 = - _registerName1("setReceiversSpecifier:"); + _registerName1("setReceiversSpecifier:"); void _objc_msgSend_589( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_589( obj, sel, @@ -16539,16 +16539,16 @@ class SentryCocoa { late final _sel_evaluatedArguments1 = _registerName1("evaluatedArguments"); late final _sel_isWellFormed1 = _registerName1("isWellFormed"); late final _sel_performDefaultImplementation1 = - _registerName1("performDefaultImplementation"); + _registerName1("performDefaultImplementation"); late final _sel_executeCommand1 = _registerName1("executeCommand"); late final _sel_scriptErrorNumber1 = _registerName1("scriptErrorNumber"); late final _sel_setScriptErrorNumber_1 = - _registerName1("setScriptErrorNumber:"); + _registerName1("setScriptErrorNumber:"); void _objc_msgSend_590( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_590( obj, sel, @@ -16564,14 +16564,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_scriptErrorOffendingObjectDescriptor1 = - _registerName1("scriptErrorOffendingObjectDescriptor"); + _registerName1("scriptErrorOffendingObjectDescriptor"); late final _sel_setScriptErrorOffendingObjectDescriptor_1 = - _registerName1("setScriptErrorOffendingObjectDescriptor:"); + _registerName1("setScriptErrorOffendingObjectDescriptor:"); void _objc_msgSend_591( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_591( obj, sel, @@ -16588,17 +16588,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_scriptErrorExpectedTypeDescriptor1 = - _registerName1("scriptErrorExpectedTypeDescriptor"); + _registerName1("scriptErrorExpectedTypeDescriptor"); late final _sel_setScriptErrorExpectedTypeDescriptor_1 = - _registerName1("setScriptErrorExpectedTypeDescriptor:"); + _registerName1("setScriptErrorExpectedTypeDescriptor:"); late final _sel_scriptErrorString1 = _registerName1("scriptErrorString"); late final _sel_setScriptErrorString_1 = - _registerName1("setScriptErrorString:"); + _registerName1("setScriptErrorString:"); late final _sel_currentCommand1 = _registerName1("currentCommand"); ffi.Pointer _objc_msgSend_592( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_592( obj, sel, @@ -16616,16 +16616,16 @@ class SentryCocoa { late final _sel_appleEvent1 = _registerName1("appleEvent"); late final _sel_suspendExecution1 = _registerName1("suspendExecution"); late final _sel_resumeExecutionWithResult_1 = - _registerName1("resumeExecutionWithResult:"); + _registerName1("resumeExecutionWithResult:"); late final _sel_createCommandInstance1 = - _registerName1("createCommandInstance"); + _registerName1("createCommandInstance"); late final _sel_createCommandInstanceWithZone_1 = - _registerName1("createCommandInstanceWithZone:"); + _registerName1("createCommandInstanceWithZone:"); ffi.Pointer _objc_msgSend_593( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_593( obj, sel, @@ -16643,10 +16643,10 @@ class SentryCocoa { late final _sel_supportsCommand_1 = _registerName1("supportsCommand:"); bool _objc_msgSend_594( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDescription, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDescription, + ) { return __objc_msgSend_594( obj, sel, @@ -16664,10 +16664,10 @@ class SentryCocoa { late final _sel_selectorForCommand_1 = _registerName1("selectorForCommand:"); ffi.Pointer _objc_msgSend_595( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDescription, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDescription, + ) { return __objc_msgSend_595( obj, sel, @@ -16685,12 +16685,12 @@ class SentryCocoa { late final _sel_typeForKey_1 = _registerName1("typeForKey:"); late final _sel_classDescriptionForKey_1 = - _registerName1("classDescriptionForKey:"); + _registerName1("classDescriptionForKey:"); ffi.Pointer _objc_msgSend_596( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_596( obj, sel, @@ -16707,14 +16707,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appleEventCodeForKey_1 = - _registerName1("appleEventCodeForKey:"); + _registerName1("appleEventCodeForKey:"); late final _sel_keyWithAppleEventCode_1 = - _registerName1("keyWithAppleEventCode:"); + _registerName1("keyWithAppleEventCode:"); ffi.Pointer _objc_msgSend_597( - ffi.Pointer obj, - ffi.Pointer sel, - int appleEventCode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int appleEventCode, + ) { return __objc_msgSend_597( obj, sel, @@ -16731,27 +16731,27 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_defaultSubcontainerAttributeKey1 = - _registerName1("defaultSubcontainerAttributeKey"); + _registerName1("defaultSubcontainerAttributeKey"); late final _sel_isLocationRequiredToCreateForKey_1 = - _registerName1("isLocationRequiredToCreateForKey:"); + _registerName1("isLocationRequiredToCreateForKey:"); late final _sel_hasPropertyForKey_1 = _registerName1("hasPropertyForKey:"); late final _sel_hasOrderedToManyRelationshipForKey_1 = - _registerName1("hasOrderedToManyRelationshipForKey:"); + _registerName1("hasOrderedToManyRelationshipForKey:"); late final _sel_hasReadablePropertyForKey_1 = - _registerName1("hasReadablePropertyForKey:"); + _registerName1("hasReadablePropertyForKey:"); late final _sel_hasWritablePropertyForKey_1 = - _registerName1("hasWritablePropertyForKey:"); + _registerName1("hasWritablePropertyForKey:"); late final _sel_isReadOnlyKey_1 = _registerName1("isReadOnlyKey:"); late final _sel_initWithContainerClassDescription_containerSpecifier_key_1 = - _registerName1( - "initWithContainerClassDescription:containerSpecifier:key:"); + _registerName1( + "initWithContainerClassDescription:containerSpecifier:key:"); instancetype _objc_msgSend_598( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classDesc, - ffi.Pointer container, - ffi.Pointer property, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classDesc, + ffi.Pointer container, + ffi.Pointer property, + ) { return __objc_msgSend_598( obj, sel, @@ -16781,26 +16781,26 @@ class SentryCocoa { late final _sel_setChildSpecifier_1 = _registerName1("setChildSpecifier:"); late final _sel_containerSpecifier1 = _registerName1("containerSpecifier"); late final _sel_setContainerSpecifier_1 = - _registerName1("setContainerSpecifier:"); + _registerName1("setContainerSpecifier:"); late final _sel_containerIsObjectBeingTested1 = - _registerName1("containerIsObjectBeingTested"); + _registerName1("containerIsObjectBeingTested"); late final _sel_setContainerIsObjectBeingTested_1 = - _registerName1("setContainerIsObjectBeingTested:"); + _registerName1("setContainerIsObjectBeingTested:"); late final _sel_containerIsRangeContainerObject1 = - _registerName1("containerIsRangeContainerObject"); + _registerName1("containerIsRangeContainerObject"); late final _sel_setContainerIsRangeContainerObject_1 = - _registerName1("setContainerIsRangeContainerObject:"); + _registerName1("setContainerIsRangeContainerObject:"); late final _sel_key1 = _registerName1("key"); late final _sel_setKey_1 = _registerName1("setKey:"); late final _sel_containerClassDescription1 = - _registerName1("containerClassDescription"); + _registerName1("containerClassDescription"); late final _sel_setContainerClassDescription_1 = - _registerName1("setContainerClassDescription:"); + _registerName1("setContainerClassDescription:"); void _objc_msgSend_599( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_599( obj, sel, @@ -16818,13 +16818,13 @@ class SentryCocoa { late final _sel_keyClassDescription1 = _registerName1("keyClassDescription"); late final _sel_indicesOfObjectsByEvaluatingWithContainer_count_1 = - _registerName1("indicesOfObjectsByEvaluatingWithContainer:count:"); + _registerName1("indicesOfObjectsByEvaluatingWithContainer:count:"); ffi.Pointer _objc_msgSend_600( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer container, - ffi.Pointer count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer container, + ffi.Pointer count, + ) { return __objc_msgSend_600( obj, sel, @@ -16848,23 +16848,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_objectsByEvaluatingWithContainers_1 = - _registerName1("objectsByEvaluatingWithContainers:"); + _registerName1("objectsByEvaluatingWithContainers:"); late final _sel_objectsByEvaluatingSpecifier1 = - _registerName1("objectsByEvaluatingSpecifier"); + _registerName1("objectsByEvaluatingSpecifier"); late final _sel_evaluationErrorNumber1 = - _registerName1("evaluationErrorNumber"); + _registerName1("evaluationErrorNumber"); late final _sel_setEvaluationErrorNumber_1 = - _registerName1("setEvaluationErrorNumber:"); + _registerName1("setEvaluationErrorNumber:"); late final _sel_evaluationErrorSpecifier1 = - _registerName1("evaluationErrorSpecifier"); + _registerName1("evaluationErrorSpecifier"); late final _sel_descriptor1 = _registerName1("descriptor"); late final _sel_scriptingValueForSpecifier_1 = - _registerName1("scriptingValueForSpecifier:"); + _registerName1("scriptingValueForSpecifier:"); ffi.Pointer _objc_msgSend_601( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objectSpecifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objectSpecifier, + ) { return __objc_msgSend_601( obj, sel, @@ -16882,16 +16882,16 @@ class SentryCocoa { late final _sel_scriptingProperties1 = _registerName1("scriptingProperties"); late final _sel_setScriptingProperties_1 = - _registerName1("setScriptingProperties:"); + _registerName1("setScriptingProperties:"); late final _sel_copyScriptingValue_forKey_withProperties_1 = - _registerName1("copyScriptingValue:forKey:withProperties:"); + _registerName1("copyScriptingValue:forKey:withProperties:"); ffi.Pointer _objc_msgSend_602( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer properties, + ) { return __objc_msgSend_602( obj, sel, @@ -16918,16 +16918,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_1 = - _registerName1( - "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:"); + _registerName1( + "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:"); ffi.Pointer _objc_msgSend_603( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objectClass, - ffi.Pointer key, - ffi.Pointer contentsValue, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objectClass, + ffi.Pointer key, + ffi.Pointer contentsValue, + ffi.Pointer properties, + ) { return __objc_msgSend_603( obj, sel, @@ -16958,13 +16958,13 @@ class SentryCocoa { late final _sel_classCode1 = _registerName1("classCode"); late final _sel_valueAtIndex_inPropertyWithKey_1 = - _registerName1("valueAtIndex:inPropertyWithKey:"); + _registerName1("valueAtIndex:inPropertyWithKey:"); ffi.Pointer _objc_msgSend_604( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_604( obj, sel, @@ -16985,18 +16985,18 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_valueWithName_inPropertyWithKey_1 = - _registerName1("valueWithName:inPropertyWithKey:"); + _registerName1("valueWithName:inPropertyWithKey:"); late final _sel_valueWithUniqueID_inPropertyWithKey_1 = - _registerName1("valueWithUniqueID:inPropertyWithKey:"); + _registerName1("valueWithUniqueID:inPropertyWithKey:"); late final _sel_insertValue_atIndex_inPropertyWithKey_1 = - _registerName1("insertValue:atIndex:inPropertyWithKey:"); + _registerName1("insertValue:atIndex:inPropertyWithKey:"); void _objc_msgSend_605( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_605( obj, sel, @@ -17019,13 +17019,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_removeValueAtIndex_fromPropertyWithKey_1 = - _registerName1("removeValueAtIndex:fromPropertyWithKey:"); + _registerName1("removeValueAtIndex:fromPropertyWithKey:"); void _objc_msgSend_606( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_606( obj, sel, @@ -17043,14 +17043,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceValueAtIndex_inPropertyWithKey_withValue_1 = - _registerName1("replaceValueAtIndex:inPropertyWithKey:withValue:"); + _registerName1("replaceValueAtIndex:inPropertyWithKey:withValue:"); void _objc_msgSend_607( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ffi.Pointer value, + ) { return __objc_msgSend_607( obj, sel, @@ -17073,16 +17073,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_insertValue_inPropertyWithKey_1 = - _registerName1("insertValue:inPropertyWithKey:"); + _registerName1("insertValue:inPropertyWithKey:"); late final _sel_coerceValue_forKey_1 = _registerName1("coerceValue:forKey:"); late final _sel_objectSpecifier1 = _registerName1("objectSpecifier"); late final _sel_indicesOfObjectsByEvaluatingObjectSpecifier_1 = - _registerName1("indicesOfObjectsByEvaluatingObjectSpecifier:"); + _registerName1("indicesOfObjectsByEvaluatingObjectSpecifier:"); ffi.Pointer _objc_msgSend_608( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer specifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer specifier, + ) { return __objc_msgSend_608( obj, sel, @@ -17100,36 +17100,36 @@ class SentryCocoa { late final _sel_isEqualTo_1 = _registerName1("isEqualTo:"); late final _sel_isLessThanOrEqualTo_1 = - _registerName1("isLessThanOrEqualTo:"); + _registerName1("isLessThanOrEqualTo:"); late final _sel_isLessThan_1 = _registerName1("isLessThan:"); late final _sel_isGreaterThanOrEqualTo_1 = - _registerName1("isGreaterThanOrEqualTo:"); + _registerName1("isGreaterThanOrEqualTo:"); late final _sel_isGreaterThan_1 = _registerName1("isGreaterThan:"); late final _sel_isNotEqualTo_1 = _registerName1("isNotEqualTo:"); late final _sel_doesContain_1 = _registerName1("doesContain:"); late final _sel_isLike_1 = _registerName1("isLike:"); late final _sel_isCaseInsensitiveLike_1 = - _registerName1("isCaseInsensitiveLike:"); + _registerName1("isCaseInsensitiveLike:"); late final _sel_scriptingIsEqualTo_1 = _registerName1("scriptingIsEqualTo:"); late final _sel_scriptingIsLessThanOrEqualTo_1 = - _registerName1("scriptingIsLessThanOrEqualTo:"); + _registerName1("scriptingIsLessThanOrEqualTo:"); late final _sel_scriptingIsLessThan_1 = - _registerName1("scriptingIsLessThan:"); + _registerName1("scriptingIsLessThan:"); late final _sel_scriptingIsGreaterThanOrEqualTo_1 = - _registerName1("scriptingIsGreaterThanOrEqualTo:"); + _registerName1("scriptingIsGreaterThanOrEqualTo:"); late final _sel_scriptingIsGreaterThan_1 = - _registerName1("scriptingIsGreaterThan:"); + _registerName1("scriptingIsGreaterThan:"); late final _sel_scriptingBeginsWith_1 = - _registerName1("scriptingBeginsWith:"); + _registerName1("scriptingBeginsWith:"); late final _sel_scriptingEndsWith_1 = _registerName1("scriptingEndsWith:"); late final _sel_scriptingContains_1 = _registerName1("scriptingContains:"); late final _class_NSItemProvider1 = _getClass1("NSItemProvider"); late final _class_NSProgress1 = _getClass1("NSProgress"); late final _sel_currentProgress1 = _registerName1("currentProgress"); ffi.Pointer _objc_msgSend_609( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_609( obj, sel, @@ -17145,12 +17145,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_progressWithTotalUnitCount_1 = - _registerName1("progressWithTotalUnitCount:"); + _registerName1("progressWithTotalUnitCount:"); ffi.Pointer _objc_msgSend_610( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ) { return __objc_msgSend_610( obj, sel, @@ -17167,16 +17167,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_discreteProgressWithTotalUnitCount_1 = - _registerName1("discreteProgressWithTotalUnitCount:"); + _registerName1("discreteProgressWithTotalUnitCount:"); late final _sel_progressWithTotalUnitCount_parent_pendingUnitCount_1 = - _registerName1("progressWithTotalUnitCount:parent:pendingUnitCount:"); + _registerName1("progressWithTotalUnitCount:parent:pendingUnitCount:"); ffi.Pointer _objc_msgSend_611( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ffi.Pointer parent, - int portionOfParentTotalUnitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ffi.Pointer parent, + int portionOfParentTotalUnitCount, + ) { return __objc_msgSend_611( obj, sel, @@ -17199,13 +17199,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_initWithParent_userInfo_1 = - _registerName1("initWithParent:userInfo:"); + _registerName1("initWithParent:userInfo:"); instancetype _objc_msgSend_612( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer parentProgressOrNil, - ffi.Pointer userInfoOrNil, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer parentProgressOrNil, + ffi.Pointer userInfoOrNil, + ) { return __objc_msgSend_612( obj, sel, @@ -17226,12 +17226,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_becomeCurrentWithPendingUnitCount_1 = - _registerName1("becomeCurrentWithPendingUnitCount:"); + _registerName1("becomeCurrentWithPendingUnitCount:"); void _objc_msgSend_613( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ) { return __objc_msgSend_613( obj, sel, @@ -17247,13 +17247,13 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_performAsCurrentWithPendingUnitCount_usingBlock_1 = - _registerName1("performAsCurrentWithPendingUnitCount:usingBlock:"); + _registerName1("performAsCurrentWithPendingUnitCount:usingBlock:"); void _objc_msgSend_614( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ffi.Pointer<_ObjCBlock> work, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ffi.Pointer<_ObjCBlock> work, + ) { return __objc_msgSend_614( obj, sel, @@ -17272,13 +17272,13 @@ class SentryCocoa { late final _sel_resignCurrent1 = _registerName1("resignCurrent"); late final _sel_addChild_withPendingUnitCount_1 = - _registerName1("addChild:withPendingUnitCount:"); + _registerName1("addChild:withPendingUnitCount:"); void _objc_msgSend_615( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - int inUnitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + int inUnitCount, + ) { return __objc_msgSend_615( obj, sel, @@ -17297,9 +17297,9 @@ class SentryCocoa { late final _sel_totalUnitCount1 = _registerName1("totalUnitCount"); int _objc_msgSend_616( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_616( obj, sel, @@ -17315,10 +17315,10 @@ class SentryCocoa { late final _sel_setTotalUnitCount_1 = _registerName1("setTotalUnitCount:"); void _objc_msgSend_617( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_617( obj, sel, @@ -17335,13 +17335,13 @@ class SentryCocoa { late final _sel_completedUnitCount1 = _registerName1("completedUnitCount"); late final _sel_setCompletedUnitCount_1 = - _registerName1("setCompletedUnitCount:"); + _registerName1("setCompletedUnitCount:"); late final _sel_setLocalizedDescription_1 = - _registerName1("setLocalizedDescription:"); + _registerName1("setLocalizedDescription:"); late final _sel_localizedAdditionalDescription1 = - _registerName1("localizedAdditionalDescription"); + _registerName1("localizedAdditionalDescription"); late final _sel_setLocalizedAdditionalDescription_1 = - _registerName1("setLocalizedAdditionalDescription:"); + _registerName1("setLocalizedAdditionalDescription:"); late final _sel_isCancellable1 = _registerName1("isCancellable"); late final _sel_setCancellable_1 = _registerName1("setCancellable:"); late final _sel_isPausable1 = _registerName1("isPausable"); @@ -17349,9 +17349,9 @@ class SentryCocoa { late final _sel_isPaused1 = _registerName1("isPaused"); late final _sel_cancellationHandler1 = _registerName1("cancellationHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_618( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_618( obj, sel, @@ -17367,12 +17367,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setCancellationHandler_1 = - _registerName1("setCancellationHandler:"); + _registerName1("setCancellationHandler:"); void _objc_msgSend_619( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_619( obj, sel, @@ -17393,7 +17393,7 @@ class SentryCocoa { late final _sel_resumingHandler1 = _registerName1("resumingHandler"); late final _sel_setResumingHandler_1 = _registerName1("setResumingHandler:"); late final _sel_setUserInfoObject_forKey_1 = - _registerName1("setUserInfoObject:forKey:"); + _registerName1("setUserInfoObject:forKey:"); late final _sel_isIndeterminate1 = _registerName1("isIndeterminate"); late final _sel_fractionCompleted1 = _registerName1("fractionCompleted"); late final _sel_pause1 = _registerName1("pause"); @@ -17401,14 +17401,14 @@ class SentryCocoa { late final _sel_kind1 = _registerName1("kind"); late final _sel_setKind_1 = _registerName1("setKind:"); late final _sel_estimatedTimeRemaining1 = - _registerName1("estimatedTimeRemaining"); + _registerName1("estimatedTimeRemaining"); late final _sel_setEstimatedTimeRemaining_1 = - _registerName1("setEstimatedTimeRemaining:"); + _registerName1("setEstimatedTimeRemaining:"); void _objc_msgSend_620( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_620( obj, sel, @@ -17428,14 +17428,14 @@ class SentryCocoa { late final _sel_setThroughput_1 = _registerName1("setThroughput:"); late final _sel_fileOperationKind1 = _registerName1("fileOperationKind"); late final _sel_setFileOperationKind_1 = - _registerName1("setFileOperationKind:"); + _registerName1("setFileOperationKind:"); late final _sel_fileURL1 = _registerName1("fileURL"); late final _sel_setFileURL_1 = _registerName1("setFileURL:"); void _objc_msgSend_621( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_621( obj, sel, @@ -17455,17 +17455,17 @@ class SentryCocoa { late final _sel_setFileTotalCount_1 = _registerName1("setFileTotalCount:"); late final _sel_fileCompletedCount1 = _registerName1("fileCompletedCount"); late final _sel_setFileCompletedCount_1 = - _registerName1("setFileCompletedCount:"); + _registerName1("setFileCompletedCount:"); late final _sel_publish1 = _registerName1("publish"); late final _sel_unpublish1 = _registerName1("unpublish"); late final _sel_addSubscriberForFileURL_withPublishingHandler_1 = - _registerName1("addSubscriberForFileURL:withPublishingHandler:"); + _registerName1("addSubscriberForFileURL:withPublishingHandler:"); ffi.Pointer _objc_msgSend_622( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> publishingHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> publishingHandler, + ) { return __objc_msgSend_622( obj, sel, @@ -17491,15 +17491,15 @@ class SentryCocoa { late final _sel_removeSubscriber_1 = _registerName1("removeSubscriber:"); late final _sel_isOld1 = _registerName1("isOld"); late final _sel_registerDataRepresentationForTypeIdentifier_visibility_loadHandler_1 = - _registerName1( - "registerDataRepresentationForTypeIdentifier:visibility:loadHandler:"); + _registerName1( + "registerDataRepresentationForTypeIdentifier:visibility:loadHandler:"); void _objc_msgSend_623( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_623( obj, sel, @@ -17522,16 +17522,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1 = - _registerName1( - "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); + _registerName1( + "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); void _objc_msgSend_624( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_624( obj, sel, @@ -17556,14 +17556,14 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_registeredTypeIdentifiers1 = - _registerName1("registeredTypeIdentifiers"); + _registerName1("registeredTypeIdentifiers"); late final _sel_registeredTypeIdentifiersWithFileOptions_1 = - _registerName1("registeredTypeIdentifiersWithFileOptions:"); + _registerName1("registeredTypeIdentifiersWithFileOptions:"); ffi.Pointer _objc_msgSend_625( - ffi.Pointer obj, - ffi.Pointer sel, - int fileOptions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fileOptions, + ) { return __objc_msgSend_625( obj, sel, @@ -17580,16 +17580,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_hasItemConformingToTypeIdentifier_1 = - _registerName1("hasItemConformingToTypeIdentifier:"); + _registerName1("hasItemConformingToTypeIdentifier:"); late final _sel_hasRepresentationConformingToTypeIdentifier_fileOptions_1 = - _registerName1( - "hasRepresentationConformingToTypeIdentifier:fileOptions:"); + _registerName1( + "hasRepresentationConformingToTypeIdentifier:fileOptions:"); bool _objc_msgSend_626( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + ) { return __objc_msgSend_626( obj, sel, @@ -17607,14 +17607,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_loadDataRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadDataRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadDataRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_627( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_627( obj, sel, @@ -17638,14 +17638,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadFileRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadFileRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_628( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_628( obj, sel, @@ -17669,14 +17669,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_629( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_629( obj, sel, @@ -17702,13 +17702,13 @@ class SentryCocoa { late final _sel_suggestedName1 = _registerName1("suggestedName"); late final _sel_setSuggestedName_1 = _registerName1("setSuggestedName:"); late final _sel_registerObject_visibility_1 = - _registerName1("registerObject:visibility:"); + _registerName1("registerObject:visibility:"); void _objc_msgSend_630( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - int visibility, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + int visibility, + ) { return __objc_msgSend_630( obj, sel, @@ -17726,14 +17726,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_registerObjectOfClass_visibility_loadHandler_1 = - _registerName1("registerObjectOfClass:visibility:loadHandler:"); + _registerName1("registerObjectOfClass:visibility:loadHandler:"); void _objc_msgSend_631( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_631( obj, sel, @@ -17756,15 +17756,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_canLoadObjectOfClass_1 = - _registerName1("canLoadObjectOfClass:"); + _registerName1("canLoadObjectOfClass:"); late final _sel_loadObjectOfClass_completionHandler_1 = - _registerName1("loadObjectOfClass:completionHandler:"); + _registerName1("loadObjectOfClass:completionHandler:"); ffi.Pointer _objc_msgSend_632( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_632( obj, sel, @@ -17788,15 +17788,15 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithItem_typeIdentifier_1 = - _registerName1("initWithItem:typeIdentifier:"); + _registerName1("initWithItem:typeIdentifier:"); late final _sel_registerItemForTypeIdentifier_loadHandler_1 = - _registerName1("registerItemForTypeIdentifier:loadHandler:"); + _registerName1("registerItemForTypeIdentifier:loadHandler:"); void _objc_msgSend_633( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_633( obj, sel, @@ -17817,14 +17817,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadItemForTypeIdentifier_options_completionHandler_1 = - _registerName1("loadItemForTypeIdentifier:options:completionHandler:"); + _registerName1("loadItemForTypeIdentifier:options:completionHandler:"); void _objc_msgSend_634( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer options, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer options, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_634( obj, sel, @@ -17852,9 +17852,9 @@ class SentryCocoa { late final _sel_previewImageHandler1 = _registerName1("previewImageHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_635( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_635( obj, sel, @@ -17870,12 +17870,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setPreviewImageHandler_1 = - _registerName1("setPreviewImageHandler:"); + _registerName1("setPreviewImageHandler:"); void _objc_msgSend_636( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_636( obj, sel, @@ -17892,13 +17892,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadPreviewImageWithOptions_completionHandler_1 = - _registerName1("loadPreviewImageWithOptions:completionHandler:"); + _registerName1("loadPreviewImageWithOptions:completionHandler:"); void _objc_msgSend_637( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer options, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer options, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_637( obj, sel, @@ -17920,13 +17920,13 @@ class SentryCocoa { late final _class_NSMutableString1 = _getClass1("NSMutableString"); late final _sel_replaceCharactersInRange_withString_1 = - _registerName1("replaceCharactersInRange:withString:"); + _registerName1("replaceCharactersInRange:withString:"); void _objc_msgSend_638( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer aString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer aString, + ) { return __objc_msgSend_638( obj, sel, @@ -17944,13 +17944,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_insertString_atIndex_1 = - _registerName1("insertString:atIndex:"); + _registerName1("insertString:atIndex:"); void _objc_msgSend_639( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aString, - int loc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aString, + int loc, + ) { return __objc_msgSend_639( obj, sel, @@ -17968,20 +17968,20 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_deleteCharactersInRange_1 = - _registerName1("deleteCharactersInRange:"); + _registerName1("deleteCharactersInRange:"); late final _sel_appendString_1 = _registerName1("appendString:"); late final _sel_appendFormat_1 = _registerName1("appendFormat:"); late final _sel_setString_1 = _registerName1("setString:"); late final _sel_replaceOccurrencesOfString_withString_options_range_1 = - _registerName1("replaceOccurrencesOfString:withString:options:range:"); + _registerName1("replaceOccurrencesOfString:withString:options:range:"); int _objc_msgSend_640( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - int options, - _NSRange searchRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + int options, + _NSRange searchRange, + ) { return __objc_msgSend_640( obj, sel, @@ -18006,15 +18006,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_applyTransform_reverse_range_updatedRange_1 = - _registerName1("applyTransform:reverse:range:updatedRange:"); + _registerName1("applyTransform:reverse:range:updatedRange:"); bool _objc_msgSend_641( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer transform, - bool reverse, - _NSRange range, - ffi.Pointer<_NSRange> resultingRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer transform, + bool reverse, + _NSRange range, + ffi.Pointer<_NSRange> resultingRange, + ) { return __objc_msgSend_641( obj, sel, @@ -18039,10 +18039,10 @@ class SentryCocoa { ffi.Pointer, bool, _NSRange, ffi.Pointer<_NSRange>)>(); ffi.Pointer _objc_msgSend_642( - ffi.Pointer obj, - ffi.Pointer sel, - int capacity, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int capacity, + ) { return __objc_msgSend_642( obj, sel, @@ -18062,14 +18062,14 @@ class SentryCocoa { late final _class_NSNotification1 = _getClass1("NSNotification"); late final _sel_object1 = _registerName1("object"); late final _sel_initWithName_object_userInfo_1 = - _registerName1("initWithName:object:userInfo:"); + _registerName1("initWithName:object:userInfo:"); instancetype _objc_msgSend_643( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer object, - ffi.Pointer userInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer object, + ffi.Pointer userInfo, + ) { return __objc_msgSend_643( obj, sel, @@ -18096,15 +18096,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_notificationWithName_object_1 = - _registerName1("notificationWithName:object:"); + _registerName1("notificationWithName:object:"); late final _sel_notificationWithName_object_userInfo_1 = - _registerName1("notificationWithName:object:userInfo:"); + _registerName1("notificationWithName:object:userInfo:"); late final _class_NSBundle1 = _getClass1("NSBundle"); late final _sel_mainBundle1 = _registerName1("mainBundle"); ffi.Pointer _objc_msgSend_644( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_644( obj, sel, @@ -18125,10 +18125,10 @@ class SentryCocoa { late final _sel_initWithURL_1 = _registerName1("initWithURL:"); late final _sel_bundleForClass_1 = _registerName1("bundleForClass:"); ffi.Pointer _objc_msgSend_645( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_645( obj, sel, @@ -18145,12 +18145,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_bundleWithIdentifier_1 = - _registerName1("bundleWithIdentifier:"); + _registerName1("bundleWithIdentifier:"); ffi.Pointer _objc_msgSend_646( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_646( obj, sel, @@ -18171,15 +18171,15 @@ class SentryCocoa { late final _sel_isLoaded1 = _registerName1("isLoaded"); late final _sel_unload1 = _registerName1("unload"); late final _sel_preflightAndReturnError_1 = - _registerName1("preflightAndReturnError:"); + _registerName1("preflightAndReturnError:"); late final _sel_loadAndReturnError_1 = _registerName1("loadAndReturnError:"); late final _sel_bundleURL1 = _registerName1("bundleURL"); late final _sel_resourceURL1 = _registerName1("resourceURL"); late final _sel_executableURL1 = _registerName1("executableURL"); late final _sel_URLForAuxiliaryExecutable_1 = - _registerName1("URLForAuxiliaryExecutable:"); + _registerName1("URLForAuxiliaryExecutable:"); late final _sel_privateFrameworksURL1 = - _registerName1("privateFrameworksURL"); + _registerName1("privateFrameworksURL"); late final _sel_sharedFrameworksURL1 = _registerName1("sharedFrameworksURL"); late final _sel_sharedSupportURL1 = _registerName1("sharedSupportURL"); late final _sel_builtInPlugInsURL1 = _registerName1("builtInPlugInsURL"); @@ -18188,24 +18188,24 @@ class SentryCocoa { late final _sel_resourcePath1 = _registerName1("resourcePath"); late final _sel_executablePath1 = _registerName1("executablePath"); late final _sel_pathForAuxiliaryExecutable_1 = - _registerName1("pathForAuxiliaryExecutable:"); + _registerName1("pathForAuxiliaryExecutable:"); late final _sel_privateFrameworksPath1 = - _registerName1("privateFrameworksPath"); + _registerName1("privateFrameworksPath"); late final _sel_sharedFrameworksPath1 = - _registerName1("sharedFrameworksPath"); + _registerName1("sharedFrameworksPath"); late final _sel_sharedSupportPath1 = _registerName1("sharedSupportPath"); late final _sel_builtInPlugInsPath1 = _registerName1("builtInPlugInsPath"); late final _sel_URLForResource_withExtension_subdirectory_inBundleWithURL_1 = - _registerName1( - "URLForResource:withExtension:subdirectory:inBundleWithURL:"); + _registerName1( + "URLForResource:withExtension:subdirectory:inBundleWithURL:"); ffi.Pointer _objc_msgSend_647( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer bundleURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer bundleURL, + ) { return __objc_msgSend_647( obj, sel, @@ -18235,15 +18235,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_1 = - _registerName1( - "URLsForResourcesWithExtension:subdirectory:inBundleWithURL:"); + _registerName1( + "URLsForResourcesWithExtension:subdirectory:inBundleWithURL:"); ffi.Pointer _objc_msgSend_648( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer bundleURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer bundleURL, + ) { return __objc_msgSend_648( obj, sel, @@ -18270,13 +18270,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_1 = - _registerName1("URLForResource:withExtension:"); + _registerName1("URLForResource:withExtension:"); ffi.Pointer _objc_msgSend_649( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ) { return __objc_msgSend_649( obj, sel, @@ -18300,14 +18300,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_subdirectory_1 = - _registerName1("URLForResource:withExtension:subdirectory:"); + _registerName1("URLForResource:withExtension:subdirectory:"); ffi.Pointer _objc_msgSend_650( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ) { return __objc_msgSend_650( obj, sel, @@ -18334,15 +18334,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_subdirectory_localization_1 = - _registerName1("URLForResource:withExtension:subdirectory:localization:"); + _registerName1("URLForResource:withExtension:subdirectory:localization:"); ffi.Pointer _objc_msgSend_651( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_651( obj, sel, @@ -18372,13 +18372,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_1 = - _registerName1("URLsForResourcesWithExtension:subdirectory:"); + _registerName1("URLsForResourcesWithExtension:subdirectory:"); ffi.Pointer _objc_msgSend_652( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ) { return __objc_msgSend_652( obj, sel, @@ -18402,15 +18402,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_localization_1 = - _registerName1( - "URLsForResourcesWithExtension:subdirectory:localization:"); + _registerName1( + "URLsForResourcesWithExtension:subdirectory:localization:"); ffi.Pointer _objc_msgSend_653( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_653( obj, sel, @@ -18437,14 +18437,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathForResource_ofType_inDirectory_1 = - _registerName1("pathForResource:ofType:inDirectory:"); + _registerName1("pathForResource:ofType:inDirectory:"); ffi.Pointer _objc_msgSend_654( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer bundlePath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer bundlePath, + ) { return __objc_msgSend_654( obj, sel, @@ -18471,19 +18471,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathsForResourcesOfType_inDirectory_1 = - _registerName1("pathsForResourcesOfType:inDirectory:"); + _registerName1("pathsForResourcesOfType:inDirectory:"); late final _sel_pathForResource_ofType_1 = - _registerName1("pathForResource:ofType:"); + _registerName1("pathForResource:ofType:"); late final _sel_pathForResource_ofType_inDirectory_forLocalization_1 = - _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); + _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); ffi.Pointer _objc_msgSend_655( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_655( obj, sel, @@ -18513,18 +18513,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathsForResourcesOfType_inDirectory_forLocalization_1 = - _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); + _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); late final _sel_localizedStringForKey_value_table_1 = - _registerName1("localizedStringForKey:value:table:"); + _registerName1("localizedStringForKey:value:table:"); late final _class_NSAttributedString1 = _getClass1("NSAttributedString"); late final _sel_attributesAtIndex_effectiveRange_1 = - _registerName1("attributesAtIndex:effectiveRange:"); + _registerName1("attributesAtIndex:effectiveRange:"); ffi.Pointer _objc_msgSend_656( - ffi.Pointer obj, - ffi.Pointer sel, - int location, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int location, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_656( obj, sel, @@ -18545,14 +18545,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_attribute_atIndex_effectiveRange_1 = - _registerName1("attribute:atIndex:effectiveRange:"); + _registerName1("attribute:atIndex:effectiveRange:"); ffi.Pointer _objc_msgSend_657( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - int location, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + int location, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_657( obj, sel, @@ -18579,12 +18579,12 @@ class SentryCocoa { ffi.Pointer<_NSRange>)>(); late final _sel_attributedSubstringFromRange_1 = - _registerName1("attributedSubstringFromRange:"); + _registerName1("attributedSubstringFromRange:"); ffi.Pointer _objc_msgSend_658( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_658( obj, sel, @@ -18601,14 +18601,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_attributesAtIndex_longestEffectiveRange_inRange_1 = - _registerName1("attributesAtIndex:longestEffectiveRange:inRange:"); + _registerName1("attributesAtIndex:longestEffectiveRange:inRange:"); ffi.Pointer _objc_msgSend_659( - ffi.Pointer obj, - ffi.Pointer sel, - int location, - ffi.Pointer<_NSRange> range, - _NSRange rangeLimit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int location, + ffi.Pointer<_NSRange> range, + _NSRange rangeLimit, + ) { return __objc_msgSend_659( obj, sel, @@ -18631,15 +18631,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>, _NSRange)>(); late final _sel_attribute_atIndex_longestEffectiveRange_inRange_1 = - _registerName1("attribute:atIndex:longestEffectiveRange:inRange:"); + _registerName1("attribute:atIndex:longestEffectiveRange:inRange:"); ffi.Pointer _objc_msgSend_660( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - int location, - ffi.Pointer<_NSRange> range, - _NSRange rangeLimit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + int location, + ffi.Pointer<_NSRange> range, + _NSRange rangeLimit, + ) { return __objc_msgSend_660( obj, sel, @@ -18669,12 +18669,12 @@ class SentryCocoa { _NSRange)>(); late final _sel_isEqualToAttributedString_1 = - _registerName1("isEqualToAttributedString:"); + _registerName1("isEqualToAttributedString:"); bool _objc_msgSend_661( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_661( obj, sel, @@ -18691,14 +18691,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithString_attributes_1 = - _registerName1("initWithString:attributes:"); + _registerName1("initWithString:attributes:"); late final _sel_initWithAttributedString_1 = - _registerName1("initWithAttributedString:"); + _registerName1("initWithAttributedString:"); instancetype _objc_msgSend_662( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrStr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrStr, + ) { return __objc_msgSend_662( obj, sel, @@ -18715,14 +18715,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_enumerateAttributesInRange_options_usingBlock_1 = - _registerName1("enumerateAttributesInRange:options:usingBlock:"); + _registerName1("enumerateAttributesInRange:options:usingBlock:"); void _objc_msgSend_663( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange enumerationRange, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange enumerationRange, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_663( obj, sel, @@ -18741,15 +18741,15 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateAttribute_inRange_options_usingBlock_1 = - _registerName1("enumerateAttribute:inRange:options:usingBlock:"); + _registerName1("enumerateAttribute:inRange:options:usingBlock:"); void _objc_msgSend_664( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - _NSRange enumerationRange, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + _NSRange enumerationRange, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_664( obj, sel, @@ -18774,16 +18774,16 @@ class SentryCocoa { ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _class_NSAttributedStringMarkdownParsingOptions1 = - _getClass1("NSAttributedStringMarkdownParsingOptions"); + _getClass1("NSAttributedStringMarkdownParsingOptions"); late final _sel_allowsExtendedAttributes1 = - _registerName1("allowsExtendedAttributes"); + _registerName1("allowsExtendedAttributes"); late final _sel_setAllowsExtendedAttributes_1 = - _registerName1("setAllowsExtendedAttributes:"); + _registerName1("setAllowsExtendedAttributes:"); late final _sel_interpretedSyntax1 = _registerName1("interpretedSyntax"); int _objc_msgSend_665( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_665( obj, sel, @@ -18798,12 +18798,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setInterpretedSyntax_1 = - _registerName1("setInterpretedSyntax:"); + _registerName1("setInterpretedSyntax:"); void _objc_msgSend_666( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_666( obj, sel, @@ -18820,9 +18820,9 @@ class SentryCocoa { late final _sel_failurePolicy1 = _registerName1("failurePolicy"); int _objc_msgSend_667( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_667( obj, sel, @@ -18838,10 +18838,10 @@ class SentryCocoa { late final _sel_setFailurePolicy_1 = _registerName1("setFailurePolicy:"); void _objc_msgSend_668( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_668( obj, sel, @@ -18858,20 +18858,20 @@ class SentryCocoa { late final _sel_setLanguageCode_1 = _registerName1("setLanguageCode:"); late final _sel_appliesSourcePositionAttributes1 = - _registerName1("appliesSourcePositionAttributes"); + _registerName1("appliesSourcePositionAttributes"); late final _sel_setAppliesSourcePositionAttributes_1 = - _registerName1("setAppliesSourcePositionAttributes:"); + _registerName1("setAppliesSourcePositionAttributes:"); late final _sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1 = - _registerName1( - "initWithContentsOfMarkdownFileAtURL:options:baseURL:error:"); + _registerName1( + "initWithContentsOfMarkdownFileAtURL:options:baseURL:error:"); instancetype _objc_msgSend_669( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdownFile, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdownFile, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_669( obj, sel, @@ -18901,15 +18901,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithMarkdown_options_baseURL_error_1 = - _registerName1("initWithMarkdown:options:baseURL:error:"); + _registerName1("initWithMarkdown:options:baseURL:error:"); instancetype _objc_msgSend_670( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdown, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdown, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_670( obj, sel, @@ -18939,15 +18939,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithMarkdownString_options_baseURL_error_1 = - _registerName1("initWithMarkdownString:options:baseURL:error:"); + _registerName1("initWithMarkdownString:options:baseURL:error:"); instancetype _objc_msgSend_671( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdownString, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdownString, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_671( obj, sel, @@ -18977,14 +18977,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithFormat_options_locale_1 = - _registerName1("initWithFormat:options:locale:"); + _registerName1("initWithFormat:options:locale:"); instancetype _objc_msgSend_672( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ffi.Pointer locale, + ) { return __objc_msgSend_672( obj, sel, @@ -19007,15 +19007,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_initWithFormat_options_locale_arguments_1 = - _registerName1("initWithFormat:options:locale:arguments:"); + _registerName1("initWithFormat:options:locale:arguments:"); instancetype _objc_msgSend_673( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> arguments, + ) { return __objc_msgSend_673( obj, sel, @@ -19045,15 +19045,15 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_localizedAttributedStringWithFormat_1 = - _registerName1("localizedAttributedStringWithFormat:"); + _registerName1("localizedAttributedStringWithFormat:"); late final _sel_localizedAttributedStringWithFormat_options_1 = - _registerName1("localizedAttributedStringWithFormat:options:"); + _registerName1("localizedAttributedStringWithFormat:options:"); instancetype _objc_msgSend_674( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ) { return __objc_msgSend_674( obj, sel, @@ -19071,11 +19071,11 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_attributedStringByInflectingString1 = - _registerName1("attributedStringByInflectingString"); + _registerName1("attributedStringByInflectingString"); ffi.Pointer _objc_msgSend_675( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_675( obj, sel, @@ -19091,14 +19091,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedAttributedStringForKey_value_table_1 = - _registerName1("localizedAttributedStringForKey:value:table:"); + _registerName1("localizedAttributedStringForKey:value:table:"); ffi.Pointer _objc_msgSend_676( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer value, - ffi.Pointer tableName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer value, + ffi.Pointer tableName, + ) { return __objc_msgSend_676( obj, sel, @@ -19127,26 +19127,26 @@ class SentryCocoa { late final _sel_bundleIdentifier1 = _registerName1("bundleIdentifier"); late final _sel_infoDictionary1 = _registerName1("infoDictionary"); late final _sel_localizedInfoDictionary1 = - _registerName1("localizedInfoDictionary"); + _registerName1("localizedInfoDictionary"); late final _sel_objectForInfoDictionaryKey_1 = - _registerName1("objectForInfoDictionaryKey:"); + _registerName1("objectForInfoDictionaryKey:"); late final _sel_classNamed_1 = _registerName1("classNamed:"); late final _sel_principalClass1 = _registerName1("principalClass"); late final _sel_preferredLocalizations1 = - _registerName1("preferredLocalizations"); + _registerName1("preferredLocalizations"); late final _sel_localizations1 = _registerName1("localizations"); late final _sel_developmentLocalization1 = - _registerName1("developmentLocalization"); + _registerName1("developmentLocalization"); late final _sel_preferredLocalizationsFromArray_1 = - _registerName1("preferredLocalizationsFromArray:"); + _registerName1("preferredLocalizationsFromArray:"); late final _sel_preferredLocalizationsFromArray_forPreferences_1 = - _registerName1("preferredLocalizationsFromArray:forPreferences:"); + _registerName1("preferredLocalizationsFromArray:forPreferences:"); ffi.Pointer _objc_msgSend_677( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localizationsArray, - ffi.Pointer preferencesArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localizationsArray, + ffi.Pointer preferencesArray, + ) { return __objc_msgSend_677( obj, sel, @@ -19170,15 +19170,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_executableArchitectures1 = - _registerName1("executableArchitectures"); + _registerName1("executableArchitectures"); late final _sel_setPreservationPriority_forTags_1 = - _registerName1("setPreservationPriority:forTags:"); + _registerName1("setPreservationPriority:forTags:"); void _objc_msgSend_678( - ffi.Pointer obj, - ffi.Pointer sel, - double priority, - ffi.Pointer tags, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double priority, + ffi.Pointer tags, + ) { return __objc_msgSend_678( obj, sel, @@ -19196,17 +19196,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_preservationPriorityForTag_1 = - _registerName1("preservationPriorityForTag:"); + _registerName1("preservationPriorityForTag:"); late final _class_NSMutableAttributedString1 = - _getClass1("NSMutableAttributedString"); + _getClass1("NSMutableAttributedString"); late final _sel_setAttributes_range_1 = - _registerName1("setAttributes:range:"); + _registerName1("setAttributes:range:"); void _objc_msgSend_679( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrs, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrs, + _NSRange range, + ) { return __objc_msgSend_679( obj, sel, @@ -19225,9 +19225,9 @@ class SentryCocoa { late final _sel_mutableString1 = _registerName1("mutableString"); ffi.Pointer _objc_msgSend_680( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_680( obj, sel, @@ -19243,14 +19243,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addAttribute_value_range_1 = - _registerName1("addAttribute:value:range:"); + _registerName1("addAttribute:value:range:"); void _objc_msgSend_681( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer value, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer value, + _NSRange range, + ) { return __objc_msgSend_681( obj, sel, @@ -19273,15 +19273,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_addAttributes_range_1 = - _registerName1("addAttributes:range:"); + _registerName1("addAttributes:range:"); late final _sel_removeAttribute_range_1 = - _registerName1("removeAttribute:range:"); + _registerName1("removeAttribute:range:"); void _objc_msgSend_682( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + _NSRange range, + ) { return __objc_msgSend_682( obj, sel, @@ -19299,13 +19299,13 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_replaceCharactersInRange_withAttributedString_1 = - _registerName1("replaceCharactersInRange:withAttributedString:"); + _registerName1("replaceCharactersInRange:withAttributedString:"); void _objc_msgSend_683( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer attrString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer attrString, + ) { return __objc_msgSend_683( obj, sel, @@ -19323,13 +19323,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_insertAttributedString_atIndex_1 = - _registerName1("insertAttributedString:atIndex:"); + _registerName1("insertAttributedString:atIndex:"); void _objc_msgSend_684( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrString, - int loc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrString, + int loc, + ) { return __objc_msgSend_684( obj, sel, @@ -19347,12 +19347,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_appendAttributedString_1 = - _registerName1("appendAttributedString:"); + _registerName1("appendAttributedString:"); void _objc_msgSend_685( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrString, + ) { return __objc_msgSend_685( obj, sel, @@ -19369,23 +19369,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setAttributedString_1 = - _registerName1("setAttributedString:"); + _registerName1("setAttributedString:"); late final _sel_beginEditing1 = _registerName1("beginEditing"); late final _sel_endEditing1 = _registerName1("endEditing"); late final _sel_appendLocalizedFormat_1 = - _registerName1("appendLocalizedFormat:"); + _registerName1("appendLocalizedFormat:"); late final _class_NSDateFormatter1 = _getClass1("NSDateFormatter"); late final _class_NSFormatter1 = _getClass1("NSFormatter"); late final _sel_stringForObjectValue_1 = - _registerName1("stringForObjectValue:"); + _registerName1("stringForObjectValue:"); late final _sel_attributedStringForObjectValue_withDefaultAttributes_1 = - _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); + _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); ffi.Pointer _objc_msgSend_686( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - ffi.Pointer attrs, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + ffi.Pointer attrs, + ) { return __objc_msgSend_686( obj, sel, @@ -19409,16 +19409,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_editingStringForObjectValue_1 = - _registerName1("editingStringForObjectValue:"); + _registerName1("editingStringForObjectValue:"); late final _sel_getObjectValue_forString_errorDescription_1 = - _registerName1("getObjectValue:forString:errorDescription:"); + _registerName1("getObjectValue:forString:errorDescription:"); bool _objc_msgSend_687( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer> error, + ) { return __objc_msgSend_687( obj, sel, @@ -19445,14 +19445,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isPartialStringValid_newEditingString_errorDescription_1 = - _registerName1("isPartialStringValid:newEditingString:errorDescription:"); + _registerName1("isPartialStringValid:newEditingString:errorDescription:"); bool _objc_msgSend_688( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer partialString, - ffi.Pointer> newString, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer partialString, + ffi.Pointer> newString, + ffi.Pointer> error, + ) { return __objc_msgSend_688( obj, sel, @@ -19479,17 +19479,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1 = - _registerName1( - "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); + _registerName1( + "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); bool _objc_msgSend_689( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> partialStringPtr, - ffi.Pointer<_NSRange> proposedSelRangePtr, - ffi.Pointer origString, - _NSRange origSelRange, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> partialStringPtr, + ffi.Pointer<_NSRange> proposedSelRangePtr, + ffi.Pointer origString, + _NSRange origSelRange, + ffi.Pointer> error, + ) { return __objc_msgSend_689( obj, sel, @@ -19523,9 +19523,9 @@ class SentryCocoa { late final _sel_formattingContext1 = _registerName1("formattingContext"); int _objc_msgSend_690( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_690( obj, sel, @@ -19540,12 +19540,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setFormattingContext_1 = - _registerName1("setFormattingContext:"); + _registerName1("setFormattingContext:"); void _objc_msgSend_691( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_691( obj, sel, @@ -19561,15 +19561,15 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_getObjectValue_forString_range_error_1 = - _registerName1("getObjectValue:forString:range:error:"); + _registerName1("getObjectValue:forString:range:error:"); bool _objc_msgSend_692( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer<_NSRange> rangep, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer<_NSRange> rangep, + ffi.Pointer> error, + ) { return __objc_msgSend_692( obj, sel, @@ -19601,14 +19601,14 @@ class SentryCocoa { late final _sel_stringFromDate_1 = _registerName1("stringFromDate:"); late final _sel_dateFromString_1 = _registerName1("dateFromString:"); late final _sel_localizedStringFromDate_dateStyle_timeStyle_1 = - _registerName1("localizedStringFromDate:dateStyle:timeStyle:"); + _registerName1("localizedStringFromDate:dateStyle:timeStyle:"); ffi.Pointer _objc_msgSend_693( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int dstyle, - int tstyle, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int dstyle, + int tstyle, + ) { return __objc_msgSend_693( obj, sel, @@ -19631,14 +19631,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_dateFormatFromTemplate_options_locale_1 = - _registerName1("dateFormatFromTemplate:options:locale:"); + _registerName1("dateFormatFromTemplate:options:locale:"); ffi.Pointer _objc_msgSend_694( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer tmplate, - int opts, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer tmplate, + int opts, + ffi.Pointer locale, + ) { return __objc_msgSend_694( obj, sel, @@ -19665,11 +19665,11 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_defaultFormatterBehavior1 = - _registerName1("defaultFormatterBehavior"); + _registerName1("defaultFormatterBehavior"); int _objc_msgSend_695( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_695( obj, sel, @@ -19684,12 +19684,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefaultFormatterBehavior_1 = - _registerName1("setDefaultFormatterBehavior:"); + _registerName1("setDefaultFormatterBehavior:"); void _objc_msgSend_696( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_696( obj, sel, @@ -19705,14 +19705,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setLocalizedDateFormatFromTemplate_1 = - _registerName1("setLocalizedDateFormatFromTemplate:"); + _registerName1("setLocalizedDateFormatFromTemplate:"); late final _sel_dateFormat1 = _registerName1("dateFormat"); late final _sel_setDateFormat_1 = _registerName1("setDateFormat:"); late final _sel_dateStyle1 = _registerName1("dateStyle"); int _objc_msgSend_697( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_697( obj, sel, @@ -19728,10 +19728,10 @@ class SentryCocoa { late final _sel_setDateStyle_1 = _registerName1("setDateStyle:"); void _objc_msgSend_698( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_698( obj, sel, @@ -19751,10 +19751,10 @@ class SentryCocoa { late final _sel_locale1 = _registerName1("locale"); late final _sel_setLocale_1 = _registerName1("setLocale:"); void _objc_msgSend_699( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_699( obj, sel, @@ -19771,18 +19771,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_generatesCalendarDates1 = - _registerName1("generatesCalendarDates"); + _registerName1("generatesCalendarDates"); late final _sel_setGeneratesCalendarDates_1 = - _registerName1("setGeneratesCalendarDates:"); + _registerName1("setGeneratesCalendarDates:"); late final _sel_formatterBehavior1 = _registerName1("formatterBehavior"); late final _sel_setFormatterBehavior_1 = - _registerName1("setFormatterBehavior:"); + _registerName1("setFormatterBehavior:"); late final _class_NSCalendar1 = _getClass1("NSCalendar"); late final _sel_currentCalendar1 = _registerName1("currentCalendar"); ffi.Pointer _objc_msgSend_700( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_700( obj, sel, @@ -19798,14 +19798,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_autoupdatingCurrentCalendar1 = - _registerName1("autoupdatingCurrentCalendar"); + _registerName1("autoupdatingCurrentCalendar"); late final _sel_calendarWithIdentifier_1 = - _registerName1("calendarWithIdentifier:"); + _registerName1("calendarWithIdentifier:"); ffi.Pointer _objc_msgSend_701( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer calendarIdentifierConstant, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer calendarIdentifierConstant, + ) { return __objc_msgSend_701( obj, sel, @@ -19822,50 +19822,50 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithCalendarIdentifier_1 = - _registerName1("initWithCalendarIdentifier:"); + _registerName1("initWithCalendarIdentifier:"); late final _sel_firstWeekday1 = _registerName1("firstWeekday"); late final _sel_setFirstWeekday_1 = _registerName1("setFirstWeekday:"); late final _sel_minimumDaysInFirstWeek1 = - _registerName1("minimumDaysInFirstWeek"); + _registerName1("minimumDaysInFirstWeek"); late final _sel_setMinimumDaysInFirstWeek_1 = - _registerName1("setMinimumDaysInFirstWeek:"); + _registerName1("setMinimumDaysInFirstWeek:"); late final _sel_eraSymbols1 = _registerName1("eraSymbols"); late final _sel_longEraSymbols1 = _registerName1("longEraSymbols"); late final _sel_monthSymbols1 = _registerName1("monthSymbols"); late final _sel_shortMonthSymbols1 = _registerName1("shortMonthSymbols"); late final _sel_veryShortMonthSymbols1 = - _registerName1("veryShortMonthSymbols"); + _registerName1("veryShortMonthSymbols"); late final _sel_standaloneMonthSymbols1 = - _registerName1("standaloneMonthSymbols"); + _registerName1("standaloneMonthSymbols"); late final _sel_shortStandaloneMonthSymbols1 = - _registerName1("shortStandaloneMonthSymbols"); + _registerName1("shortStandaloneMonthSymbols"); late final _sel_veryShortStandaloneMonthSymbols1 = - _registerName1("veryShortStandaloneMonthSymbols"); + _registerName1("veryShortStandaloneMonthSymbols"); late final _sel_weekdaySymbols1 = _registerName1("weekdaySymbols"); late final _sel_shortWeekdaySymbols1 = _registerName1("shortWeekdaySymbols"); late final _sel_veryShortWeekdaySymbols1 = - _registerName1("veryShortWeekdaySymbols"); + _registerName1("veryShortWeekdaySymbols"); late final _sel_standaloneWeekdaySymbols1 = - _registerName1("standaloneWeekdaySymbols"); + _registerName1("standaloneWeekdaySymbols"); late final _sel_shortStandaloneWeekdaySymbols1 = - _registerName1("shortStandaloneWeekdaySymbols"); + _registerName1("shortStandaloneWeekdaySymbols"); late final _sel_veryShortStandaloneWeekdaySymbols1 = - _registerName1("veryShortStandaloneWeekdaySymbols"); + _registerName1("veryShortStandaloneWeekdaySymbols"); late final _sel_quarterSymbols1 = _registerName1("quarterSymbols"); late final _sel_shortQuarterSymbols1 = _registerName1("shortQuarterSymbols"); late final _sel_standaloneQuarterSymbols1 = - _registerName1("standaloneQuarterSymbols"); + _registerName1("standaloneQuarterSymbols"); late final _sel_shortStandaloneQuarterSymbols1 = - _registerName1("shortStandaloneQuarterSymbols"); + _registerName1("shortStandaloneQuarterSymbols"); late final _sel_AMSymbol1 = _registerName1("AMSymbol"); late final _sel_PMSymbol1 = _registerName1("PMSymbol"); late final _sel_minimumRangeOfUnit_1 = _registerName1("minimumRangeOfUnit:"); void _objc_msgSend_702( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ) { return __objc_msgSend_702( stret, obj, @@ -19884,15 +19884,15 @@ class SentryCocoa { late final _sel_maximumRangeOfUnit_1 = _registerName1("maximumRangeOfUnit:"); late final _sel_rangeOfUnit_inUnit_forDate_1 = - _registerName1("rangeOfUnit:inUnit:forDate:"); + _registerName1("rangeOfUnit:inUnit:forDate:"); void _objc_msgSend_703( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int smaller, - int larger, - ffi.Pointer date, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int smaller, + int larger, + ffi.Pointer date, + ) { return __objc_msgSend_703( stret, obj, @@ -19917,14 +19917,14 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_ordinalityOfUnit_inUnit_forDate_1 = - _registerName1("ordinalityOfUnit:inUnit:forDate:"); + _registerName1("ordinalityOfUnit:inUnit:forDate:"); int _objc_msgSend_704( - ffi.Pointer obj, - ffi.Pointer sel, - int smaller, - int larger, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int smaller, + int larger, + ffi.Pointer date, + ) { return __objc_msgSend_704( obj, sel, @@ -19947,15 +19947,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rangeOfUnit_startDate_interval_forDate_1 = - _registerName1("rangeOfUnit:startDate:interval:forDate:"); + _registerName1("rangeOfUnit:startDate:interval:forDate:"); bool _objc_msgSend_705( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ffi.Pointer> datep, - ffi.Pointer tip, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ffi.Pointer> datep, + ffi.Pointer tip, + ffi.Pointer date, + ) { return __objc_msgSend_705( obj, sel, @@ -19988,10 +19988,10 @@ class SentryCocoa { late final _sel_calendar1 = _registerName1("calendar"); late final _sel_setCalendar_1 = _registerName1("setCalendar:"); void _objc_msgSend_706( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_706( obj, sel, @@ -20035,19 +20035,19 @@ class SentryCocoa { late final _sel_setWeekOfYear_1 = _registerName1("setWeekOfYear:"); late final _sel_yearForWeekOfYear1 = _registerName1("yearForWeekOfYear"); late final _sel_setYearForWeekOfYear_1 = - _registerName1("setYearForWeekOfYear:"); + _registerName1("setYearForWeekOfYear:"); late final _sel_isLeapMonth1 = _registerName1("isLeapMonth"); late final _sel_setLeapMonth_1 = _registerName1("setLeapMonth:"); late final _sel_week1 = _registerName1("week"); late final _sel_setWeek_1 = _registerName1("setWeek:"); late final _sel_setValue_forComponent_1 = - _registerName1("setValue:forComponent:"); + _registerName1("setValue:forComponent:"); void _objc_msgSend_707( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + int unit, + ) { return __objc_msgSend_707( obj, sel, @@ -20065,10 +20065,10 @@ class SentryCocoa { late final _sel_valueForComponent_1 = _registerName1("valueForComponent:"); int _objc_msgSend_708( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ) { return __objc_msgSend_708( obj, sel, @@ -20085,12 +20085,12 @@ class SentryCocoa { late final _sel_isValidDate1 = _registerName1("isValidDate"); late final _sel_isValidDateInCalendar_1 = - _registerName1("isValidDateInCalendar:"); + _registerName1("isValidDateInCalendar:"); bool _objc_msgSend_709( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer calendar, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer calendar, + ) { return __objc_msgSend_709( obj, sel, @@ -20108,10 +20108,10 @@ class SentryCocoa { late final _sel_dateFromComponents_1 = _registerName1("dateFromComponents:"); ffi.Pointer _objc_msgSend_710( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comps, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comps, + ) { return __objc_msgSend_710( obj, sel, @@ -20128,13 +20128,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_components_fromDate_1 = - _registerName1("components:fromDate:"); + _registerName1("components:fromDate:"); ffi.Pointer _objc_msgSend_711( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer date, + ) { return __objc_msgSend_711( obj, sel, @@ -20155,14 +20155,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_dateByAddingComponents_toDate_options_1 = - _registerName1("dateByAddingComponents:toDate:options:"); + _registerName1("dateByAddingComponents:toDate:options:"); ffi.Pointer _objc_msgSend_712( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comps, - ffi.Pointer date, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comps, + ffi.Pointer date, + int opts, + ) { return __objc_msgSend_712( obj, sel, @@ -20189,15 +20189,15 @@ class SentryCocoa { int)>(); late final _sel_components_fromDate_toDate_options_1 = - _registerName1("components:fromDate:toDate:options:"); + _registerName1("components:fromDate:toDate:options:"); ffi.Pointer _objc_msgSend_713( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer startingDate, - ffi.Pointer resultDate, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer startingDate, + ffi.Pointer resultDate, + int opts, + ) { return __objc_msgSend_713( obj, sel, @@ -20227,16 +20227,16 @@ class SentryCocoa { int)>(); late final _sel_getEra_year_month_day_fromDate_1 = - _registerName1("getEra:year:month:day:fromDate:"); + _registerName1("getEra:year:month:day:fromDate:"); void _objc_msgSend_714( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eraValuePointer, - ffi.Pointer yearValuePointer, - ffi.Pointer monthValuePointer, - ffi.Pointer dayValuePointer, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eraValuePointer, + ffi.Pointer yearValuePointer, + ffi.Pointer monthValuePointer, + ffi.Pointer dayValuePointer, + ffi.Pointer date, + ) { return __objc_msgSend_714( obj, sel, @@ -20269,16 +20269,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_getEra_yearForWeekOfYear_weekOfYear_weekday_fromDate_1 = - _registerName1("getEra:yearForWeekOfYear:weekOfYear:weekday:fromDate:"); + _registerName1("getEra:yearForWeekOfYear:weekOfYear:weekday:fromDate:"); late final _sel_getHour_minute_second_nanosecond_fromDate_1 = - _registerName1("getHour:minute:second:nanosecond:fromDate:"); + _registerName1("getHour:minute:second:nanosecond:fromDate:"); late final _sel_component_fromDate_1 = _registerName1("component:fromDate:"); int _objc_msgSend_715( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ffi.Pointer date, + ) { return __objc_msgSend_715( obj, sel, @@ -20296,20 +20296,20 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithEra_year_month_day_hour_minute_second_nanosecond_1 = - _registerName1( - "dateWithEra:year:month:day:hour:minute:second:nanosecond:"); + _registerName1( + "dateWithEra:year:month:day:hour:minute:second:nanosecond:"); ffi.Pointer _objc_msgSend_716( - ffi.Pointer obj, - ffi.Pointer sel, - int eraValue, - int yearValue, - int monthValue, - int dayValue, - int hourValue, - int minuteValue, - int secondValue, - int nanosecondValue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eraValue, + int yearValue, + int monthValue, + int dayValue, + int hourValue, + int minuteValue, + int secondValue, + int nanosecondValue, + ) { return __objc_msgSend_716( obj, sel, @@ -20342,17 +20342,17 @@ class SentryCocoa { ffi.Pointer, int, int, int, int, int, int, int, int)>(); late final _sel_dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_1 = - _registerName1( - "dateWithEra:yearForWeekOfYear:weekOfYear:weekday:hour:minute:second:nanosecond:"); + _registerName1( + "dateWithEra:yearForWeekOfYear:weekOfYear:weekday:hour:minute:second:nanosecond:"); late final _sel_startOfDayForDate_1 = _registerName1("startOfDayForDate:"); late final _sel_componentsInTimeZone_fromDate_1 = - _registerName1("componentsInTimeZone:fromDate:"); + _registerName1("componentsInTimeZone:fromDate:"); ffi.Pointer _objc_msgSend_717( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer timezone, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer timezone, + ffi.Pointer date, + ) { return __objc_msgSend_717( obj, sel, @@ -20376,14 +20376,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_compareDate_toDate_toUnitGranularity_1 = - _registerName1("compareDate:toDate:toUnitGranularity:"); + _registerName1("compareDate:toDate:toUnitGranularity:"); int _objc_msgSend_718( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + int unit, + ) { return __objc_msgSend_718( obj, sel, @@ -20406,14 +20406,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_equalToDate_toUnitGranularity_1 = - _registerName1("isDate:equalToDate:toUnitGranularity:"); + _registerName1("isDate:equalToDate:toUnitGranularity:"); bool _objc_msgSend_719( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + int unit, + ) { return __objc_msgSend_719( obj, sel, @@ -20436,13 +20436,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_inSameDayAsDate_1 = - _registerName1("isDate:inSameDayAsDate:"); + _registerName1("isDate:inSameDayAsDate:"); bool _objc_msgSend_720( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + ) { return __objc_msgSend_720( obj, sel, @@ -20467,14 +20467,14 @@ class SentryCocoa { late final _sel_isDateInTomorrow_1 = _registerName1("isDateInTomorrow:"); late final _sel_isDateInWeekend_1 = _registerName1("isDateInWeekend:"); late final _sel_rangeOfWeekendStartDate_interval_containingDate_1 = - _registerName1("rangeOfWeekendStartDate:interval:containingDate:"); + _registerName1("rangeOfWeekendStartDate:interval:containingDate:"); bool _objc_msgSend_721( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> datep, - ffi.Pointer tip, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> datep, + ffi.Pointer tip, + ffi.Pointer date, + ) { return __objc_msgSend_721( obj, sel, @@ -20501,15 +20501,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_nextWeekendStartDate_interval_options_afterDate_1 = - _registerName1("nextWeekendStartDate:interval:options:afterDate:"); + _registerName1("nextWeekendStartDate:interval:options:afterDate:"); bool _objc_msgSend_722( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> datep, - ffi.Pointer tip, - int options, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> datep, + ffi.Pointer tip, + int options, + ffi.Pointer date, + ) { return __objc_msgSend_722( obj, sel, @@ -20539,15 +20539,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_components_fromDateComponents_toDateComponents_options_1 = - _registerName1("components:fromDateComponents:toDateComponents:options:"); + _registerName1("components:fromDateComponents:toDateComponents:options:"); ffi.Pointer _objc_msgSend_723( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer startingDateComp, - ffi.Pointer resultDateComp, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer startingDateComp, + ffi.Pointer resultDateComp, + int options, + ) { return __objc_msgSend_723( obj, sel, @@ -20577,15 +20577,15 @@ class SentryCocoa { int)>(); late final _sel_dateByAddingUnit_value_toDate_options_1 = - _registerName1("dateByAddingUnit:value:toDate:options:"); + _registerName1("dateByAddingUnit:value:toDate:options:"); ffi.Pointer _objc_msgSend_724( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - int value, - ffi.Pointer date, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + int value, + ffi.Pointer date, + int options, + ) { return __objc_msgSend_724( obj, sel, @@ -20610,16 +20610,16 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer, int)>(); late final _sel_enumerateDatesStartingAfterDate_matchingComponents_options_usingBlock_1 = - _registerName1( - "enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:"); + _registerName1( + "enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:"); void _objc_msgSend_725( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer start, - ffi.Pointer comps, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer start, + ffi.Pointer comps, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_725( obj, sel, @@ -20649,14 +20649,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_nextDateAfterDate_matchingComponents_options_1 = - _registerName1("nextDateAfterDate:matchingComponents:options:"); + _registerName1("nextDateAfterDate:matchingComponents:options:"); ffi.Pointer _objc_msgSend_726( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ffi.Pointer comps, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ffi.Pointer comps, + int options, + ) { return __objc_msgSend_726( obj, sel, @@ -20683,15 +20683,15 @@ class SentryCocoa { int)>(); late final _sel_nextDateAfterDate_matchingUnit_value_options_1 = - _registerName1("nextDateAfterDate:matchingUnit:value:options:"); + _registerName1("nextDateAfterDate:matchingUnit:value:options:"); ffi.Pointer _objc_msgSend_727( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int unit, - int value, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int unit, + int value, + int options, + ) { return __objc_msgSend_727( obj, sel, @@ -20716,16 +20716,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int, int)>(); late final _sel_nextDateAfterDate_matchingHour_minute_second_options_1 = - _registerName1("nextDateAfterDate:matchingHour:minute:second:options:"); + _registerName1("nextDateAfterDate:matchingHour:minute:second:options:"); ffi.Pointer _objc_msgSend_728( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int hourValue, - int minuteValue, - int secondValue, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int hourValue, + int minuteValue, + int secondValue, + int options, + ) { return __objc_msgSend_728( obj, sel, @@ -20752,18 +20752,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int, int, int)>(); late final _sel_dateBySettingUnit_value_ofDate_options_1 = - _registerName1("dateBySettingUnit:value:ofDate:options:"); + _registerName1("dateBySettingUnit:value:ofDate:options:"); late final _sel_dateBySettingHour_minute_second_ofDate_options_1 = - _registerName1("dateBySettingHour:minute:second:ofDate:options:"); + _registerName1("dateBySettingHour:minute:second:ofDate:options:"); ffi.Pointer _objc_msgSend_729( - ffi.Pointer obj, - ffi.Pointer sel, - int h, - int m, - int s, - ffi.Pointer date, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int h, + int m, + int s, + ffi.Pointer date, + int opts, + ) { return __objc_msgSend_729( obj, sel, @@ -20790,13 +20790,13 @@ class SentryCocoa { ffi.Pointer, int, int, int, ffi.Pointer, int)>(); late final _sel_date_matchesComponents_1 = - _registerName1("date:matchesComponents:"); + _registerName1("date:matchesComponents:"); bool _objc_msgSend_730( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ffi.Pointer components, + ) { return __objc_msgSend_730( obj, sel, @@ -20820,15 +20820,15 @@ class SentryCocoa { late final _sel_setLenient_1 = _registerName1("setLenient:"); late final _sel_twoDigitStartDate1 = _registerName1("twoDigitStartDate"); late final _sel_setTwoDigitStartDate_1 = - _registerName1("setTwoDigitStartDate:"); + _registerName1("setTwoDigitStartDate:"); late final _sel_defaultDate1 = _registerName1("defaultDate"); late final _sel_setDefaultDate_1 = _registerName1("setDefaultDate:"); late final _sel_setEraSymbols_1 = _registerName1("setEraSymbols:"); void _objc_msgSend_731( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_731( obj, sel, @@ -20846,54 +20846,54 @@ class SentryCocoa { late final _sel_setMonthSymbols_1 = _registerName1("setMonthSymbols:"); late final _sel_setShortMonthSymbols_1 = - _registerName1("setShortMonthSymbols:"); + _registerName1("setShortMonthSymbols:"); late final _sel_setWeekdaySymbols_1 = _registerName1("setWeekdaySymbols:"); late final _sel_setShortWeekdaySymbols_1 = - _registerName1("setShortWeekdaySymbols:"); + _registerName1("setShortWeekdaySymbols:"); late final _sel_setAMSymbol_1 = _registerName1("setAMSymbol:"); late final _sel_setPMSymbol_1 = _registerName1("setPMSymbol:"); late final _sel_setLongEraSymbols_1 = _registerName1("setLongEraSymbols:"); late final _sel_setVeryShortMonthSymbols_1 = - _registerName1("setVeryShortMonthSymbols:"); + _registerName1("setVeryShortMonthSymbols:"); late final _sel_setStandaloneMonthSymbols_1 = - _registerName1("setStandaloneMonthSymbols:"); + _registerName1("setStandaloneMonthSymbols:"); late final _sel_setShortStandaloneMonthSymbols_1 = - _registerName1("setShortStandaloneMonthSymbols:"); + _registerName1("setShortStandaloneMonthSymbols:"); late final _sel_setVeryShortStandaloneMonthSymbols_1 = - _registerName1("setVeryShortStandaloneMonthSymbols:"); + _registerName1("setVeryShortStandaloneMonthSymbols:"); late final _sel_setVeryShortWeekdaySymbols_1 = - _registerName1("setVeryShortWeekdaySymbols:"); + _registerName1("setVeryShortWeekdaySymbols:"); late final _sel_setStandaloneWeekdaySymbols_1 = - _registerName1("setStandaloneWeekdaySymbols:"); + _registerName1("setStandaloneWeekdaySymbols:"); late final _sel_setShortStandaloneWeekdaySymbols_1 = - _registerName1("setShortStandaloneWeekdaySymbols:"); + _registerName1("setShortStandaloneWeekdaySymbols:"); late final _sel_setVeryShortStandaloneWeekdaySymbols_1 = - _registerName1("setVeryShortStandaloneWeekdaySymbols:"); + _registerName1("setVeryShortStandaloneWeekdaySymbols:"); late final _sel_setQuarterSymbols_1 = _registerName1("setQuarterSymbols:"); late final _sel_setShortQuarterSymbols_1 = - _registerName1("setShortQuarterSymbols:"); + _registerName1("setShortQuarterSymbols:"); late final _sel_setStandaloneQuarterSymbols_1 = - _registerName1("setStandaloneQuarterSymbols:"); + _registerName1("setStandaloneQuarterSymbols:"); late final _sel_setShortStandaloneQuarterSymbols_1 = - _registerName1("setShortStandaloneQuarterSymbols:"); + _registerName1("setShortStandaloneQuarterSymbols:"); late final _sel_gregorianStartDate1 = _registerName1("gregorianStartDate"); late final _sel_setGregorianStartDate_1 = - _registerName1("setGregorianStartDate:"); + _registerName1("setGregorianStartDate:"); late final _sel_doesRelativeDateFormatting1 = - _registerName1("doesRelativeDateFormatting"); + _registerName1("doesRelativeDateFormatting"); late final _sel_setDoesRelativeDateFormatting_1 = - _registerName1("setDoesRelativeDateFormatting:"); + _registerName1("setDoesRelativeDateFormatting:"); late final _sel_initWithDateFormat_allowNaturalLanguage_1 = - _registerName1("initWithDateFormat:allowNaturalLanguage:"); + _registerName1("initWithDateFormat:allowNaturalLanguage:"); late final _sel_allowsNaturalLanguage1 = - _registerName1("allowsNaturalLanguage"); + _registerName1("allowsNaturalLanguage"); late final _class_NSNumberFormatter1 = _getClass1("NSNumberFormatter"); late final _sel_stringFromNumber_1 = _registerName1("stringFromNumber:"); ffi.Pointer _objc_msgSend_732( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer number, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer number, + ) { return __objc_msgSend_732( obj, sel, @@ -20911,10 +20911,10 @@ class SentryCocoa { late final _sel_numberFromString_1 = _registerName1("numberFromString:"); ffi.Pointer _objc_msgSend_733( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_733( obj, sel, @@ -20931,13 +20931,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedStringFromNumber_numberStyle_1 = - _registerName1("localizedStringFromNumber:numberStyle:"); + _registerName1("localizedStringFromNumber:numberStyle:"); ffi.Pointer _objc_msgSend_734( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer num, - int nstyle, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer num, + int nstyle, + ) { return __objc_msgSend_734( obj, sel, @@ -20958,9 +20958,9 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); int _objc_msgSend_735( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_735( obj, sel, @@ -20975,10 +20975,10 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); void _objc_msgSend_736( - ffi.Pointer obj, - ffi.Pointer sel, - int behavior, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int behavior, + ) { return __objc_msgSend_736( obj, sel, @@ -20995,9 +20995,9 @@ class SentryCocoa { late final _sel_numberStyle1 = _registerName1("numberStyle"); int _objc_msgSend_737( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_737( obj, sel, @@ -21013,10 +21013,10 @@ class SentryCocoa { late final _sel_setNumberStyle_1 = _registerName1("setNumberStyle:"); void _objc_msgSend_738( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_738( obj, sel, @@ -21032,14 +21032,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_generatesDecimalNumbers1 = - _registerName1("generatesDecimalNumbers"); + _registerName1("generatesDecimalNumbers"); late final _sel_setGeneratesDecimalNumbers_1 = - _registerName1("setGeneratesDecimalNumbers:"); + _registerName1("setGeneratesDecimalNumbers:"); void _objc_msgSend_739( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_739( obj, sel, @@ -21057,68 +21057,68 @@ class SentryCocoa { late final _sel_negativeFormat1 = _registerName1("negativeFormat"); late final _sel_setNegativeFormat_1 = _registerName1("setNegativeFormat:"); late final _sel_textAttributesForNegativeValues1 = - _registerName1("textAttributesForNegativeValues"); + _registerName1("textAttributesForNegativeValues"); late final _sel_setTextAttributesForNegativeValues_1 = - _registerName1("setTextAttributesForNegativeValues:"); + _registerName1("setTextAttributesForNegativeValues:"); late final _sel_positiveFormat1 = _registerName1("positiveFormat"); late final _sel_setPositiveFormat_1 = _registerName1("setPositiveFormat:"); late final _sel_textAttributesForPositiveValues1 = - _registerName1("textAttributesForPositiveValues"); + _registerName1("textAttributesForPositiveValues"); late final _sel_setTextAttributesForPositiveValues_1 = - _registerName1("setTextAttributesForPositiveValues:"); + _registerName1("setTextAttributesForPositiveValues:"); late final _sel_allowsFloats1 = _registerName1("allowsFloats"); late final _sel_setAllowsFloats_1 = _registerName1("setAllowsFloats:"); late final _sel_setDecimalSeparator_1 = - _registerName1("setDecimalSeparator:"); + _registerName1("setDecimalSeparator:"); late final _sel_alwaysShowsDecimalSeparator1 = - _registerName1("alwaysShowsDecimalSeparator"); + _registerName1("alwaysShowsDecimalSeparator"); late final _sel_setAlwaysShowsDecimalSeparator_1 = - _registerName1("setAlwaysShowsDecimalSeparator:"); + _registerName1("setAlwaysShowsDecimalSeparator:"); late final _sel_currencyDecimalSeparator1 = - _registerName1("currencyDecimalSeparator"); + _registerName1("currencyDecimalSeparator"); late final _sel_setCurrencyDecimalSeparator_1 = - _registerName1("setCurrencyDecimalSeparator:"); + _registerName1("setCurrencyDecimalSeparator:"); late final _sel_usesGroupingSeparator1 = - _registerName1("usesGroupingSeparator"); + _registerName1("usesGroupingSeparator"); late final _sel_setUsesGroupingSeparator_1 = - _registerName1("setUsesGroupingSeparator:"); + _registerName1("setUsesGroupingSeparator:"); late final _sel_setGroupingSeparator_1 = - _registerName1("setGroupingSeparator:"); + _registerName1("setGroupingSeparator:"); late final _sel_zeroSymbol1 = _registerName1("zeroSymbol"); late final _sel_setZeroSymbol_1 = _registerName1("setZeroSymbol:"); late final _sel_textAttributesForZero1 = - _registerName1("textAttributesForZero"); + _registerName1("textAttributesForZero"); late final _sel_setTextAttributesForZero_1 = - _registerName1("setTextAttributesForZero:"); + _registerName1("setTextAttributesForZero:"); late final _sel_nilSymbol1 = _registerName1("nilSymbol"); late final _sel_setNilSymbol_1 = _registerName1("setNilSymbol:"); late final _sel_textAttributesForNil1 = - _registerName1("textAttributesForNil"); + _registerName1("textAttributesForNil"); late final _sel_setTextAttributesForNil_1 = - _registerName1("setTextAttributesForNil:"); + _registerName1("setTextAttributesForNil:"); late final _sel_notANumberSymbol1 = _registerName1("notANumberSymbol"); late final _sel_setNotANumberSymbol_1 = - _registerName1("setNotANumberSymbol:"); + _registerName1("setNotANumberSymbol:"); late final _sel_textAttributesForNotANumber1 = - _registerName1("textAttributesForNotANumber"); + _registerName1("textAttributesForNotANumber"); late final _sel_setTextAttributesForNotANumber_1 = - _registerName1("setTextAttributesForNotANumber:"); + _registerName1("setTextAttributesForNotANumber:"); late final _sel_positiveInfinitySymbol1 = - _registerName1("positiveInfinitySymbol"); + _registerName1("positiveInfinitySymbol"); late final _sel_setPositiveInfinitySymbol_1 = - _registerName1("setPositiveInfinitySymbol:"); + _registerName1("setPositiveInfinitySymbol:"); late final _sel_textAttributesForPositiveInfinity1 = - _registerName1("textAttributesForPositiveInfinity"); + _registerName1("textAttributesForPositiveInfinity"); late final _sel_setTextAttributesForPositiveInfinity_1 = - _registerName1("setTextAttributesForPositiveInfinity:"); + _registerName1("setTextAttributesForPositiveInfinity:"); late final _sel_negativeInfinitySymbol1 = - _registerName1("negativeInfinitySymbol"); + _registerName1("negativeInfinitySymbol"); late final _sel_setNegativeInfinitySymbol_1 = - _registerName1("setNegativeInfinitySymbol:"); + _registerName1("setNegativeInfinitySymbol:"); late final _sel_textAttributesForNegativeInfinity1 = - _registerName1("textAttributesForNegativeInfinity"); + _registerName1("textAttributesForNegativeInfinity"); late final _sel_setTextAttributesForNegativeInfinity_1 = - _registerName1("setTextAttributesForNegativeInfinity:"); + _registerName1("setTextAttributesForNegativeInfinity:"); late final _sel_positivePrefix1 = _registerName1("positivePrefix"); late final _sel_setPositivePrefix_1 = _registerName1("setPositivePrefix:"); late final _sel_positiveSuffix1 = _registerName1("positiveSuffix"); @@ -21130,9 +21130,9 @@ class SentryCocoa { late final _sel_setCurrencyCode_1 = _registerName1("setCurrencyCode:"); late final _sel_setCurrencySymbol_1 = _registerName1("setCurrencySymbol:"); late final _sel_internationalCurrencySymbol1 = - _registerName1("internationalCurrencySymbol"); + _registerName1("internationalCurrencySymbol"); late final _sel_setInternationalCurrencySymbol_1 = - _registerName1("setInternationalCurrencySymbol:"); + _registerName1("setInternationalCurrencySymbol:"); late final _sel_percentSymbol1 = _registerName1("percentSymbol"); late final _sel_setPercentSymbol_1 = _registerName1("setPercentSymbol:"); late final _sel_perMillSymbol1 = _registerName1("perMillSymbol"); @@ -21146,21 +21146,21 @@ class SentryCocoa { late final _sel_groupingSize1 = _registerName1("groupingSize"); late final _sel_setGroupingSize_1 = _registerName1("setGroupingSize:"); late final _sel_secondaryGroupingSize1 = - _registerName1("secondaryGroupingSize"); + _registerName1("secondaryGroupingSize"); late final _sel_setSecondaryGroupingSize_1 = - _registerName1("setSecondaryGroupingSize:"); + _registerName1("setSecondaryGroupingSize:"); late final _sel_multiplier1 = _registerName1("multiplier"); late final _sel_setMultiplier_1 = _registerName1("setMultiplier:"); late final _sel_formatWidth1 = _registerName1("formatWidth"); late final _sel_setFormatWidth_1 = _registerName1("setFormatWidth:"); late final _sel_paddingCharacter1 = _registerName1("paddingCharacter"); late final _sel_setPaddingCharacter_1 = - _registerName1("setPaddingCharacter:"); + _registerName1("setPaddingCharacter:"); late final _sel_paddingPosition1 = _registerName1("paddingPosition"); int _objc_msgSend_740( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_740( obj, sel, @@ -21176,10 +21176,10 @@ class SentryCocoa { late final _sel_setPaddingPosition_1 = _registerName1("setPaddingPosition:"); void _objc_msgSend_741( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_741( obj, sel, @@ -21196,9 +21196,9 @@ class SentryCocoa { late final _sel_roundingMode1 = _registerName1("roundingMode"); int _objc_msgSend_742( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_742( obj, sel, @@ -21214,10 +21214,10 @@ class SentryCocoa { late final _sel_setRoundingMode_1 = _registerName1("setRoundingMode:"); void _objc_msgSend_743( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_743( obj, sel, @@ -21234,67 +21234,67 @@ class SentryCocoa { late final _sel_roundingIncrement1 = _registerName1("roundingIncrement"); late final _sel_setRoundingIncrement_1 = - _registerName1("setRoundingIncrement:"); + _registerName1("setRoundingIncrement:"); late final _sel_minimumIntegerDigits1 = - _registerName1("minimumIntegerDigits"); + _registerName1("minimumIntegerDigits"); late final _sel_setMinimumIntegerDigits_1 = - _registerName1("setMinimumIntegerDigits:"); + _registerName1("setMinimumIntegerDigits:"); late final _sel_maximumIntegerDigits1 = - _registerName1("maximumIntegerDigits"); + _registerName1("maximumIntegerDigits"); late final _sel_setMaximumIntegerDigits_1 = - _registerName1("setMaximumIntegerDigits:"); + _registerName1("setMaximumIntegerDigits:"); late final _sel_minimumFractionDigits1 = - _registerName1("minimumFractionDigits"); + _registerName1("minimumFractionDigits"); late final _sel_setMinimumFractionDigits_1 = - _registerName1("setMinimumFractionDigits:"); + _registerName1("setMinimumFractionDigits:"); late final _sel_maximumFractionDigits1 = - _registerName1("maximumFractionDigits"); + _registerName1("maximumFractionDigits"); late final _sel_setMaximumFractionDigits_1 = - _registerName1("setMaximumFractionDigits:"); + _registerName1("setMaximumFractionDigits:"); late final _sel_minimum1 = _registerName1("minimum"); late final _sel_setMinimum_1 = _registerName1("setMinimum:"); late final _sel_maximum1 = _registerName1("maximum"); late final _sel_setMaximum_1 = _registerName1("setMaximum:"); late final _sel_currencyGroupingSeparator1 = - _registerName1("currencyGroupingSeparator"); + _registerName1("currencyGroupingSeparator"); late final _sel_setCurrencyGroupingSeparator_1 = - _registerName1("setCurrencyGroupingSeparator:"); + _registerName1("setCurrencyGroupingSeparator:"); late final _sel_usesSignificantDigits1 = - _registerName1("usesSignificantDigits"); + _registerName1("usesSignificantDigits"); late final _sel_setUsesSignificantDigits_1 = - _registerName1("setUsesSignificantDigits:"); + _registerName1("setUsesSignificantDigits:"); late final _sel_minimumSignificantDigits1 = - _registerName1("minimumSignificantDigits"); + _registerName1("minimumSignificantDigits"); late final _sel_setMinimumSignificantDigits_1 = - _registerName1("setMinimumSignificantDigits:"); + _registerName1("setMinimumSignificantDigits:"); late final _sel_maximumSignificantDigits1 = - _registerName1("maximumSignificantDigits"); + _registerName1("maximumSignificantDigits"); late final _sel_setMaximumSignificantDigits_1 = - _registerName1("setMaximumSignificantDigits:"); + _registerName1("setMaximumSignificantDigits:"); late final _sel_isPartialStringValidationEnabled1 = - _registerName1("isPartialStringValidationEnabled"); + _registerName1("isPartialStringValidationEnabled"); late final _sel_setPartialStringValidationEnabled_1 = - _registerName1("setPartialStringValidationEnabled:"); + _registerName1("setPartialStringValidationEnabled:"); late final _sel_hasThousandSeparators1 = - _registerName1("hasThousandSeparators"); + _registerName1("hasThousandSeparators"); late final _sel_setHasThousandSeparators_1 = - _registerName1("setHasThousandSeparators:"); + _registerName1("setHasThousandSeparators:"); late final _sel_thousandSeparator1 = _registerName1("thousandSeparator"); late final _sel_setThousandSeparator_1 = - _registerName1("setThousandSeparator:"); + _registerName1("setThousandSeparator:"); late final _sel_localizesFormat1 = _registerName1("localizesFormat"); late final _sel_setLocalizesFormat_1 = _registerName1("setLocalizesFormat:"); late final _sel_format1 = _registerName1("format"); late final _sel_setFormat_1 = _registerName1("setFormat:"); late final _sel_attributedStringForZero1 = - _registerName1("attributedStringForZero"); + _registerName1("attributedStringForZero"); late final _sel_setAttributedStringForZero_1 = - _registerName1("setAttributedStringForZero:"); + _registerName1("setAttributedStringForZero:"); void _objc_msgSend_744( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_744( obj, sel, @@ -21311,21 +21311,21 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attributedStringForNil1 = - _registerName1("attributedStringForNil"); + _registerName1("attributedStringForNil"); late final _sel_setAttributedStringForNil_1 = - _registerName1("setAttributedStringForNil:"); + _registerName1("setAttributedStringForNil:"); late final _sel_attributedStringForNotANumber1 = - _registerName1("attributedStringForNotANumber"); + _registerName1("attributedStringForNotANumber"); late final _sel_setAttributedStringForNotANumber_1 = - _registerName1("setAttributedStringForNotANumber:"); + _registerName1("setAttributedStringForNotANumber:"); late final _class_NSDecimalNumberHandler1 = - _getClass1("NSDecimalNumberHandler"); + _getClass1("NSDecimalNumberHandler"); late final _sel_defaultDecimalNumberHandler1 = - _registerName1("defaultDecimalNumberHandler"); + _registerName1("defaultDecimalNumberHandler"); ffi.Pointer _objc_msgSend_745( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_745( obj, sel, @@ -21341,18 +21341,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = - _registerName1( - "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + _registerName1( + "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); instancetype _objc_msgSend_746( - ffi.Pointer obj, - ffi.Pointer sel, - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero, + ) { return __objc_msgSend_746( obj, sel, @@ -21381,16 +21381,16 @@ class SentryCocoa { int, bool, bool, bool, bool)>(); late final _sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = - _registerName1( - "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + _registerName1( + "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); late final _sel_roundingBehavior1 = _registerName1("roundingBehavior"); late final _sel_setRoundingBehavior_1 = - _registerName1("setRoundingBehavior:"); + _registerName1("setRoundingBehavior:"); void _objc_msgSend_747( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_747( obj, sel, @@ -21410,14 +21410,14 @@ class SentryCocoa { late final _sel_scanLocation1 = _registerName1("scanLocation"); late final _sel_setScanLocation_1 = _registerName1("setScanLocation:"); late final _sel_charactersToBeSkipped1 = - _registerName1("charactersToBeSkipped"); + _registerName1("charactersToBeSkipped"); late final _sel_setCharactersToBeSkipped_1 = - _registerName1("setCharactersToBeSkipped:"); + _registerName1("setCharactersToBeSkipped:"); void _objc_msgSend_748( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_748( obj, sel, @@ -21437,10 +21437,10 @@ class SentryCocoa { late final _sel_setCaseSensitive_1 = _registerName1("setCaseSensitive:"); late final _sel_scanInt_1 = _registerName1("scanInt:"); bool _objc_msgSend_749( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_749( obj, sel, @@ -21458,10 +21458,10 @@ class SentryCocoa { late final _sel_scanInteger_1 = _registerName1("scanInteger:"); bool _objc_msgSend_750( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_750( obj, sel, @@ -21479,10 +21479,10 @@ class SentryCocoa { late final _sel_scanLongLong_1 = _registerName1("scanLongLong:"); bool _objc_msgSend_751( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_751( obj, sel, @@ -21499,12 +21499,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_scanUnsignedLongLong_1 = - _registerName1("scanUnsignedLongLong:"); + _registerName1("scanUnsignedLongLong:"); bool _objc_msgSend_752( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_752( obj, sel, @@ -21522,10 +21522,10 @@ class SentryCocoa { late final _sel_scanFloat_1 = _registerName1("scanFloat:"); bool _objc_msgSend_753( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_753( obj, sel, @@ -21543,10 +21543,10 @@ class SentryCocoa { late final _sel_scanDouble_1 = _registerName1("scanDouble:"); bool _objc_msgSend_754( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_754( obj, sel, @@ -21564,10 +21564,10 @@ class SentryCocoa { late final _sel_scanHexInt_1 = _registerName1("scanHexInt:"); bool _objc_msgSend_755( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_755( obj, sel, @@ -21587,13 +21587,13 @@ class SentryCocoa { late final _sel_scanHexFloat_1 = _registerName1("scanHexFloat:"); late final _sel_scanHexDouble_1 = _registerName1("scanHexDouble:"); late final _sel_scanString_intoString_1 = - _registerName1("scanString:intoString:"); + _registerName1("scanString:intoString:"); bool _objc_msgSend_756( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ffi.Pointer> result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ffi.Pointer> result, + ) { return __objc_msgSend_756( obj, sel, @@ -21614,13 +21614,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_scanCharactersFromSet_intoString_1 = - _registerName1("scanCharactersFromSet:intoString:"); + _registerName1("scanCharactersFromSet:intoString:"); bool _objc_msgSend_757( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ffi.Pointer> result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ffi.Pointer> result, + ) { return __objc_msgSend_757( obj, sel, @@ -21641,19 +21641,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_scanUpToString_intoString_1 = - _registerName1("scanUpToString:intoString:"); + _registerName1("scanUpToString:intoString:"); late final _sel_scanUpToCharactersFromSet_intoString_1 = - _registerName1("scanUpToCharactersFromSet:intoString:"); + _registerName1("scanUpToCharactersFromSet:intoString:"); late final _sel_isAtEnd1 = _registerName1("isAtEnd"); late final _sel_scannerWithString_1 = _registerName1("scannerWithString:"); late final _sel_localizedScannerWithString_1 = - _registerName1("localizedScannerWithString:"); + _registerName1("localizedScannerWithString:"); late final _sel_scanDecimal_1 = _registerName1("scanDecimal:"); bool _objc_msgSend_758( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dcm, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dcm, + ) { return __objc_msgSend_758( obj, sel, @@ -21671,14 +21671,14 @@ class SentryCocoa { late final _class_NSException1 = _getClass1("NSException"); late final _sel_exceptionWithName_reason_userInfo_1 = - _registerName1("exceptionWithName:reason:userInfo:"); + _registerName1("exceptionWithName:reason:userInfo:"); ffi.Pointer _objc_msgSend_759( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer reason, - ffi.Pointer userInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer reason, + ffi.Pointer userInfo, + ) { return __objc_msgSend_759( obj, sel, @@ -21705,19 +21705,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithName_reason_userInfo_1 = - _registerName1("initWithName:reason:userInfo:"); + _registerName1("initWithName:reason:userInfo:"); late final _sel_reason1 = _registerName1("reason"); late final _sel_raise1 = _registerName1("raise"); late final _sel_raise_format_1 = _registerName1("raise:format:"); late final _sel_raise_format_arguments_1 = - _registerName1("raise:format:arguments:"); + _registerName1("raise:format:arguments:"); void _objc_msgSend_760( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer format, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_760( obj, sel, @@ -21746,13 +21746,13 @@ class SentryCocoa { late final _class_NSFileHandle1 = _getClass1("NSFileHandle"); late final _sel_availableData1 = _registerName1("availableData"); late final _sel_initWithFileDescriptor_closeOnDealloc_1 = - _registerName1("initWithFileDescriptor:closeOnDealloc:"); + _registerName1("initWithFileDescriptor:closeOnDealloc:"); instancetype _objc_msgSend_761( - ffi.Pointer obj, - ffi.Pointer sel, - int fd, - bool closeopt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fd, + bool closeopt, + ) { return __objc_msgSend_761( obj, sel, @@ -21770,12 +21770,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_readDataToEndOfFileAndReturnError_1 = - _registerName1("readDataToEndOfFileAndReturnError:"); + _registerName1("readDataToEndOfFileAndReturnError:"); ffi.Pointer _objc_msgSend_762( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_762( obj, sel, @@ -21794,13 +21794,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_readDataUpToLength_error_1 = - _registerName1("readDataUpToLength:error:"); + _registerName1("readDataUpToLength:error:"); ffi.Pointer _objc_msgSend_763( - ffi.Pointer obj, - ffi.Pointer sel, - int length, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int length, + ffi.Pointer> error, + ) { return __objc_msgSend_763( obj, sel, @@ -21822,11 +21822,11 @@ class SentryCocoa { late final _sel_writeData_error_1 = _registerName1("writeData:error:"); bool _objc_msgSend_764( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer> error, + ) { return __objc_msgSend_764( obj, sel, @@ -21848,11 +21848,11 @@ class SentryCocoa { late final _sel_getOffset_error_1 = _registerName1("getOffset:error:"); bool _objc_msgSend_765( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer offsetInFile, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer offsetInFile, + ffi.Pointer> error, + ) { return __objc_msgSend_765( obj, sel, @@ -21876,14 +21876,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_seekToEndReturningOffset_error_1 = - _registerName1("seekToEndReturningOffset:error:"); + _registerName1("seekToEndReturningOffset:error:"); late final _sel_seekToOffset_error_1 = _registerName1("seekToOffset:error:"); bool _objc_msgSend_766( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ffi.Pointer> error, + ) { return __objc_msgSend_766( obj, sel, @@ -21904,17 +21904,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_truncateAtOffset_error_1 = - _registerName1("truncateAtOffset:error:"); + _registerName1("truncateAtOffset:error:"); late final _sel_synchronizeAndReturnError_1 = - _registerName1("synchronizeAndReturnError:"); + _registerName1("synchronizeAndReturnError:"); late final _sel_closeAndReturnError_1 = - _registerName1("closeAndReturnError:"); + _registerName1("closeAndReturnError:"); late final _sel_fileHandleWithStandardInput1 = - _registerName1("fileHandleWithStandardInput"); + _registerName1("fileHandleWithStandardInput"); ffi.Pointer _objc_msgSend_767( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_767( obj, sel, @@ -21930,25 +21930,25 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileHandleWithStandardOutput1 = - _registerName1("fileHandleWithStandardOutput"); + _registerName1("fileHandleWithStandardOutput"); late final _sel_fileHandleWithStandardError1 = - _registerName1("fileHandleWithStandardError"); + _registerName1("fileHandleWithStandardError"); late final _sel_fileHandleWithNullDevice1 = - _registerName1("fileHandleWithNullDevice"); + _registerName1("fileHandleWithNullDevice"); late final _sel_fileHandleForReadingAtPath_1 = - _registerName1("fileHandleForReadingAtPath:"); + _registerName1("fileHandleForReadingAtPath:"); late final _sel_fileHandleForWritingAtPath_1 = - _registerName1("fileHandleForWritingAtPath:"); + _registerName1("fileHandleForWritingAtPath:"); late final _sel_fileHandleForUpdatingAtPath_1 = - _registerName1("fileHandleForUpdatingAtPath:"); + _registerName1("fileHandleForUpdatingAtPath:"); late final _sel_fileHandleForReadingFromURL_error_1 = - _registerName1("fileHandleForReadingFromURL:error:"); + _registerName1("fileHandleForReadingFromURL:error:"); instancetype _objc_msgSend_768( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_768( obj, sel, @@ -21969,30 +21969,30 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_fileHandleForWritingToURL_error_1 = - _registerName1("fileHandleForWritingToURL:error:"); + _registerName1("fileHandleForWritingToURL:error:"); late final _sel_fileHandleForUpdatingURL_error_1 = - _registerName1("fileHandleForUpdatingURL:error:"); + _registerName1("fileHandleForUpdatingURL:error:"); late final _sel_readInBackgroundAndNotifyForModes_1 = - _registerName1("readInBackgroundAndNotifyForModes:"); + _registerName1("readInBackgroundAndNotifyForModes:"); late final _sel_readInBackgroundAndNotify1 = - _registerName1("readInBackgroundAndNotify"); + _registerName1("readInBackgroundAndNotify"); late final _sel_readToEndOfFileInBackgroundAndNotifyForModes_1 = - _registerName1("readToEndOfFileInBackgroundAndNotifyForModes:"); + _registerName1("readToEndOfFileInBackgroundAndNotifyForModes:"); late final _sel_readToEndOfFileInBackgroundAndNotify1 = - _registerName1("readToEndOfFileInBackgroundAndNotify"); + _registerName1("readToEndOfFileInBackgroundAndNotify"); late final _sel_acceptConnectionInBackgroundAndNotifyForModes_1 = - _registerName1("acceptConnectionInBackgroundAndNotifyForModes:"); + _registerName1("acceptConnectionInBackgroundAndNotifyForModes:"); late final _sel_acceptConnectionInBackgroundAndNotify1 = - _registerName1("acceptConnectionInBackgroundAndNotify"); + _registerName1("acceptConnectionInBackgroundAndNotify"); late final _sel_waitForDataInBackgroundAndNotifyForModes_1 = - _registerName1("waitForDataInBackgroundAndNotifyForModes:"); + _registerName1("waitForDataInBackgroundAndNotifyForModes:"); late final _sel_waitForDataInBackgroundAndNotify1 = - _registerName1("waitForDataInBackgroundAndNotify"); + _registerName1("waitForDataInBackgroundAndNotify"); late final _sel_readabilityHandler1 = _registerName1("readabilityHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_769( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_769( obj, sel, @@ -22008,12 +22008,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setReadabilityHandler_1 = - _registerName1("setReadabilityHandler:"); + _registerName1("setReadabilityHandler:"); void _objc_msgSend_770( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_770( obj, sel, @@ -22031,14 +22031,14 @@ class SentryCocoa { late final _sel_writeabilityHandler1 = _registerName1("writeabilityHandler"); late final _sel_setWriteabilityHandler_1 = - _registerName1("setWriteabilityHandler:"); + _registerName1("setWriteabilityHandler:"); late final _sel_initWithFileDescriptor_1 = - _registerName1("initWithFileDescriptor:"); + _registerName1("initWithFileDescriptor:"); instancetype _objc_msgSend_771( - ffi.Pointer obj, - ffi.Pointer sel, - int fd, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fd, + ) { return __objc_msgSend_771( obj, sel, @@ -22061,10 +22061,10 @@ class SentryCocoa { late final _sel_seekToEndOfFile1 = _registerName1("seekToEndOfFile"); late final _sel_seekToFileOffset_1 = _registerName1("seekToFileOffset:"); void _objc_msgSend_772( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ) { return __objc_msgSend_772( obj, sel, @@ -22080,16 +22080,16 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_truncateFileAtOffset_1 = - _registerName1("truncateFileAtOffset:"); + _registerName1("truncateFileAtOffset:"); late final _sel_synchronizeFile1 = _registerName1("synchronizeFile"); late final _sel_closeFile1 = _registerName1("closeFile"); late final _class_NSHTTPCookieStorage1 = _getClass1("NSHTTPCookieStorage"); late final _sel_sharedHTTPCookieStorage1 = - _registerName1("sharedHTTPCookieStorage"); + _registerName1("sharedHTTPCookieStorage"); ffi.Pointer _objc_msgSend_773( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_773( obj, sel, @@ -22105,12 +22105,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sharedCookieStorageForGroupContainerIdentifier_1 = - _registerName1("sharedCookieStorageForGroupContainerIdentifier:"); + _registerName1("sharedCookieStorageForGroupContainerIdentifier:"); ffi.Pointer _objc_msgSend_774( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_774( obj, sel, @@ -22130,12 +22130,12 @@ class SentryCocoa { late final _class_NSHTTPCookie1 = _getClass1("NSHTTPCookie"); late final _sel_initWithProperties_1 = _registerName1("initWithProperties:"); late final _sel_cookieWithProperties_1 = - _registerName1("cookieWithProperties:"); + _registerName1("cookieWithProperties:"); ffi.Pointer _objc_msgSend_775( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer properties, + ) { return __objc_msgSend_775( obj, sel, @@ -22152,15 +22152,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_requestHeaderFieldsWithCookies_1 = - _registerName1("requestHeaderFieldsWithCookies:"); + _registerName1("requestHeaderFieldsWithCookies:"); late final _sel_cookiesWithResponseHeaderFields_forURL_1 = - _registerName1("cookiesWithResponseHeaderFields:forURL:"); + _registerName1("cookiesWithResponseHeaderFields:forURL:"); ffi.Pointer _objc_msgSend_776( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer headerFields, - ffi.Pointer URL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer headerFields, + ffi.Pointer URL, + ) { return __objc_msgSend_776( obj, sel, @@ -22195,10 +22195,10 @@ class SentryCocoa { late final _sel_sameSitePolicy1 = _registerName1("sameSitePolicy"); late final _sel_setCookie_1 = _registerName1("setCookie:"); void _objc_msgSend_777( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookie, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookie, + ) { return __objc_msgSend_777( obj, sel, @@ -22216,17 +22216,17 @@ class SentryCocoa { late final _sel_deleteCookie_1 = _registerName1("deleteCookie:"); late final _sel_removeCookiesSinceDate_1 = - _registerName1("removeCookiesSinceDate:"); + _registerName1("removeCookiesSinceDate:"); late final _sel_cookiesForURL_1 = _registerName1("cookiesForURL:"); late final _sel_setCookies_forURL_mainDocumentURL_1 = - _registerName1("setCookies:forURL:mainDocumentURL:"); + _registerName1("setCookies:forURL:mainDocumentURL:"); void _objc_msgSend_778( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookies, - ffi.Pointer URL, - ffi.Pointer mainDocumentURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookies, + ffi.Pointer URL, + ffi.Pointer mainDocumentURL, + ) { return __objc_msgSend_778( obj, sel, @@ -22254,9 +22254,9 @@ class SentryCocoa { late final _sel_cookieAcceptPolicy1 = _registerName1("cookieAcceptPolicy"); int _objc_msgSend_779( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_779( obj, sel, @@ -22271,12 +22271,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setCookieAcceptPolicy_1 = - _registerName1("setCookieAcceptPolicy:"); + _registerName1("setCookieAcceptPolicy:"); void _objc_msgSend_780( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_780( obj, sel, @@ -22292,22 +22292,22 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_sortedCookiesUsingDescriptors_1 = - _registerName1("sortedCookiesUsingDescriptors:"); + _registerName1("sortedCookiesUsingDescriptors:"); late final _class_NSURLSessionTask1 = _getClass1("NSURLSessionTask"); late final _sel_taskIdentifier1 = _registerName1("taskIdentifier"); late final _class_NSURLRequest1 = _getClass1("NSURLRequest"); late final _sel_requestWithURL_1 = _registerName1("requestWithURL:"); late final _sel_supportsSecureCoding1 = - _registerName1("supportsSecureCoding"); + _registerName1("supportsSecureCoding"); late final _sel_requestWithURL_cachePolicy_timeoutInterval_1 = - _registerName1("requestWithURL:cachePolicy:timeoutInterval:"); + _registerName1("requestWithURL:cachePolicy:timeoutInterval:"); instancetype _objc_msgSend_781( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer URL, - int cachePolicy, - double timeoutInterval, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer URL, + int cachePolicy, + double timeoutInterval, + ) { return __objc_msgSend_781( obj, sel, @@ -22326,13 +22326,13 @@ class SentryCocoa { ffi.Pointer, int, double)>(); late final _sel_initWithURL_cachePolicy_timeoutInterval_1 = - _registerName1("initWithURL:cachePolicy:timeoutInterval:"); + _registerName1("initWithURL:cachePolicy:timeoutInterval:"); late final _sel_URL1 = _registerName1("URL"); late final _sel_cachePolicy1 = _registerName1("cachePolicy"); int _objc_msgSend_782( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_782( obj, sel, @@ -22350,9 +22350,9 @@ class SentryCocoa { late final _sel_mainDocumentURL1 = _registerName1("mainDocumentURL"); late final _sel_networkServiceType1 = _registerName1("networkServiceType"); int _objc_msgSend_783( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_783( obj, sel, @@ -22367,17 +22367,17 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_allowsCellularAccess1 = - _registerName1("allowsCellularAccess"); + _registerName1("allowsCellularAccess"); late final _sel_allowsExpensiveNetworkAccess1 = - _registerName1("allowsExpensiveNetworkAccess"); + _registerName1("allowsExpensiveNetworkAccess"); late final _sel_allowsConstrainedNetworkAccess1 = - _registerName1("allowsConstrainedNetworkAccess"); + _registerName1("allowsConstrainedNetworkAccess"); late final _sel_assumesHTTP3Capable1 = _registerName1("assumesHTTP3Capable"); late final _sel_attribution1 = _registerName1("attribution"); int _objc_msgSend_784( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_784( obj, sel, @@ -22392,11 +22392,11 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_requiresDNSSECValidation1 = - _registerName1("requiresDNSSECValidation"); + _registerName1("requiresDNSSECValidation"); late final _sel_HTTPMethod1 = _registerName1("HTTPMethod"); late final _sel_allHTTPHeaderFields1 = _registerName1("allHTTPHeaderFields"); late final _sel_valueForHTTPHeaderField_1 = - _registerName1("valueForHTTPHeaderField:"); + _registerName1("valueForHTTPHeaderField:"); late final _sel_HTTPBody1 = _registerName1("HTTPBody"); late final _class_NSInputStream1 = _getClass1("NSInputStream"); late final _class_NSStream1 = _getClass1("NSStream"); @@ -22404,9 +22404,9 @@ class SentryCocoa { late final _sel_close1 = _registerName1("close"); late final _sel_streamStatus1 = _registerName1("streamStatus"); int _objc_msgSend_785( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_785( obj, sel, @@ -22424,11 +22424,11 @@ class SentryCocoa { late final _class_NSOutputStream1 = _getClass1("NSOutputStream"); late final _sel_write_maxLength_1 = _registerName1("write:maxLength:"); int _objc_msgSend_786( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int len, + ) { return __objc_msgSend_786( obj, sel, @@ -22448,13 +22448,13 @@ class SentryCocoa { late final _sel_hasSpaceAvailable1 = _registerName1("hasSpaceAvailable"); late final _sel_initToMemory1 = _registerName1("initToMemory"); late final _sel_initToBuffer_capacity_1 = - _registerName1("initToBuffer:capacity:"); + _registerName1("initToBuffer:capacity:"); instancetype _objc_msgSend_787( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int capacity, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int capacity, + ) { return __objc_msgSend_787( obj, sel, @@ -22473,25 +22473,25 @@ class SentryCocoa { late final _sel_initWithURL_append_1 = _registerName1("initWithURL:append:"); late final _sel_initToFileAtPath_append_1 = - _registerName1("initToFileAtPath:append:"); + _registerName1("initToFileAtPath:append:"); late final _sel_outputStreamToMemory1 = - _registerName1("outputStreamToMemory"); + _registerName1("outputStreamToMemory"); late final _sel_outputStreamToBuffer_capacity_1 = - _registerName1("outputStreamToBuffer:capacity:"); + _registerName1("outputStreamToBuffer:capacity:"); late final _sel_outputStreamToFileAtPath_append_1 = - _registerName1("outputStreamToFileAtPath:append:"); + _registerName1("outputStreamToFileAtPath:append:"); late final _sel_outputStreamWithURL_append_1 = - _registerName1("outputStreamWithURL:append:"); + _registerName1("outputStreamWithURL:append:"); late final _sel_getStreamsToHostWithName_port_inputStream_outputStream_1 = - _registerName1("getStreamsToHostWithName:port:inputStream:outputStream:"); + _registerName1("getStreamsToHostWithName:port:inputStream:outputStream:"); void _objc_msgSend_788( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer hostname, - int port, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer hostname, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_788( obj, sel, @@ -22526,10 +22526,10 @@ class SentryCocoa { late final _sel_hostWithAddress_1 = _registerName1("hostWithAddress:"); late final _sel_isEqualToHost_1 = _registerName1("isEqualToHost:"); bool _objc_msgSend_789( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aHost, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aHost, + ) { return __objc_msgSend_789( obj, sel, @@ -22550,12 +22550,12 @@ class SentryCocoa { late final _sel_addresses1 = _registerName1("addresses"); late final _sel_localizedName1 = _registerName1("localizedName"); late final _sel_setHostCacheEnabled_1 = - _registerName1("setHostCacheEnabled:"); + _registerName1("setHostCacheEnabled:"); void _objc_msgSend_790( - ffi.Pointer obj, - ffi.Pointer sel, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool flag, + ) { return __objc_msgSend_790( obj, sel, @@ -22573,15 +22573,15 @@ class SentryCocoa { late final _sel_isHostCacheEnabled1 = _registerName1("isHostCacheEnabled"); late final _sel_flushHostCache1 = _registerName1("flushHostCache"); late final _sel_getStreamsToHost_port_inputStream_outputStream_1 = - _registerName1("getStreamsToHost:port:inputStream:outputStream:"); + _registerName1("getStreamsToHost:port:inputStream:outputStream:"); void _objc_msgSend_791( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer host, - int port, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_791( obj, sel, @@ -22611,14 +22611,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1 = - _registerName1("getBoundStreamsWithBufferSize:inputStream:outputStream:"); + _registerName1("getBoundStreamsWithBufferSize:inputStream:outputStream:"); void _objc_msgSend_792( - ffi.Pointer obj, - ffi.Pointer sel, - int bufferSize, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int bufferSize, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_792( obj, sel, @@ -22647,11 +22647,11 @@ class SentryCocoa { late final _sel_read_maxLength_1 = _registerName1("read:maxLength:"); late final _sel_getBuffer_length_1 = _registerName1("getBuffer:length:"); bool _objc_msgSend_793( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> buffer, - ffi.Pointer len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> buffer, + ffi.Pointer len, + ) { return __objc_msgSend_793( obj, sel, @@ -22677,15 +22677,15 @@ class SentryCocoa { late final _sel_hasBytesAvailable1 = _registerName1("hasBytesAvailable"); late final _sel_initWithFileAtPath_1 = _registerName1("initWithFileAtPath:"); late final _sel_inputStreamWithData_1 = - _registerName1("inputStreamWithData:"); + _registerName1("inputStreamWithData:"); late final _sel_inputStreamWithFileAtPath_1 = - _registerName1("inputStreamWithFileAtPath:"); + _registerName1("inputStreamWithFileAtPath:"); late final _sel_inputStreamWithURL_1 = _registerName1("inputStreamWithURL:"); late final _sel_HTTPBodyStream1 = _registerName1("HTTPBodyStream"); ffi.Pointer _objc_msgSend_794( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_794( obj, sel, @@ -22701,14 +22701,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_HTTPShouldHandleCookies1 = - _registerName1("HTTPShouldHandleCookies"); + _registerName1("HTTPShouldHandleCookies"); late final _sel_HTTPShouldUsePipelining1 = - _registerName1("HTTPShouldUsePipelining"); + _registerName1("HTTPShouldUsePipelining"); late final _sel_originalRequest1 = _registerName1("originalRequest"); ffi.Pointer _objc_msgSend_795( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_795( obj, sel, @@ -22726,16 +22726,16 @@ class SentryCocoa { late final _sel_currentRequest1 = _registerName1("currentRequest"); late final _class_NSURLResponse1 = _getClass1("NSURLResponse"); late final _sel_initWithURL_MIMEType_expectedContentLength_textEncodingName_1 = - _registerName1( - "initWithURL:MIMEType:expectedContentLength:textEncodingName:"); + _registerName1( + "initWithURL:MIMEType:expectedContentLength:textEncodingName:"); instancetype _objc_msgSend_796( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer URL, - ffi.Pointer MIMEType, - int length, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer URL, + ffi.Pointer MIMEType, + int length, + ffi.Pointer name, + ) { return __objc_msgSend_796( obj, sel, @@ -22766,14 +22766,14 @@ class SentryCocoa { late final _sel_MIMEType1 = _registerName1("MIMEType"); late final _sel_expectedContentLength1 = - _registerName1("expectedContentLength"); + _registerName1("expectedContentLength"); late final _sel_textEncodingName1 = _registerName1("textEncodingName"); late final _sel_suggestedFilename1 = _registerName1("suggestedFilename"); late final _sel_response1 = _registerName1("response"); ffi.Pointer _objc_msgSend_797( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_797( obj, sel, @@ -22791,29 +22791,29 @@ class SentryCocoa { late final _sel_progress1 = _registerName1("progress"); late final _sel_earliestBeginDate1 = _registerName1("earliestBeginDate"); late final _sel_setEarliestBeginDate_1 = - _registerName1("setEarliestBeginDate:"); + _registerName1("setEarliestBeginDate:"); late final _sel_countOfBytesClientExpectsToSend1 = - _registerName1("countOfBytesClientExpectsToSend"); + _registerName1("countOfBytesClientExpectsToSend"); late final _sel_setCountOfBytesClientExpectsToSend_1 = - _registerName1("setCountOfBytesClientExpectsToSend:"); + _registerName1("setCountOfBytesClientExpectsToSend:"); late final _sel_countOfBytesClientExpectsToReceive1 = - _registerName1("countOfBytesClientExpectsToReceive"); + _registerName1("countOfBytesClientExpectsToReceive"); late final _sel_setCountOfBytesClientExpectsToReceive_1 = - _registerName1("setCountOfBytesClientExpectsToReceive:"); + _registerName1("setCountOfBytesClientExpectsToReceive:"); late final _sel_countOfBytesSent1 = _registerName1("countOfBytesSent"); late final _sel_countOfBytesReceived1 = - _registerName1("countOfBytesReceived"); + _registerName1("countOfBytesReceived"); late final _sel_countOfBytesExpectedToSend1 = - _registerName1("countOfBytesExpectedToSend"); + _registerName1("countOfBytesExpectedToSend"); late final _sel_countOfBytesExpectedToReceive1 = - _registerName1("countOfBytesExpectedToReceive"); + _registerName1("countOfBytesExpectedToReceive"); late final _sel_taskDescription1 = _registerName1("taskDescription"); late final _sel_setTaskDescription_1 = _registerName1("setTaskDescription:"); late final _sel_state1 = _registerName1("state"); int _objc_msgSend_798( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_798( obj, sel, @@ -22831,10 +22831,10 @@ class SentryCocoa { late final _sel_priority1 = _registerName1("priority"); late final _sel_setPriority_1 = _registerName1("setPriority:"); void _objc_msgSend_799( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_799( obj, sel, @@ -22850,17 +22850,17 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, double)>(); late final _sel_prefersIncrementalDelivery1 = - _registerName1("prefersIncrementalDelivery"); + _registerName1("prefersIncrementalDelivery"); late final _sel_setPrefersIncrementalDelivery_1 = - _registerName1("setPrefersIncrementalDelivery:"); + _registerName1("setPrefersIncrementalDelivery:"); late final _sel_storeCookies_forTask_1 = - _registerName1("storeCookies:forTask:"); + _registerName1("storeCookies:forTask:"); void _objc_msgSend_800( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookies, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookies, + ffi.Pointer task, + ) { return __objc_msgSend_800( obj, sel, @@ -22881,13 +22881,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_getCookiesForTask_completionHandler_1 = - _registerName1("getCookiesForTask:completionHandler:"); + _registerName1("getCookiesForTask:completionHandler:"); void _objc_msgSend_801( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_801( obj, sel, @@ -22910,13 +22910,13 @@ class SentryCocoa { late final _class_NSIndexPath1 = _getClass1("NSIndexPath"); late final _sel_indexPathWithIndex_1 = _registerName1("indexPathWithIndex:"); late final _sel_indexPathWithIndexes_length_1 = - _registerName1("indexPathWithIndexes:length:"); + _registerName1("indexPathWithIndexes:length:"); instancetype _objc_msgSend_802( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + int length, + ) { return __objc_msgSend_802( obj, sel, @@ -22937,14 +22937,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithIndexes_length_1 = - _registerName1("initWithIndexes:length:"); + _registerName1("initWithIndexes:length:"); late final _sel_indexPathByAddingIndex_1 = - _registerName1("indexPathByAddingIndex:"); + _registerName1("indexPathByAddingIndex:"); ffi.Pointer _objc_msgSend_803( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_803( obj, sel, @@ -22961,11 +22961,11 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_indexPathByRemovingLastIndex1 = - _registerName1("indexPathByRemovingLastIndex"); + _registerName1("indexPathByRemovingLastIndex"); ffi.Pointer _objc_msgSend_804( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_804( obj, sel, @@ -22983,11 +22983,11 @@ class SentryCocoa { late final _sel_indexAtPosition_1 = _registerName1("indexAtPosition:"); late final _sel_getIndexes_range_1 = _registerName1("getIndexes:range:"); void _objc_msgSend_805( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - _NSRange positionRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + _NSRange positionRange, + ) { return __objc_msgSend_805( obj, sel, @@ -23005,10 +23005,10 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); int _objc_msgSend_806( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherObject, + ) { return __objc_msgSend_806( obj, sel, @@ -23026,10 +23026,10 @@ class SentryCocoa { late final _sel_getIndexes_1 = _registerName1("getIndexes:"); void _objc_msgSend_807( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_807( obj, sel, @@ -23048,9 +23048,9 @@ class SentryCocoa { late final _class_NSInflectionRule1 = _getClass1("NSInflectionRule"); late final _sel_automaticRule1 = _registerName1("automaticRule"); ffi.Pointer _objc_msgSend_808( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_808( obj, sel, @@ -23067,13 +23067,13 @@ class SentryCocoa { late final _sel_canInflectLanguage_1 = _registerName1("canInflectLanguage:"); late final _sel_canInflectPreferredLocalization1 = - _registerName1("canInflectPreferredLocalization"); + _registerName1("canInflectPreferredLocalization"); late final _class_NSMorphology1 = _getClass1("NSMorphology"); late final _sel_grammaticalGender1 = _registerName1("grammaticalGender"); int _objc_msgSend_809( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_809( obj, sel, @@ -23088,12 +23088,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setGrammaticalGender_1 = - _registerName1("setGrammaticalGender:"); + _registerName1("setGrammaticalGender:"); void _objc_msgSend_810( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_810( obj, sel, @@ -23110,9 +23110,9 @@ class SentryCocoa { late final _sel_partOfSpeech1 = _registerName1("partOfSpeech"); int _objc_msgSend_811( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_811( obj, sel, @@ -23128,10 +23128,10 @@ class SentryCocoa { late final _sel_setPartOfSpeech_1 = _registerName1("setPartOfSpeech:"); void _objc_msgSend_812( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_812( obj, sel, @@ -23148,9 +23148,9 @@ class SentryCocoa { late final _sel_number1 = _registerName1("number"); int _objc_msgSend_813( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_813( obj, sel, @@ -23166,10 +23166,10 @@ class SentryCocoa { late final _sel_setNumber_1 = _registerName1("setNumber:"); void _objc_msgSend_814( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_814( obj, sel, @@ -23185,11 +23185,11 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _class_NSMorphologyCustomPronoun1 = - _getClass1("NSMorphologyCustomPronoun"); + _getClass1("NSMorphologyCustomPronoun"); late final _sel_isSupportedForLanguage_1 = - _registerName1("isSupportedForLanguage:"); + _registerName1("isSupportedForLanguage:"); late final _sel_requiredKeysForLanguage_1 = - _registerName1("requiredKeysForLanguage:"); + _registerName1("requiredKeysForLanguage:"); late final _sel_subjectForm1 = _registerName1("subjectForm"); late final _sel_setSubjectForm_1 = _registerName1("setSubjectForm:"); late final _sel_objectForm1 = _registerName1("objectForm"); @@ -23197,18 +23197,18 @@ class SentryCocoa { late final _sel_possessiveForm1 = _registerName1("possessiveForm"); late final _sel_setPossessiveForm_1 = _registerName1("setPossessiveForm:"); late final _sel_possessiveAdjectiveForm1 = - _registerName1("possessiveAdjectiveForm"); + _registerName1("possessiveAdjectiveForm"); late final _sel_setPossessiveAdjectiveForm_1 = - _registerName1("setPossessiveAdjectiveForm:"); + _registerName1("setPossessiveAdjectiveForm:"); late final _sel_reflexiveForm1 = _registerName1("reflexiveForm"); late final _sel_setReflexiveForm_1 = _registerName1("setReflexiveForm:"); late final _sel_customPronounForLanguage_1 = - _registerName1("customPronounForLanguage:"); + _registerName1("customPronounForLanguage:"); ffi.Pointer _objc_msgSend_815( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer language, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer language, + ) { return __objc_msgSend_815( obj, sel, @@ -23225,14 +23225,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setCustomPronoun_forLanguage_error_1 = - _registerName1("setCustomPronoun:forLanguage:error:"); + _registerName1("setCustomPronoun:forLanguage:error:"); bool _objc_msgSend_816( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer features, - ffi.Pointer language, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer features, + ffi.Pointer language, + ffi.Pointer> error, + ) { return __objc_msgSend_816( obj, sel, @@ -23261,9 +23261,9 @@ class SentryCocoa { late final _sel_isUnspecified1 = _registerName1("isUnspecified"); late final _sel_userMorphology1 = _registerName1("userMorphology"); ffi.Pointer _objc_msgSend_817( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_817( obj, sel, @@ -23285,10 +23285,10 @@ class SentryCocoa { late final _sel_isReady1 = _registerName1("isReady"); late final _sel_addDependency_1 = _registerName1("addDependency:"); void _objc_msgSend_818( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer op, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer op, + ) { return __objc_msgSend_818( obj, sel, @@ -23308,9 +23308,9 @@ class SentryCocoa { late final _sel_dependencies1 = _registerName1("dependencies"); late final _sel_queuePriority1 = _registerName1("queuePriority"); int _objc_msgSend_819( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_819( obj, sel, @@ -23326,10 +23326,10 @@ class SentryCocoa { late final _sel_setQueuePriority_1 = _registerName1("setQueuePriority:"); void _objc_msgSend_820( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_820( obj, sel, @@ -23349,13 +23349,13 @@ class SentryCocoa { late final _sel_waitUntilFinished1 = _registerName1("waitUntilFinished"); late final _sel_addOperation_1 = _registerName1("addOperation:"); late final _sel_addOperations_waitUntilFinished_1 = - _registerName1("addOperations:waitUntilFinished:"); + _registerName1("addOperations:waitUntilFinished:"); void _objc_msgSend_821( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ops, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ops, + bool wait, + ) { return __objc_msgSend_821( obj, sel, @@ -23373,19 +23373,19 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_addOperationWithBlock_1 = - _registerName1("addOperationWithBlock:"); + _registerName1("addOperationWithBlock:"); late final _sel_addBarrierBlock_1 = _registerName1("addBarrierBlock:"); late final _sel_maxConcurrentOperationCount1 = - _registerName1("maxConcurrentOperationCount"); + _registerName1("maxConcurrentOperationCount"); late final _sel_setMaxConcurrentOperationCount_1 = - _registerName1("setMaxConcurrentOperationCount:"); + _registerName1("setMaxConcurrentOperationCount:"); late final _sel_isSuspended1 = _registerName1("isSuspended"); late final _sel_setSuspended_1 = _registerName1("setSuspended:"); late final _sel_underlyingQueue1 = _registerName1("underlyingQueue"); ffi.Pointer _objc_msgSend_822( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_822( obj, sel, @@ -23402,10 +23402,10 @@ class SentryCocoa { late final _sel_setUnderlyingQueue_1 = _registerName1("setUnderlyingQueue:"); void _objc_msgSend_823( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_823( obj, sel, @@ -23423,12 +23423,12 @@ class SentryCocoa { late final _sel_cancelAllOperations1 = _registerName1("cancelAllOperations"); late final _sel_waitUntilAllOperationsAreFinished1 = - _registerName1("waitUntilAllOperationsAreFinished"); + _registerName1("waitUntilAllOperationsAreFinished"); late final _sel_currentQueue1 = _registerName1("currentQueue"); ffi.Pointer _objc_msgSend_824( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_824( obj, sel, @@ -23449,10 +23449,10 @@ class SentryCocoa { late final _class_NSPointerArray1 = _getClass1("NSPointerArray"); late final _sel_initWithOptions_1 = _registerName1("initWithOptions:"); instancetype _objc_msgSend_825( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_825( obj, sel, @@ -23470,12 +23470,12 @@ class SentryCocoa { late final _class_NSPointerFunctions1 = _getClass1("NSPointerFunctions"); late final _sel_pointerFunctionsWithOptions_1 = - _registerName1("pointerFunctionsWithOptions:"); + _registerName1("pointerFunctionsWithOptions:"); ffi.Pointer _objc_msgSend_826( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_826( obj, sel, @@ -23493,16 +23493,16 @@ class SentryCocoa { late final _sel_hashFunction1 = _registerName1("hashFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_827( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_827( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_827( obj, sel, @@ -23510,19 +23510,8 @@ class SentryCocoa { } late final __objc_msgSend_827Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -23530,22 +23519,33 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setHashFunction_1 = _registerName1("setHashFunction:"); void _objc_msgSend_828( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_828( obj, sel, @@ -23554,18 +23554,18 @@ class SentryCocoa { } late final __objc_msgSend_828Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_828 = __objc_msgSend_828Ptr.asFunction< void Function( @@ -23582,17 +23582,17 @@ class SentryCocoa { late final _sel_isEqualFunction1 = _registerName1("isEqualFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_829( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_829( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_829( obj, sel, @@ -23600,20 +23600,8 @@ class SentryCocoa { } late final __objc_msgSend_829Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -23622,23 +23610,35 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setIsEqualFunction_1 = _registerName1("setIsEqualFunction:"); void _objc_msgSend_830( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_830( obj, sel, @@ -23647,19 +23647,19 @@ class SentryCocoa { } late final __objc_msgSend_830Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_830 = __objc_msgSend_830Ptr.asFunction< void Function( @@ -23677,11 +23677,11 @@ class SentryCocoa { late final _sel_sizeFunction1 = _registerName1("sizeFunction"); ffi.Pointer< - ffi.NativeFunction)>> - _objc_msgSend_831( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction)>> + _objc_msgSend_831( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_831( obj, sel, @@ -23689,27 +23689,27 @@ class SentryCocoa { } late final __objc_msgSend_831Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>>( + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); late final __objc_msgSend_831 = __objc_msgSend_831Ptr.asFunction< ffi.Pointer< - ffi + ffi .NativeFunction)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setSizeFunction_1 = _registerName1("setSizeFunction:"); void _objc_msgSend_832( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi - .NativeFunction)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi + .NativeFunction)>> + value, + ) { return __objc_msgSend_832( obj, sel, @@ -23736,12 +23736,12 @@ class SentryCocoa { late final _sel_descriptionFunction1 = _registerName1("descriptionFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - _objc_msgSend_833( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + _objc_msgSend_833( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_833( obj, sel, @@ -23749,30 +23749,30 @@ class SentryCocoa { } late final __objc_msgSend_833Ptr = - _lookup< + _lookup< + ffi.NativeFunction< + ffi.Pointer< ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); + ffi.Pointer Function( + ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); late final __objc_msgSend_833 = __objc_msgSend_833Ptr.asFunction< ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>(); + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDescriptionFunction_1 = - _registerName1("setDescriptionFunction:"); + _registerName1("setDescriptionFunction:"); void _objc_msgSend_834( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + value, + ) { return __objc_msgSend_834( obj, sel, @@ -23799,16 +23799,16 @@ class SentryCocoa { late final _sel_relinquishFunction1 = _registerName1("relinquishFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_835( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_835( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_835( obj, sel, @@ -23816,19 +23816,8 @@ class SentryCocoa { } late final __objc_msgSend_835Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23836,23 +23825,34 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setRelinquishFunction_1 = - _registerName1("setRelinquishFunction:"); + _registerName1("setRelinquishFunction:"); void _objc_msgSend_836( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_836( obj, sel, @@ -23861,18 +23861,18 @@ class SentryCocoa { } late final __objc_msgSend_836Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_836 = __objc_msgSend_836Ptr.asFunction< void Function( @@ -23896,9 +23896,9 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>, ffi.Bool)>> _objc_msgSend_837( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_837( obj, sel, @@ -23906,20 +23906,8 @@ class SentryCocoa { } late final __objc_msgSend_837Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>, - ffi.Bool)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -23928,22 +23916,34 @@ class SentryCocoa { ffi.UnsignedLong Function( ffi.Pointer)>>, ffi.Bool)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>, + ffi.Bool)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setAcquireFunction_1 = _registerName1("setAcquireFunction:"); void _objc_msgSend_838( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>, - ffi.Bool)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>, + ffi.Bool)>> + value, + ) { return __objc_msgSend_838( obj, sel, @@ -23980,20 +23980,20 @@ class SentryCocoa { ffi.Bool)>>)>(); late final _sel_usesStrongWriteBarrier1 = - _registerName1("usesStrongWriteBarrier"); + _registerName1("usesStrongWriteBarrier"); late final _sel_setUsesStrongWriteBarrier_1 = - _registerName1("setUsesStrongWriteBarrier:"); + _registerName1("setUsesStrongWriteBarrier:"); late final _sel_usesWeakReadAndWriteBarriers1 = - _registerName1("usesWeakReadAndWriteBarriers"); + _registerName1("usesWeakReadAndWriteBarriers"); late final _sel_setUsesWeakReadAndWriteBarriers_1 = - _registerName1("setUsesWeakReadAndWriteBarriers:"); + _registerName1("setUsesWeakReadAndWriteBarriers:"); late final _sel_initWithPointerFunctions_1 = - _registerName1("initWithPointerFunctions:"); + _registerName1("initWithPointerFunctions:"); instancetype _objc_msgSend_839( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer functions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer functions, + ) { return __objc_msgSend_839( obj, sel, @@ -24010,12 +24010,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pointerArrayWithOptions_1 = - _registerName1("pointerArrayWithOptions:"); + _registerName1("pointerArrayWithOptions:"); ffi.Pointer _objc_msgSend_840( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_840( obj, sel, @@ -24032,12 +24032,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_pointerArrayWithPointerFunctions_1 = - _registerName1("pointerArrayWithPointerFunctions:"); + _registerName1("pointerArrayWithPointerFunctions:"); ffi.Pointer _objc_msgSend_841( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer functions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer functions, + ) { return __objc_msgSend_841( obj, sel, @@ -24055,9 +24055,9 @@ class SentryCocoa { late final _sel_pointerFunctions1 = _registerName1("pointerFunctions"); ffi.Pointer _objc_msgSend_842( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_842( obj, sel, @@ -24074,10 +24074,10 @@ class SentryCocoa { late final _sel_pointerAtIndex_1 = _registerName1("pointerAtIndex:"); ffi.Pointer _objc_msgSend_843( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_843( obj, sel, @@ -24095,17 +24095,17 @@ class SentryCocoa { late final _sel_addPointer_1 = _registerName1("addPointer:"); late final _sel_removePointerAtIndex_1 = - _registerName1("removePointerAtIndex:"); + _registerName1("removePointerAtIndex:"); late final _sel_insertPointer_atIndex_1 = - _registerName1("insertPointer:atIndex:"); + _registerName1("insertPointer:atIndex:"); late final _sel_replacePointerAtIndex_withPointer_1 = - _registerName1("replacePointerAtIndex:withPointer:"); + _registerName1("replacePointerAtIndex:withPointer:"); void _objc_msgSend_844( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer item, + ) { return __objc_msgSend_844( obj, sel, @@ -24125,15 +24125,15 @@ class SentryCocoa { late final _sel_compact1 = _registerName1("compact"); late final _sel_setCount_1 = _registerName1("setCount:"); late final _sel_pointerArrayWithStrongObjects1 = - _registerName1("pointerArrayWithStrongObjects"); + _registerName1("pointerArrayWithStrongObjects"); late final _sel_pointerArrayWithWeakObjects1 = - _registerName1("pointerArrayWithWeakObjects"); + _registerName1("pointerArrayWithWeakObjects"); late final _sel_strongObjectsPointerArray1 = - _registerName1("strongObjectsPointerArray"); + _registerName1("strongObjectsPointerArray"); ffi.Pointer _objc_msgSend_845( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_845( obj, sel, @@ -24149,13 +24149,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_weakObjectsPointerArray1 = - _registerName1("weakObjectsPointerArray"); + _registerName1("weakObjectsPointerArray"); late final _class_NSProcessInfo1 = _getClass1("NSProcessInfo"); late final _sel_processInfo1 = _registerName1("processInfo"); ffi.Pointer _objc_msgSend_846( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_846( obj, sel, @@ -24176,18 +24176,18 @@ class SentryCocoa { late final _sel_setProcessName_1 = _registerName1("setProcessName:"); late final _sel_processIdentifier1 = _registerName1("processIdentifier"); late final _sel_globallyUniqueString1 = - _registerName1("globallyUniqueString"); + _registerName1("globallyUniqueString"); late final _sel_operatingSystem1 = _registerName1("operatingSystem"); late final _sel_operatingSystemName1 = _registerName1("operatingSystemName"); late final _sel_operatingSystemVersionString1 = - _registerName1("operatingSystemVersionString"); + _registerName1("operatingSystemVersionString"); late final _sel_operatingSystemVersion1 = - _registerName1("operatingSystemVersion"); + _registerName1("operatingSystemVersion"); void _objc_msgSend_847( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_847( stret, obj, @@ -24207,15 +24207,15 @@ class SentryCocoa { late final _sel_processorCount1 = _registerName1("processorCount"); late final _sel_activeProcessorCount1 = - _registerName1("activeProcessorCount"); + _registerName1("activeProcessorCount"); late final _sel_physicalMemory1 = _registerName1("physicalMemory"); late final _sel_isOperatingSystemAtLeastVersion_1 = - _registerName1("isOperatingSystemAtLeastVersion:"); + _registerName1("isOperatingSystemAtLeastVersion:"); bool _objc_msgSend_848( - ffi.Pointer obj, - ffi.Pointer sel, - NSOperatingSystemVersion version, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + NSOperatingSystemVersion version, + ) { return __objc_msgSend_848( obj, sel, @@ -24233,25 +24233,25 @@ class SentryCocoa { late final _sel_systemUptime1 = _registerName1("systemUptime"); late final _sel_disableSuddenTermination1 = - _registerName1("disableSuddenTermination"); + _registerName1("disableSuddenTermination"); late final _sel_enableSuddenTermination1 = - _registerName1("enableSuddenTermination"); + _registerName1("enableSuddenTermination"); late final _sel_disableAutomaticTermination_1 = - _registerName1("disableAutomaticTermination:"); + _registerName1("disableAutomaticTermination:"); late final _sel_enableAutomaticTermination_1 = - _registerName1("enableAutomaticTermination:"); + _registerName1("enableAutomaticTermination:"); late final _sel_automaticTerminationSupportEnabled1 = - _registerName1("automaticTerminationSupportEnabled"); + _registerName1("automaticTerminationSupportEnabled"); late final _sel_setAutomaticTerminationSupportEnabled_1 = - _registerName1("setAutomaticTerminationSupportEnabled:"); + _registerName1("setAutomaticTerminationSupportEnabled:"); late final _sel_beginActivityWithOptions_reason_1 = - _registerName1("beginActivityWithOptions:reason:"); + _registerName1("beginActivityWithOptions:reason:"); ffi.Pointer _objc_msgSend_849( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer reason, + ) { return __objc_msgSend_849( obj, sel, @@ -24273,14 +24273,14 @@ class SentryCocoa { late final _sel_endActivity_1 = _registerName1("endActivity:"); late final _sel_performActivityWithOptions_reason_usingBlock_1 = - _registerName1("performActivityWithOptions:reason:usingBlock:"); + _registerName1("performActivityWithOptions:reason:usingBlock:"); void _objc_msgSend_850( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer reason, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer reason, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_850( obj, sel, @@ -24303,13 +24303,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_performExpiringActivityWithReason_usingBlock_1 = - _registerName1("performExpiringActivityWithReason:usingBlock:"); + _registerName1("performExpiringActivityWithReason:usingBlock:"); void _objc_msgSend_851( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer reason, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer reason, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_851( obj, sel, @@ -24333,9 +24333,9 @@ class SentryCocoa { late final _sel_fullUserName1 = _registerName1("fullUserName"); late final _sel_thermalState1 = _registerName1("thermalState"); int _objc_msgSend_852( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_852( obj, sel, @@ -24350,15 +24350,15 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_isLowPowerModeEnabled1 = - _registerName1("isLowPowerModeEnabled"); + _registerName1("isLowPowerModeEnabled"); late final _sel_isMacCatalystApp1 = _registerName1("isMacCatalystApp"); late final _sel_isiOSAppOnMac1 = _registerName1("isiOSAppOnMac"); late final _class_NSTextCheckingResult1 = _getClass1("NSTextCheckingResult"); late final _sel_resultType1 = _registerName1("resultType"); int _objc_msgSend_853( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_853( obj, sel, @@ -24375,9 +24375,9 @@ class SentryCocoa { late final _sel_range1 = _registerName1("range"); late final _sel_orthography1 = _registerName1("orthography"); ffi.Pointer _objc_msgSend_854( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_854( obj, sel, @@ -24399,14 +24399,14 @@ class SentryCocoa { late final _sel_alternativeStrings1 = _registerName1("alternativeStrings"); late final _class_NSRegularExpression1 = _getClass1("NSRegularExpression"); late final _sel_regularExpressionWithPattern_options_error_1 = - _registerName1("regularExpressionWithPattern:options:error:"); + _registerName1("regularExpressionWithPattern:options:error:"); ffi.Pointer _objc_msgSend_855( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pattern, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pattern, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_855( obj, sel, @@ -24433,14 +24433,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithPattern_options_error_1 = - _registerName1("initWithPattern:options:error:"); + _registerName1("initWithPattern:options:error:"); instancetype _objc_msgSend_856( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pattern, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pattern, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_856( obj, sel, @@ -24469,9 +24469,9 @@ class SentryCocoa { late final _sel_pattern1 = _registerName1("pattern"); late final _sel_options1 = _registerName1("options"); int _objc_msgSend_857( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_857( obj, sel, @@ -24486,19 +24486,19 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_numberOfCaptureGroups1 = - _registerName1("numberOfCaptureGroups"); + _registerName1("numberOfCaptureGroups"); late final _sel_escapedPatternForString_1 = - _registerName1("escapedPatternForString:"); + _registerName1("escapedPatternForString:"); late final _sel_enumerateMatchesInString_options_range_usingBlock_1 = - _registerName1("enumerateMatchesInString:options:range:usingBlock:"); + _registerName1("enumerateMatchesInString:options:range:usingBlock:"); void _objc_msgSend_858( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_858( obj, sel, @@ -24523,14 +24523,14 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer<_ObjCBlock>)>(); late final _sel_matchesInString_options_range_1 = - _registerName1("matchesInString:options:range:"); + _registerName1("matchesInString:options:range:"); ffi.Pointer _objc_msgSend_859( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_859( obj, sel, @@ -24553,14 +24553,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_numberOfMatchesInString_options_range_1 = - _registerName1("numberOfMatchesInString:options:range:"); + _registerName1("numberOfMatchesInString:options:range:"); int _objc_msgSend_860( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_860( obj, sel, @@ -24583,14 +24583,14 @@ class SentryCocoa { ffi.Pointer, int, _NSRange)>(); late final _sel_firstMatchInString_options_range_1 = - _registerName1("firstMatchInString:options:range:"); + _registerName1("firstMatchInString:options:range:"); ffi.Pointer _objc_msgSend_861( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_861( obj, sel, @@ -24613,15 +24613,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfFirstMatchInString_options_range_1 = - _registerName1("rangeOfFirstMatchInString:options:range:"); + _registerName1("rangeOfFirstMatchInString:options:range:"); void _objc_msgSend_862( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_862( stret, obj, @@ -24646,16 +24646,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_stringByReplacingMatchesInString_options_range_withTemplate_1 = - _registerName1( - "stringByReplacingMatchesInString:options:range:withTemplate:"); + _registerName1( + "stringByReplacingMatchesInString:options:range:withTemplate:"); ffi.Pointer _objc_msgSend_863( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer templ, + ) { return __objc_msgSend_863( obj, sel, @@ -24685,15 +24685,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceMatchesInString_options_range_withTemplate_1 = - _registerName1("replaceMatchesInString:options:range:withTemplate:"); + _registerName1("replaceMatchesInString:options:range:withTemplate:"); int _objc_msgSend_864( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer templ, + ) { return __objc_msgSend_864( obj, sel, @@ -24718,15 +24718,15 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer)>(); late final _sel_replacementStringForResult_inString_offset_template_1 = - _registerName1("replacementStringForResult:inString:offset:template:"); + _registerName1("replacementStringForResult:inString:offset:template:"); ffi.Pointer _objc_msgSend_865( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ffi.Pointer string, - int offset, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ffi.Pointer string, + int offset, + ffi.Pointer templ, + ) { return __objc_msgSend_865( obj, sel, @@ -24756,12 +24756,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_escapedTemplateForString_1 = - _registerName1("escapedTemplateForString:"); + _registerName1("escapedTemplateForString:"); late final _sel_regularExpression1 = _registerName1("regularExpression"); ffi.Pointer _objc_msgSend_866( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_866( obj, sel, @@ -24781,12 +24781,12 @@ class SentryCocoa { late final _sel_rangeAtIndex_1 = _registerName1("rangeAtIndex:"); late final _sel_rangeWithName_1 = _registerName1("rangeWithName:"); late final _sel_resultByAdjustingRangesWithOffset_1 = - _registerName1("resultByAdjustingRangesWithOffset:"); + _registerName1("resultByAdjustingRangesWithOffset:"); ffi.Pointer _objc_msgSend_867( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ) { return __objc_msgSend_867( obj, sel, @@ -24804,13 +24804,13 @@ class SentryCocoa { late final _sel_addressComponents1 = _registerName1("addressComponents"); late final _sel_orthographyCheckingResultWithRange_orthography_1 = - _registerName1("orthographyCheckingResultWithRange:orthography:"); + _registerName1("orthographyCheckingResultWithRange:orthography:"); ffi.Pointer _objc_msgSend_868( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer orthography, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer orthography, + ) { return __objc_msgSend_868( obj, sel, @@ -24831,12 +24831,12 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_spellCheckingResultWithRange_1 = - _registerName1("spellCheckingResultWithRange:"); + _registerName1("spellCheckingResultWithRange:"); ffi.Pointer _objc_msgSend_869( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_869( obj, sel, @@ -24853,13 +24853,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_grammarCheckingResultWithRange_details_1 = - _registerName1("grammarCheckingResultWithRange:details:"); + _registerName1("grammarCheckingResultWithRange:details:"); ffi.Pointer _objc_msgSend_870( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer details, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer details, + ) { return __objc_msgSend_870( obj, sel, @@ -24880,13 +24880,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dateCheckingResultWithRange_date_1 = - _registerName1("dateCheckingResultWithRange:date:"); + _registerName1("dateCheckingResultWithRange:date:"); ffi.Pointer _objc_msgSend_871( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ) { return __objc_msgSend_871( obj, sel, @@ -24907,15 +24907,15 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dateCheckingResultWithRange_date_timeZone_duration_1 = - _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); + _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); ffi.Pointer _objc_msgSend_872( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ffi.Pointer timeZone, - double duration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ffi.Pointer timeZone, + double duration, + ) { return __objc_msgSend_872( obj, sel, @@ -24945,13 +24945,13 @@ class SentryCocoa { double)>(); late final _sel_addressCheckingResultWithRange_components_1 = - _registerName1("addressCheckingResultWithRange:components:"); + _registerName1("addressCheckingResultWithRange:components:"); ffi.Pointer _objc_msgSend_873( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer components, + ) { return __objc_msgSend_873( obj, sel, @@ -24972,13 +24972,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_linkCheckingResultWithRange_URL_1 = - _registerName1("linkCheckingResultWithRange:URL:"); + _registerName1("linkCheckingResultWithRange:URL:"); ffi.Pointer _objc_msgSend_874( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer url, + ) { return __objc_msgSend_874( obj, sel, @@ -24999,13 +24999,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_quoteCheckingResultWithRange_replacementString_1 = - _registerName1("quoteCheckingResultWithRange:replacementString:"); + _registerName1("quoteCheckingResultWithRange:replacementString:"); ffi.Pointer _objc_msgSend_875( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ) { return __objc_msgSend_875( obj, sel, @@ -25026,21 +25026,21 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dashCheckingResultWithRange_replacementString_1 = - _registerName1("dashCheckingResultWithRange:replacementString:"); + _registerName1("dashCheckingResultWithRange:replacementString:"); late final _sel_replacementCheckingResultWithRange_replacementString_1 = - _registerName1("replacementCheckingResultWithRange:replacementString:"); + _registerName1("replacementCheckingResultWithRange:replacementString:"); late final _sel_correctionCheckingResultWithRange_replacementString_1 = - _registerName1("correctionCheckingResultWithRange:replacementString:"); + _registerName1("correctionCheckingResultWithRange:replacementString:"); late final _sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1 = - _registerName1( - "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); + _registerName1( + "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); ffi.Pointer _objc_msgSend_876( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ffi.Pointer alternativeStrings, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ffi.Pointer alternativeStrings, + ) { return __objc_msgSend_876( obj, sel, @@ -25067,15 +25067,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1 = - _registerName1( - "regularExpressionCheckingResultWithRanges:count:regularExpression:"); + _registerName1( + "regularExpressionCheckingResultWithRanges:count:regularExpression:"); ffi.Pointer _objc_msgSend_877( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSRange> ranges, - int count, - ffi.Pointer regularExpression, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSRange> ranges, + int count, + ffi.Pointer regularExpression, + ) { return __objc_msgSend_877( obj, sel, @@ -25102,15 +25102,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_phoneNumberCheckingResultWithRange_phoneNumber_1 = - _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); + _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); late final _sel_transitInformationCheckingResultWithRange_components_1 = - _registerName1("transitInformationCheckingResultWithRange:components:"); + _registerName1("transitInformationCheckingResultWithRange:components:"); late final _class_NSURLCache1 = _getClass1("NSURLCache"); late final _sel_sharedURLCache1 = _registerName1("sharedURLCache"); ffi.Pointer _objc_msgSend_878( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_878( obj, sel, @@ -25127,10 +25127,10 @@ class SentryCocoa { late final _sel_setSharedURLCache_1 = _registerName1("setSharedURLCache:"); void _objc_msgSend_879( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_879( obj, sel, @@ -25147,14 +25147,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithMemoryCapacity_diskCapacity_diskPath_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); + _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); instancetype _objc_msgSend_880( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer path, + ) { return __objc_msgSend_880( obj, sel, @@ -25177,14 +25177,14 @@ class SentryCocoa { int, ffi.Pointer)>(); late final _sel_initWithMemoryCapacity_diskCapacity_directoryURL_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); + _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); instancetype _objc_msgSend_881( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer directoryURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer directoryURL, + ) { return __objc_msgSend_881( obj, sel, @@ -25208,13 +25208,13 @@ class SentryCocoa { late final _class_NSCachedURLResponse1 = _getClass1("NSCachedURLResponse"); late final _sel_initWithResponse_data_1 = - _registerName1("initWithResponse:data:"); + _registerName1("initWithResponse:data:"); instancetype _objc_msgSend_882( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ) { return __objc_msgSend_882( obj, sel, @@ -25235,15 +25235,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithResponse_data_userInfo_storagePolicy_1 = - _registerName1("initWithResponse:data:userInfo:storagePolicy:"); + _registerName1("initWithResponse:data:userInfo:storagePolicy:"); instancetype _objc_msgSend_883( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ffi.Pointer userInfo, - int storagePolicy, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ffi.Pointer userInfo, + int storagePolicy, + ) { return __objc_msgSend_883( obj, sel, @@ -25274,9 +25274,9 @@ class SentryCocoa { late final _sel_storagePolicy1 = _registerName1("storagePolicy"); int _objc_msgSend_884( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_884( obj, sel, @@ -25291,12 +25291,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_cachedResponseForRequest_1 = - _registerName1("cachedResponseForRequest:"); + _registerName1("cachedResponseForRequest:"); ffi.Pointer _objc_msgSend_885( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_885( obj, sel, @@ -25313,13 +25313,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_storeCachedResponse_forRequest_1 = - _registerName1("storeCachedResponse:forRequest:"); + _registerName1("storeCachedResponse:forRequest:"); void _objc_msgSend_886( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer request, + ) { return __objc_msgSend_886( obj, sel, @@ -25340,12 +25340,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeCachedResponseForRequest_1 = - _registerName1("removeCachedResponseForRequest:"); + _registerName1("removeCachedResponseForRequest:"); void _objc_msgSend_887( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_887( obj, sel, @@ -25362,9 +25362,9 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeAllCachedResponses1 = - _registerName1("removeAllCachedResponses"); + _registerName1("removeAllCachedResponses"); late final _sel_removeCachedResponsesSinceDate_1 = - _registerName1("removeCachedResponsesSinceDate:"); + _registerName1("removeCachedResponsesSinceDate:"); late final _sel_memoryCapacity1 = _registerName1("memoryCapacity"); late final _sel_setMemoryCapacity_1 = _registerName1("setMemoryCapacity:"); late final _sel_diskCapacity1 = _registerName1("diskCapacity"); @@ -25373,13 +25373,13 @@ class SentryCocoa { late final _sel_currentDiskUsage1 = _registerName1("currentDiskUsage"); late final _class_NSURLSessionDataTask1 = _getClass1("NSURLSessionDataTask"); late final _sel_storeCachedResponse_forDataTask_1 = - _registerName1("storeCachedResponse:forDataTask:"); + _registerName1("storeCachedResponse:forDataTask:"); void _objc_msgSend_888( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer dataTask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer dataTask, + ) { return __objc_msgSend_888( obj, sel, @@ -25400,13 +25400,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_getCachedResponseForDataTask_completionHandler_1 = - _registerName1("getCachedResponseForDataTask:completionHandler:"); + _registerName1("getCachedResponseForDataTask:completionHandler:"); void _objc_msgSend_889( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_889( obj, sel, @@ -25427,12 +25427,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_removeCachedResponseForDataTask_1 = - _registerName1("removeCachedResponseForDataTask:"); + _registerName1("removeCachedResponseForDataTask:"); void _objc_msgSend_890( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ) { return __objc_msgSend_890( obj, sel, @@ -25450,14 +25450,14 @@ class SentryCocoa { late final _class_NSURLConnection1 = _getClass1("NSURLConnection"); late final _sel_initWithRequest_delegate_startImmediately_1 = - _registerName1("initWithRequest:delegate:startImmediately:"); + _registerName1("initWithRequest:delegate:startImmediately:"); instancetype _objc_msgSend_891( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - bool startImmediately, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + bool startImmediately, + ) { return __objc_msgSend_891( obj, sel, @@ -25480,13 +25480,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_initWithRequest_delegate_1 = - _registerName1("initWithRequest:delegate:"); + _registerName1("initWithRequest:delegate:"); instancetype _objc_msgSend_892( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { return __objc_msgSend_892( obj, sel, @@ -25507,13 +25507,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithRequest_delegate_1 = - _registerName1("connectionWithRequest:delegate:"); + _registerName1("connectionWithRequest:delegate:"); ffi.Pointer _objc_msgSend_893( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { return __objc_msgSend_893( obj, sel, @@ -25537,13 +25537,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_unscheduleFromRunLoop_forMode_1 = - _registerName1("unscheduleFromRunLoop:forMode:"); + _registerName1("unscheduleFromRunLoop:forMode:"); late final _sel_setDelegateQueue_1 = _registerName1("setDelegateQueue:"); void _objc_msgSend_894( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer queue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer queue, + ) { return __objc_msgSend_894( obj, sel, @@ -25561,10 +25561,10 @@ class SentryCocoa { late final _sel_canHandleRequest_1 = _registerName1("canHandleRequest:"); bool _objc_msgSend_895( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_895( obj, sel, @@ -25581,14 +25581,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sendSynchronousRequest_returningResponse_error_1 = - _registerName1("sendSynchronousRequest:returningResponse:error:"); + _registerName1("sendSynchronousRequest:returningResponse:error:"); ffi.Pointer _objc_msgSend_896( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer> response, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer> response, + ffi.Pointer> error, + ) { return __objc_msgSend_896( obj, sel, @@ -25615,14 +25615,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_sendAsynchronousRequest_queue_completionHandler_1 = - _registerName1("sendAsynchronousRequest:queue:completionHandler:"); + _registerName1("sendAsynchronousRequest:queue:completionHandler:"); void _objc_msgSend_897( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer queue, - ffi.Pointer<_ObjCBlock> handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer queue, + ffi.Pointer<_ObjCBlock> handler, + ) { return __objc_msgSend_897( obj, sel, @@ -25651,9 +25651,9 @@ class SentryCocoa { late final _class_NSURLCredential1 = _getClass1("NSURLCredential"); late final _sel_persistence1 = _registerName1("persistence"); int _objc_msgSend_898( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_898( obj, sel, @@ -25668,14 +25668,14 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithUser_password_persistence_1 = - _registerName1("initWithUser:password:persistence:"); + _registerName1("initWithUser:password:persistence:"); instancetype _objc_msgSend_899( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer user, - ffi.Pointer password, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer user, + ffi.Pointer password, + int persistence, + ) { return __objc_msgSend_899( obj, sel, @@ -25698,14 +25698,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_credentialWithUser_password_persistence_1 = - _registerName1("credentialWithUser:password:persistence:"); + _registerName1("credentialWithUser:password:persistence:"); ffi.Pointer _objc_msgSend_900( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer user, - ffi.Pointer password, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer user, + ffi.Pointer password, + int persistence, + ) { return __objc_msgSend_900( obj, sel, @@ -25733,14 +25733,14 @@ class SentryCocoa { late final _sel_hasPassword1 = _registerName1("hasPassword"); late final _sel_initWithIdentity_certificates_persistence_1 = - _registerName1("initWithIdentity:certificates:persistence:"); + _registerName1("initWithIdentity:certificates:persistence:"); instancetype _objc_msgSend_901( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecIdentity> identity, - ffi.Pointer certArray, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecIdentity> identity, + ffi.Pointer certArray, + int persistence, + ) { return __objc_msgSend_901( obj, sel, @@ -25763,14 +25763,14 @@ class SentryCocoa { ffi.Pointer<__SecIdentity>, ffi.Pointer, int)>(); late final _sel_credentialWithIdentity_certificates_persistence_1 = - _registerName1("credentialWithIdentity:certificates:persistence:"); + _registerName1("credentialWithIdentity:certificates:persistence:"); ffi.Pointer _objc_msgSend_902( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecIdentity> identity, - ffi.Pointer certArray, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecIdentity> identity, + ffi.Pointer certArray, + int persistence, + ) { return __objc_msgSend_902( obj, sel, @@ -25798,9 +25798,9 @@ class SentryCocoa { late final _sel_identity1 = _registerName1("identity"); ffi.Pointer<__SecIdentity> _objc_msgSend_903( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_903( obj, sel, @@ -25818,10 +25818,10 @@ class SentryCocoa { late final _sel_certificates1 = _registerName1("certificates"); late final _sel_initWithTrust_1 = _registerName1("initWithTrust:"); instancetype _objc_msgSend_904( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecTrust> trust, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecTrust> trust, + ) { return __objc_msgSend_904( obj, sel, @@ -25839,10 +25839,10 @@ class SentryCocoa { late final _sel_credentialForTrust_1 = _registerName1("credentialForTrust:"); ffi.Pointer _objc_msgSend_905( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecTrust> trust, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecTrust> trust, + ) { return __objc_msgSend_905( obj, sel, @@ -25860,16 +25860,16 @@ class SentryCocoa { late final _class_NSURLProtectionSpace1 = _getClass1("NSURLProtectionSpace"); late final _sel_initWithHost_port_protocol_realm_authenticationMethod_1 = - _registerName1("initWithHost:port:protocol:realm:authenticationMethod:"); + _registerName1("initWithHost:port:protocol:realm:authenticationMethod:"); instancetype _objc_msgSend_906( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer host, - int port, - ffi.Pointer protocol, - ffi.Pointer realm, - ffi.Pointer authenticationMethod, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer host, + int port, + ffi.Pointer protocol, + ffi.Pointer realm, + ffi.Pointer authenticationMethod, + ) { return __objc_msgSend_906( obj, sel, @@ -25902,21 +25902,21 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithProxyHost_port_type_realm_authenticationMethod_1 = - _registerName1("initWithProxyHost:port:type:realm:authenticationMethod:"); + _registerName1("initWithProxyHost:port:type:realm:authenticationMethod:"); late final _sel_realm1 = _registerName1("realm"); late final _sel_receivesCredentialSecurely1 = - _registerName1("receivesCredentialSecurely"); + _registerName1("receivesCredentialSecurely"); late final _sel_isProxy1 = _registerName1("isProxy"); late final _sel_proxyType1 = _registerName1("proxyType"); late final _sel_protocol1 = _registerName1("protocol"); late final _sel_authenticationMethod1 = - _registerName1("authenticationMethod"); + _registerName1("authenticationMethod"); late final _sel_distinguishedNames1 = _registerName1("distinguishedNames"); late final _sel_serverTrust1 = _registerName1("serverTrust"); ffi.Pointer<__SecTrust> _objc_msgSend_907( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_907( obj, sel, @@ -25932,13 +25932,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLCredentialStorage1 = - _getClass1("NSURLCredentialStorage"); + _getClass1("NSURLCredentialStorage"); late final _sel_sharedCredentialStorage1 = - _registerName1("sharedCredentialStorage"); + _registerName1("sharedCredentialStorage"); ffi.Pointer _objc_msgSend_908( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_908( obj, sel, @@ -25954,12 +25954,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_credentialsForProtectionSpace_1 = - _registerName1("credentialsForProtectionSpace:"); + _registerName1("credentialsForProtectionSpace:"); ffi.Pointer _objc_msgSend_909( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ) { return __objc_msgSend_909( obj, sel, @@ -25977,13 +25977,13 @@ class SentryCocoa { late final _sel_allCredentials1 = _registerName1("allCredentials"); late final _sel_setCredential_forProtectionSpace_1 = - _registerName1("setCredential:forProtectionSpace:"); + _registerName1("setCredential:forProtectionSpace:"); void _objc_msgSend_910( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer space, + ) { return __objc_msgSend_910( obj, sel, @@ -26004,16 +26004,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeCredential_forProtectionSpace_1 = - _registerName1("removeCredential:forProtectionSpace:"); + _registerName1("removeCredential:forProtectionSpace:"); late final _sel_removeCredential_forProtectionSpace_options_1 = - _registerName1("removeCredential:forProtectionSpace:options:"); + _registerName1("removeCredential:forProtectionSpace:options:"); void _objc_msgSend_911( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer space, - ffi.Pointer options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer space, + ffi.Pointer options, + ) { return __objc_msgSend_911( obj, sel, @@ -26040,12 +26040,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_defaultCredentialForProtectionSpace_1 = - _registerName1("defaultCredentialForProtectionSpace:"); + _registerName1("defaultCredentialForProtectionSpace:"); ffi.Pointer _objc_msgSend_912( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ) { return __objc_msgSend_912( obj, sel, @@ -26062,17 +26062,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefaultCredential_forProtectionSpace_1 = - _registerName1("setDefaultCredential:forProtectionSpace:"); + _registerName1("setDefaultCredential:forProtectionSpace:"); late final _sel_getCredentialsForProtectionSpace_task_completionHandler_1 = - _registerName1( - "getCredentialsForProtectionSpace:task:completionHandler:"); + _registerName1( + "getCredentialsForProtectionSpace:task:completionHandler:"); void _objc_msgSend_913( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer protectionSpace, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer protectionSpace, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_913( obj, sel, @@ -26099,14 +26099,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_setCredential_forProtectionSpace_task_1 = - _registerName1("setCredential:forProtectionSpace:task:"); + _registerName1("setCredential:forProtectionSpace:task:"); void _objc_msgSend_914( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer protectionSpace, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer protectionSpace, + ffi.Pointer task, + ) { return __objc_msgSend_914( obj, sel, @@ -26133,15 +26133,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeCredential_forProtectionSpace_options_task_1 = - _registerName1("removeCredential:forProtectionSpace:options:task:"); + _registerName1("removeCredential:forProtectionSpace:options:task:"); void _objc_msgSend_915( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer protectionSpace, - ffi.Pointer options, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer protectionSpace, + ffi.Pointer options, + ffi.Pointer task, + ) { return __objc_msgSend_915( obj, sel, @@ -26171,15 +26171,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_getDefaultCredentialForProtectionSpace_task_completionHandler_1 = - _registerName1( - "getDefaultCredentialForProtectionSpace:task:completionHandler:"); + _registerName1( + "getDefaultCredentialForProtectionSpace:task:completionHandler:"); void _objc_msgSend_916( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_916( obj, sel, @@ -26206,17 +26206,17 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_setDefaultCredential_forProtectionSpace_task_1 = - _registerName1("setDefaultCredential:forProtectionSpace:task:"); + _registerName1("setDefaultCredential:forProtectionSpace:task:"); late final _class_NSURLProtocol1 = _getClass1("NSURLProtocol"); late final _sel_initWithRequest_cachedResponse_client_1 = - _registerName1("initWithRequest:cachedResponse:client:"); + _registerName1("initWithRequest:cachedResponse:client:"); instancetype _objc_msgSend_917( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer cachedResponse, - ffi.Pointer client, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer cachedResponse, + ffi.Pointer client, + ) { return __objc_msgSend_917( obj, sel, @@ -26246,9 +26246,9 @@ class SentryCocoa { late final _sel_request1 = _registerName1("request"); late final _sel_cachedResponse1 = _registerName1("cachedResponse"); ffi.Pointer _objc_msgSend_918( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_918( obj, sel, @@ -26265,12 +26265,12 @@ class SentryCocoa { late final _sel_canInitWithRequest_1 = _registerName1("canInitWithRequest:"); late final _sel_canonicalRequestForRequest_1 = - _registerName1("canonicalRequestForRequest:"); + _registerName1("canonicalRequestForRequest:"); ffi.Pointer _objc_msgSend_919( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_919( obj, sel, @@ -26287,13 +26287,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_requestIsCacheEquivalent_toRequest_1 = - _registerName1("requestIsCacheEquivalent:toRequest:"); + _registerName1("requestIsCacheEquivalent:toRequest:"); bool _objc_msgSend_920( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer a, - ffi.Pointer b, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer a, + ffi.Pointer b, + ) { return __objc_msgSend_920( obj, sel, @@ -26316,13 +26316,13 @@ class SentryCocoa { late final _sel_startLoading1 = _registerName1("startLoading"); late final _sel_stopLoading1 = _registerName1("stopLoading"); late final _sel_propertyForKey_inRequest_1 = - _registerName1("propertyForKey:inRequest:"); + _registerName1("propertyForKey:inRequest:"); ffi.Pointer _objc_msgSend_921( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_921( obj, sel, @@ -26349,10 +26349,10 @@ class SentryCocoa { late final _sel_setURL_1 = _registerName1("setURL:"); late final _sel_setCachePolicy_1 = _registerName1("setCachePolicy:"); void _objc_msgSend_922( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_922( obj, sel, @@ -26370,12 +26370,12 @@ class SentryCocoa { late final _sel_setTimeoutInterval_1 = _registerName1("setTimeoutInterval:"); late final _sel_setMainDocumentURL_1 = _registerName1("setMainDocumentURL:"); late final _sel_setNetworkServiceType_1 = - _registerName1("setNetworkServiceType:"); + _registerName1("setNetworkServiceType:"); void _objc_msgSend_923( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_923( obj, sel, @@ -26391,19 +26391,19 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setAllowsCellularAccess_1 = - _registerName1("setAllowsCellularAccess:"); + _registerName1("setAllowsCellularAccess:"); late final _sel_setAllowsExpensiveNetworkAccess_1 = - _registerName1("setAllowsExpensiveNetworkAccess:"); + _registerName1("setAllowsExpensiveNetworkAccess:"); late final _sel_setAllowsConstrainedNetworkAccess_1 = - _registerName1("setAllowsConstrainedNetworkAccess:"); + _registerName1("setAllowsConstrainedNetworkAccess:"); late final _sel_setAssumesHTTP3Capable_1 = - _registerName1("setAssumesHTTP3Capable:"); + _registerName1("setAssumesHTTP3Capable:"); late final _sel_setAttribution_1 = _registerName1("setAttribution:"); void _objc_msgSend_924( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_924( obj, sel, @@ -26419,20 +26419,20 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setRequiresDNSSECValidation_1 = - _registerName1("setRequiresDNSSECValidation:"); + _registerName1("setRequiresDNSSECValidation:"); late final _sel_setHTTPMethod_1 = _registerName1("setHTTPMethod:"); late final _sel_setAllHTTPHeaderFields_1 = - _registerName1("setAllHTTPHeaderFields:"); + _registerName1("setAllHTTPHeaderFields:"); late final _sel_setValue_forHTTPHeaderField_1 = - _registerName1("setValue:forHTTPHeaderField:"); + _registerName1("setValue:forHTTPHeaderField:"); late final _sel_addValue_forHTTPHeaderField_1 = - _registerName1("addValue:forHTTPHeaderField:"); + _registerName1("addValue:forHTTPHeaderField:"); late final _sel_setHTTPBody_1 = _registerName1("setHTTPBody:"); void _objc_msgSend_925( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_925( obj, sel, @@ -26450,10 +26450,10 @@ class SentryCocoa { late final _sel_setHTTPBodyStream_1 = _registerName1("setHTTPBodyStream:"); void _objc_msgSend_926( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_926( obj, sel, @@ -26470,18 +26470,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setHTTPShouldHandleCookies_1 = - _registerName1("setHTTPShouldHandleCookies:"); + _registerName1("setHTTPShouldHandleCookies:"); late final _sel_setHTTPShouldUsePipelining_1 = - _registerName1("setHTTPShouldUsePipelining:"); + _registerName1("setHTTPShouldUsePipelining:"); late final _sel_setProperty_forKey_inRequest_1 = - _registerName1("setProperty:forKey:inRequest:"); + _registerName1("setProperty:forKey:inRequest:"); void _objc_msgSend_927( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_927( obj, sel, @@ -26508,13 +26508,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removePropertyForKey_inRequest_1 = - _registerName1("removePropertyForKey:inRequest:"); + _registerName1("removePropertyForKey:inRequest:"); void _objc_msgSend_928( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_928( obj, sel, @@ -26538,10 +26538,10 @@ class SentryCocoa { late final _sel_unregisterClass_1 = _registerName1("unregisterClass:"); late final _sel_canInitWithTask_1 = _registerName1("canInitWithTask:"); bool _objc_msgSend_929( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ) { return __objc_msgSend_929( obj, sel, @@ -26558,14 +26558,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithTask_cachedResponse_client_1 = - _registerName1("initWithTask:cachedResponse:client:"); + _registerName1("initWithTask:cachedResponse:client:"); instancetype _objc_msgSend_930( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ffi.Pointer cachedResponse, - ffi.Pointer client, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ffi.Pointer cachedResponse, + ffi.Pointer client, + ) { return __objc_msgSend_930( obj, sel, @@ -26593,9 +26593,9 @@ class SentryCocoa { late final _sel_task1 = _registerName1("task"); ffi.Pointer _objc_msgSend_931( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_931( obj, sel, @@ -26613,10 +26613,10 @@ class SentryCocoa { late final _class_NSXMLParser1 = _getClass1("NSXMLParser"); late final _sel_initWithStream_1 = _registerName1("initWithStream:"); instancetype _objc_msgSend_932( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer stream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer stream, + ) { return __objc_msgSend_932( obj, sel, @@ -26633,19 +26633,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_shouldProcessNamespaces1 = - _registerName1("shouldProcessNamespaces"); + _registerName1("shouldProcessNamespaces"); late final _sel_setShouldProcessNamespaces_1 = - _registerName1("setShouldProcessNamespaces:"); + _registerName1("setShouldProcessNamespaces:"); late final _sel_shouldReportNamespacePrefixes1 = - _registerName1("shouldReportNamespacePrefixes"); + _registerName1("shouldReportNamespacePrefixes"); late final _sel_setShouldReportNamespacePrefixes_1 = - _registerName1("setShouldReportNamespacePrefixes:"); + _registerName1("setShouldReportNamespacePrefixes:"); late final _sel_externalEntityResolvingPolicy1 = - _registerName1("externalEntityResolvingPolicy"); + _registerName1("externalEntityResolvingPolicy"); int _objc_msgSend_933( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_933( obj, sel, @@ -26660,12 +26660,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setExternalEntityResolvingPolicy_1 = - _registerName1("setExternalEntityResolvingPolicy:"); + _registerName1("setExternalEntityResolvingPolicy:"); void _objc_msgSend_934( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_934( obj, sel, @@ -26681,14 +26681,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_allowedExternalEntityURLs1 = - _registerName1("allowedExternalEntityURLs"); + _registerName1("allowedExternalEntityURLs"); late final _sel_setAllowedExternalEntityURLs_1 = - _registerName1("setAllowedExternalEntityURLs:"); + _registerName1("setAllowedExternalEntityURLs:"); void _objc_msgSend_935( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_935( obj, sel, @@ -26708,23 +26708,23 @@ class SentryCocoa { late final _sel_abortParsing1 = _registerName1("abortParsing"); late final _sel_parserError1 = _registerName1("parserError"); late final _sel_shouldResolveExternalEntities1 = - _registerName1("shouldResolveExternalEntities"); + _registerName1("shouldResolveExternalEntities"); late final _sel_setShouldResolveExternalEntities_1 = - _registerName1("setShouldResolveExternalEntities:"); + _registerName1("setShouldResolveExternalEntities:"); late final _sel_publicID1 = _registerName1("publicID"); late final _sel_systemID1 = _registerName1("systemID"); late final _sel_lineNumber1 = _registerName1("lineNumber"); late final _sel_columnNumber1 = _registerName1("columnNumber"); late final _class_NSFileWrapper1 = _getClass1("NSFileWrapper"); late final _sel_initWithURL_options_error_1 = - _registerName1("initWithURL:options:error:"); + _registerName1("initWithURL:options:error:"); instancetype _objc_msgSend_936( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { return __objc_msgSend_936( obj, sel, @@ -26751,34 +26751,34 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initDirectoryWithFileWrappers_1 = - _registerName1("initDirectoryWithFileWrappers:"); + _registerName1("initDirectoryWithFileWrappers:"); late final _sel_initRegularFileWithContents_1 = - _registerName1("initRegularFileWithContents:"); + _registerName1("initRegularFileWithContents:"); late final _sel_initSymbolicLinkWithDestinationURL_1 = - _registerName1("initSymbolicLinkWithDestinationURL:"); + _registerName1("initSymbolicLinkWithDestinationURL:"); late final _sel_initWithSerializedRepresentation_1 = - _registerName1("initWithSerializedRepresentation:"); + _registerName1("initWithSerializedRepresentation:"); late final _sel_isDirectory1 = _registerName1("isDirectory"); late final _sel_isRegularFile1 = _registerName1("isRegularFile"); late final _sel_isSymbolicLink1 = _registerName1("isSymbolicLink"); late final _sel_preferredFilename1 = _registerName1("preferredFilename"); late final _sel_setPreferredFilename_1 = - _registerName1("setPreferredFilename:"); + _registerName1("setPreferredFilename:"); late final _sel_filename1 = _registerName1("filename"); late final _sel_setFilename_1 = _registerName1("setFilename:"); late final _sel_fileAttributes1 = _registerName1("fileAttributes"); late final _sel_setFileAttributes_1 = _registerName1("setFileAttributes:"); late final _sel_matchesContentsOfURL_1 = - _registerName1("matchesContentsOfURL:"); + _registerName1("matchesContentsOfURL:"); late final _sel_readFromURL_options_error_1 = - _registerName1("readFromURL:options:error:"); + _registerName1("readFromURL:options:error:"); bool _objc_msgSend_937( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { return __objc_msgSend_937( obj, sel, @@ -26805,15 +26805,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToURL_options_originalContentsURL_error_1 = - _registerName1("writeToURL:options:originalContentsURL:error:"); + _registerName1("writeToURL:options:originalContentsURL:error:"); bool _objc_msgSend_938( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer originalContentsURL, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer originalContentsURL, + ffi.Pointer> outError, + ) { return __objc_msgSend_938( obj, sel, @@ -26843,13 +26843,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_serializedRepresentation1 = - _registerName1("serializedRepresentation"); + _registerName1("serializedRepresentation"); late final _sel_addFileWrapper_1 = _registerName1("addFileWrapper:"); ffi.Pointer _objc_msgSend_939( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_939( obj, sel, @@ -26866,13 +26866,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addRegularFileWithContents_preferredFilename_1 = - _registerName1("addRegularFileWithContents:preferredFilename:"); + _registerName1("addRegularFileWithContents:preferredFilename:"); ffi.Pointer _objc_msgSend_940( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer fileName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer fileName, + ) { return __objc_msgSend_940( obj, sel, @@ -26897,10 +26897,10 @@ class SentryCocoa { late final _sel_removeFileWrapper_1 = _registerName1("removeFileWrapper:"); void _objc_msgSend_941( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_941( obj, sel, @@ -26920,21 +26920,21 @@ class SentryCocoa { late final _sel_keyForFileWrapper_1 = _registerName1("keyForFileWrapper:"); late final _sel_regularFileContents1 = _registerName1("regularFileContents"); late final _sel_symbolicLinkDestinationURL1 = - _registerName1("symbolicLinkDestinationURL"); + _registerName1("symbolicLinkDestinationURL"); late final _sel_initSymbolicLinkWithDestination_1 = - _registerName1("initSymbolicLinkWithDestination:"); + _registerName1("initSymbolicLinkWithDestination:"); late final _sel_needsToBeUpdatedFromPath_1 = - _registerName1("needsToBeUpdatedFromPath:"); + _registerName1("needsToBeUpdatedFromPath:"); late final _sel_updateFromPath_1 = _registerName1("updateFromPath:"); late final _sel_writeToFile_atomically_updateFilenames_1 = - _registerName1("writeToFile:atomically:updateFilenames:"); + _registerName1("writeToFile:atomically:updateFilenames:"); bool _objc_msgSend_942( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool atomicFlag, - bool updateFilenamesFlag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool atomicFlag, + bool updateFilenamesFlag, + ) { return __objc_msgSend_942( obj, sel, @@ -26954,15 +26954,15 @@ class SentryCocoa { late final _sel_addFileWithPath_1 = _registerName1("addFileWithPath:"); late final _sel_addSymbolicLinkWithDestination_preferredFilename_1 = - _registerName1("addSymbolicLinkWithDestination:preferredFilename:"); + _registerName1("addSymbolicLinkWithDestination:preferredFilename:"); late final _sel_symbolicLinkDestination1 = - _registerName1("symbolicLinkDestination"); + _registerName1("symbolicLinkDestination"); late final _class_NSURLSession1 = _getClass1("NSURLSession"); late final _sel_sharedSession1 = _registerName1("sharedSession"); ffi.Pointer _objc_msgSend_943( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_943( obj, sel, @@ -26978,13 +26978,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionConfiguration1 = - _getClass1("NSURLSessionConfiguration"); + _getClass1("NSURLSessionConfiguration"); late final _sel_defaultSessionConfiguration1 = - _registerName1("defaultSessionConfiguration"); + _registerName1("defaultSessionConfiguration"); ffi.Pointer _objc_msgSend_944( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_944( obj, sel, @@ -27000,14 +27000,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_ephemeralSessionConfiguration1 = - _registerName1("ephemeralSessionConfiguration"); + _registerName1("ephemeralSessionConfiguration"); late final _sel_backgroundSessionConfigurationWithIdentifier_1 = - _registerName1("backgroundSessionConfigurationWithIdentifier:"); + _registerName1("backgroundSessionConfigurationWithIdentifier:"); ffi.Pointer _objc_msgSend_945( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_945( obj, sel, @@ -27026,39 +27026,39 @@ class SentryCocoa { late final _sel_identifier1 = _registerName1("identifier"); late final _sel_requestCachePolicy1 = _registerName1("requestCachePolicy"); late final _sel_setRequestCachePolicy_1 = - _registerName1("setRequestCachePolicy:"); + _registerName1("setRequestCachePolicy:"); late final _sel_timeoutIntervalForRequest1 = - _registerName1("timeoutIntervalForRequest"); + _registerName1("timeoutIntervalForRequest"); late final _sel_setTimeoutIntervalForRequest_1 = - _registerName1("setTimeoutIntervalForRequest:"); + _registerName1("setTimeoutIntervalForRequest:"); late final _sel_timeoutIntervalForResource1 = - _registerName1("timeoutIntervalForResource"); + _registerName1("timeoutIntervalForResource"); late final _sel_setTimeoutIntervalForResource_1 = - _registerName1("setTimeoutIntervalForResource:"); + _registerName1("setTimeoutIntervalForResource:"); late final _sel_waitsForConnectivity1 = - _registerName1("waitsForConnectivity"); + _registerName1("waitsForConnectivity"); late final _sel_setWaitsForConnectivity_1 = - _registerName1("setWaitsForConnectivity:"); + _registerName1("setWaitsForConnectivity:"); late final _sel_isDiscretionary1 = _registerName1("isDiscretionary"); late final _sel_setDiscretionary_1 = _registerName1("setDiscretionary:"); late final _sel_sharedContainerIdentifier1 = - _registerName1("sharedContainerIdentifier"); + _registerName1("sharedContainerIdentifier"); late final _sel_setSharedContainerIdentifier_1 = - _registerName1("setSharedContainerIdentifier:"); + _registerName1("setSharedContainerIdentifier:"); late final _sel_sessionSendsLaunchEvents1 = - _registerName1("sessionSendsLaunchEvents"); + _registerName1("sessionSendsLaunchEvents"); late final _sel_setSessionSendsLaunchEvents_1 = - _registerName1("setSessionSendsLaunchEvents:"); + _registerName1("setSessionSendsLaunchEvents:"); late final _sel_connectionProxyDictionary1 = - _registerName1("connectionProxyDictionary"); + _registerName1("connectionProxyDictionary"); late final _sel_setConnectionProxyDictionary_1 = - _registerName1("setConnectionProxyDictionary:"); + _registerName1("setConnectionProxyDictionary:"); late final _sel_TLSMinimumSupportedProtocol1 = - _registerName1("TLSMinimumSupportedProtocol"); + _registerName1("TLSMinimumSupportedProtocol"); int _objc_msgSend_946( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_946( obj, sel, @@ -27073,12 +27073,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocol_1 = - _registerName1("setTLSMinimumSupportedProtocol:"); + _registerName1("setTLSMinimumSupportedProtocol:"); void _objc_msgSend_947( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_947( obj, sel, @@ -27094,15 +27094,15 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocol1 = - _registerName1("TLSMaximumSupportedProtocol"); + _registerName1("TLSMaximumSupportedProtocol"); late final _sel_setTLSMaximumSupportedProtocol_1 = - _registerName1("setTLSMaximumSupportedProtocol:"); + _registerName1("setTLSMaximumSupportedProtocol:"); late final _sel_TLSMinimumSupportedProtocolVersion1 = - _registerName1("TLSMinimumSupportedProtocolVersion"); + _registerName1("TLSMinimumSupportedProtocolVersion"); int _objc_msgSend_948( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_948( obj, sel, @@ -27117,12 +27117,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocolVersion_1 = - _registerName1("setTLSMinimumSupportedProtocolVersion:"); + _registerName1("setTLSMinimumSupportedProtocolVersion:"); void _objc_msgSend_949( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_949( obj, sel, @@ -27138,33 +27138,33 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocolVersion1 = - _registerName1("TLSMaximumSupportedProtocolVersion"); + _registerName1("TLSMaximumSupportedProtocolVersion"); late final _sel_setTLSMaximumSupportedProtocolVersion_1 = - _registerName1("setTLSMaximumSupportedProtocolVersion:"); + _registerName1("setTLSMaximumSupportedProtocolVersion:"); late final _sel_HTTPShouldSetCookies1 = - _registerName1("HTTPShouldSetCookies"); + _registerName1("HTTPShouldSetCookies"); late final _sel_setHTTPShouldSetCookies_1 = - _registerName1("setHTTPShouldSetCookies:"); + _registerName1("setHTTPShouldSetCookies:"); late final _sel_HTTPCookieAcceptPolicy1 = - _registerName1("HTTPCookieAcceptPolicy"); + _registerName1("HTTPCookieAcceptPolicy"); late final _sel_setHTTPCookieAcceptPolicy_1 = - _registerName1("setHTTPCookieAcceptPolicy:"); + _registerName1("setHTTPCookieAcceptPolicy:"); late final _sel_HTTPAdditionalHeaders1 = - _registerName1("HTTPAdditionalHeaders"); + _registerName1("HTTPAdditionalHeaders"); late final _sel_setHTTPAdditionalHeaders_1 = - _registerName1("setHTTPAdditionalHeaders:"); + _registerName1("setHTTPAdditionalHeaders:"); late final _sel_HTTPMaximumConnectionsPerHost1 = - _registerName1("HTTPMaximumConnectionsPerHost"); + _registerName1("HTTPMaximumConnectionsPerHost"); late final _sel_setHTTPMaximumConnectionsPerHost_1 = - _registerName1("setHTTPMaximumConnectionsPerHost:"); + _registerName1("setHTTPMaximumConnectionsPerHost:"); late final _sel_HTTPCookieStorage1 = _registerName1("HTTPCookieStorage"); late final _sel_setHTTPCookieStorage_1 = - _registerName1("setHTTPCookieStorage:"); + _registerName1("setHTTPCookieStorage:"); void _objc_msgSend_950( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_950( obj, sel, @@ -27181,14 +27181,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLCredentialStorage1 = - _registerName1("URLCredentialStorage"); + _registerName1("URLCredentialStorage"); late final _sel_setURLCredentialStorage_1 = - _registerName1("setURLCredentialStorage:"); + _registerName1("setURLCredentialStorage:"); void _objc_msgSend_951( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_951( obj, sel, @@ -27207,17 +27207,17 @@ class SentryCocoa { late final _sel_URLCache1 = _registerName1("URLCache"); late final _sel_setURLCache_1 = _registerName1("setURLCache:"); late final _sel_shouldUseExtendedBackgroundIdleMode1 = - _registerName1("shouldUseExtendedBackgroundIdleMode"); + _registerName1("shouldUseExtendedBackgroundIdleMode"); late final _sel_setShouldUseExtendedBackgroundIdleMode_1 = - _registerName1("setShouldUseExtendedBackgroundIdleMode:"); + _registerName1("setShouldUseExtendedBackgroundIdleMode:"); late final _sel_protocolClasses1 = _registerName1("protocolClasses"); late final _sel_setProtocolClasses_1 = _registerName1("setProtocolClasses:"); late final _sel_multipathServiceType1 = - _registerName1("multipathServiceType"); + _registerName1("multipathServiceType"); int _objc_msgSend_952( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_952( obj, sel, @@ -27232,12 +27232,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setMultipathServiceType_1 = - _registerName1("setMultipathServiceType:"); + _registerName1("setMultipathServiceType:"); void _objc_msgSend_953( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_953( obj, sel, @@ -27253,14 +27253,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_backgroundSessionConfiguration_1 = - _registerName1("backgroundSessionConfiguration:"); + _registerName1("backgroundSessionConfiguration:"); late final _sel_sessionWithConfiguration_1 = - _registerName1("sessionWithConfiguration:"); + _registerName1("sessionWithConfiguration:"); ffi.Pointer _objc_msgSend_954( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer configuration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer configuration, + ) { return __objc_msgSend_954( obj, sel, @@ -27277,14 +27277,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sessionWithConfiguration_delegate_delegateQueue_1 = - _registerName1("sessionWithConfiguration:delegate:delegateQueue:"); + _registerName1("sessionWithConfiguration:delegate:delegateQueue:"); ffi.Pointer _objc_msgSend_955( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer configuration, - ffi.Pointer delegate, - ffi.Pointer queue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer configuration, + ffi.Pointer delegate, + ffi.Pointer queue, + ) { return __objc_msgSend_955( obj, sel, @@ -27314,21 +27314,21 @@ class SentryCocoa { late final _sel_configuration1 = _registerName1("configuration"); late final _sel_sessionDescription1 = _registerName1("sessionDescription"); late final _sel_setSessionDescription_1 = - _registerName1("setSessionDescription:"); + _registerName1("setSessionDescription:"); late final _sel_finishTasksAndInvalidate1 = - _registerName1("finishTasksAndInvalidate"); + _registerName1("finishTasksAndInvalidate"); late final _sel_invalidateAndCancel1 = _registerName1("invalidateAndCancel"); late final _sel_resetWithCompletionHandler_1 = - _registerName1("resetWithCompletionHandler:"); + _registerName1("resetWithCompletionHandler:"); late final _sel_flushWithCompletionHandler_1 = - _registerName1("flushWithCompletionHandler:"); + _registerName1("flushWithCompletionHandler:"); late final _sel_getTasksWithCompletionHandler_1 = - _registerName1("getTasksWithCompletionHandler:"); + _registerName1("getTasksWithCompletionHandler:"); void _objc_msgSend_956( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_956( obj, sel, @@ -27345,12 +27345,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_getAllTasksWithCompletionHandler_1 = - _registerName1("getAllTasksWithCompletionHandler:"); + _registerName1("getAllTasksWithCompletionHandler:"); void _objc_msgSend_957( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_957( obj, sel, @@ -27367,12 +27367,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataTaskWithRequest_1 = - _registerName1("dataTaskWithRequest:"); + _registerName1("dataTaskWithRequest:"); ffi.Pointer _objc_msgSend_958( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_958( obj, sel, @@ -27390,10 +27390,10 @@ class SentryCocoa { late final _sel_dataTaskWithURL_1 = _registerName1("dataTaskWithURL:"); ffi.Pointer _objc_msgSend_959( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_959( obj, sel, @@ -27410,15 +27410,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionUploadTask1 = - _getClass1("NSURLSessionUploadTask"); + _getClass1("NSURLSessionUploadTask"); late final _sel_uploadTaskWithRequest_fromFile_1 = - _registerName1("uploadTaskWithRequest:fromFile:"); + _registerName1("uploadTaskWithRequest:fromFile:"); ffi.Pointer _objc_msgSend_960( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer fileURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer fileURL, + ) { return __objc_msgSend_960( obj, sel, @@ -27442,13 +27442,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_uploadTaskWithRequest_fromData_1 = - _registerName1("uploadTaskWithRequest:fromData:"); + _registerName1("uploadTaskWithRequest:fromData:"); ffi.Pointer _objc_msgSend_961( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer bodyData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer bodyData, + ) { return __objc_msgSend_961( obj, sel, @@ -27472,12 +27472,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_uploadTaskWithStreamedRequest_1 = - _registerName1("uploadTaskWithStreamedRequest:"); + _registerName1("uploadTaskWithStreamedRequest:"); ffi.Pointer _objc_msgSend_962( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_962( obj, sel, @@ -27494,14 +27494,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionDownloadTask1 = - _getClass1("NSURLSessionDownloadTask"); + _getClass1("NSURLSessionDownloadTask"); late final _sel_cancelByProducingResumeData_1 = - _registerName1("cancelByProducingResumeData:"); + _registerName1("cancelByProducingResumeData:"); void _objc_msgSend_963( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_963( obj, sel, @@ -27518,12 +27518,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithRequest_1 = - _registerName1("downloadTaskWithRequest:"); + _registerName1("downloadTaskWithRequest:"); ffi.Pointer _objc_msgSend_964( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_964( obj, sel, @@ -27540,12 +27540,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithURL_1 = - _registerName1("downloadTaskWithURL:"); + _registerName1("downloadTaskWithURL:"); ffi.Pointer _objc_msgSend_965( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_965( obj, sel, @@ -27562,12 +27562,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithResumeData_1 = - _registerName1("downloadTaskWithResumeData:"); + _registerName1("downloadTaskWithResumeData:"); ffi.Pointer _objc_msgSend_966( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer resumeData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer resumeData, + ) { return __objc_msgSend_966( obj, sel, @@ -27584,18 +27584,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionStreamTask1 = - _getClass1("NSURLSessionStreamTask"); + _getClass1("NSURLSessionStreamTask"); late final _sel_readDataOfMinLength_maxLength_timeout_completionHandler_1 = - _registerName1( - "readDataOfMinLength:maxLength:timeout:completionHandler:"); + _registerName1( + "readDataOfMinLength:maxLength:timeout:completionHandler:"); void _objc_msgSend_967( - ffi.Pointer obj, - ffi.Pointer sel, - int minBytes, - int maxBytes, - double timeout, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int minBytes, + int maxBytes, + double timeout, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_967( obj, sel, @@ -27620,14 +27620,14 @@ class SentryCocoa { double, ffi.Pointer<_ObjCBlock>)>(); late final _sel_writeData_timeout_completionHandler_1 = - _registerName1("writeData:timeout:completionHandler:"); + _registerName1("writeData:timeout:completionHandler:"); void _objc_msgSend_968( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - double timeout, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + double timeout, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_968( obj, sel, @@ -27653,17 +27653,17 @@ class SentryCocoa { late final _sel_closeWrite1 = _registerName1("closeWrite"); late final _sel_closeRead1 = _registerName1("closeRead"); late final _sel_startSecureConnection1 = - _registerName1("startSecureConnection"); + _registerName1("startSecureConnection"); late final _sel_stopSecureConnection1 = - _registerName1("stopSecureConnection"); + _registerName1("stopSecureConnection"); late final _sel_streamTaskWithHostName_port_1 = - _registerName1("streamTaskWithHostName:port:"); + _registerName1("streamTaskWithHostName:port:"); ffi.Pointer _objc_msgSend_969( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer hostname, - int port, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer hostname, + int port, + ) { return __objc_msgSend_969( obj, sel, @@ -27685,15 +27685,15 @@ class SentryCocoa { late final _class_NSNetService1 = _getClass1("NSNetService"); late final _sel_initWithDomain_type_name_port_1 = - _registerName1("initWithDomain:type:name:port:"); + _registerName1("initWithDomain:type:name:port:"); instancetype _objc_msgSend_970( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer domain, - ffi.Pointer type, - ffi.Pointer name, - int port, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer domain, + ffi.Pointer type, + ffi.Pointer name, + int port, + ) { return __objc_msgSend_970( obj, sel, @@ -27723,17 +27723,17 @@ class SentryCocoa { int)>(); late final _sel_initWithDomain_type_name_1 = - _registerName1("initWithDomain:type:name:"); + _registerName1("initWithDomain:type:name:"); late final _sel_includesPeerToPeer1 = _registerName1("includesPeerToPeer"); late final _sel_setIncludesPeerToPeer_1 = - _registerName1("setIncludesPeerToPeer:"); + _registerName1("setIncludesPeerToPeer:"); late final _sel_type1 = _registerName1("type"); late final _sel_publishWithOptions_1 = _registerName1("publishWithOptions:"); void _objc_msgSend_971( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_971( obj, sel, @@ -27751,12 +27751,12 @@ class SentryCocoa { late final _sel_resolve1 = _registerName1("resolve"); late final _sel_stop1 = _registerName1("stop"); late final _sel_dictionaryFromTXTRecordData_1 = - _registerName1("dictionaryFromTXTRecordData:"); + _registerName1("dictionaryFromTXTRecordData:"); ffi.Pointer _objc_msgSend_972( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer txtData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer txtData, + ) { return __objc_msgSend_972( obj, sel, @@ -27773,12 +27773,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dataFromTXTRecordDictionary_1 = - _registerName1("dataFromTXTRecordDictionary:"); + _registerName1("dataFromTXTRecordDictionary:"); ffi.Pointer _objc_msgSend_973( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer txtDictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer txtDictionary, + ) { return __objc_msgSend_973( obj, sel, @@ -27796,13 +27796,13 @@ class SentryCocoa { late final _sel_resolveWithTimeout_1 = _registerName1("resolveWithTimeout:"); late final _sel_getInputStream_outputStream_1 = - _registerName1("getInputStream:outputStream:"); + _registerName1("getInputStream:outputStream:"); bool _objc_msgSend_974( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_974( obj, sel, @@ -27830,12 +27830,12 @@ class SentryCocoa { late final _sel_startMonitoring1 = _registerName1("startMonitoring"); late final _sel_stopMonitoring1 = _registerName1("stopMonitoring"); late final _sel_streamTaskWithNetService_1 = - _registerName1("streamTaskWithNetService:"); + _registerName1("streamTaskWithNetService:"); ffi.Pointer _objc_msgSend_975( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer service, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer service, + ) { return __objc_msgSend_975( obj, sel, @@ -27852,13 +27852,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionWebSocketTask1 = - _getClass1("NSURLSessionWebSocketTask"); + _getClass1("NSURLSessionWebSocketTask"); late final _class_NSURLSessionWebSocketMessage1 = - _getClass1("NSURLSessionWebSocketMessage"); + _getClass1("NSURLSessionWebSocketMessage"); int _objc_msgSend_976( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_976( obj, sel, @@ -27873,13 +27873,13 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_sendMessage_completionHandler_1 = - _registerName1("sendMessage:completionHandler:"); + _registerName1("sendMessage:completionHandler:"); void _objc_msgSend_977( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer message, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer message, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_977( obj, sel, @@ -27900,12 +27900,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_receiveMessageWithCompletionHandler_1 = - _registerName1("receiveMessageWithCompletionHandler:"); + _registerName1("receiveMessageWithCompletionHandler:"); void _objc_msgSend_978( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_978( obj, sel, @@ -27922,12 +27922,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sendPingWithPongReceiveHandler_1 = - _registerName1("sendPingWithPongReceiveHandler:"); + _registerName1("sendPingWithPongReceiveHandler:"); void _objc_msgSend_979( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> pongReceiveHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> pongReceiveHandler, + ) { return __objc_msgSend_979( obj, sel, @@ -27944,13 +27944,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_cancelWithCloseCode_reason_1 = - _registerName1("cancelWithCloseCode:reason:"); + _registerName1("cancelWithCloseCode:reason:"); void _objc_msgSend_980( - ffi.Pointer obj, - ffi.Pointer sel, - int closeCode, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int closeCode, + ffi.Pointer reason, + ) { return __objc_msgSend_980( obj, sel, @@ -27969,12 +27969,12 @@ class SentryCocoa { late final _sel_maximumMessageSize1 = _registerName1("maximumMessageSize"); late final _sel_setMaximumMessageSize_1 = - _registerName1("setMaximumMessageSize:"); + _registerName1("setMaximumMessageSize:"); late final _sel_closeCode1 = _registerName1("closeCode"); int _objc_msgSend_981( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_981( obj, sel, @@ -27990,12 +27990,12 @@ class SentryCocoa { late final _sel_closeReason1 = _registerName1("closeReason"); late final _sel_webSocketTaskWithURL_1 = - _registerName1("webSocketTaskWithURL:"); + _registerName1("webSocketTaskWithURL:"); ffi.Pointer _objc_msgSend_982( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_982( obj, sel, @@ -28012,13 +28012,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_webSocketTaskWithURL_protocols_1 = - _registerName1("webSocketTaskWithURL:protocols:"); + _registerName1("webSocketTaskWithURL:protocols:"); ffi.Pointer _objc_msgSend_983( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer protocols, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer protocols, + ) { return __objc_msgSend_983( obj, sel, @@ -28042,12 +28042,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_webSocketTaskWithRequest_1 = - _registerName1("webSocketTaskWithRequest:"); + _registerName1("webSocketTaskWithRequest:"); ffi.Pointer _objc_msgSend_984( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_984( obj, sel, @@ -28064,13 +28064,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dataTaskWithRequest_completionHandler_1 = - _registerName1("dataTaskWithRequest:completionHandler:"); + _registerName1("dataTaskWithRequest:completionHandler:"); ffi.Pointer _objc_msgSend_985( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_985( obj, sel, @@ -28094,13 +28094,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataTaskWithURL_completionHandler_1 = - _registerName1("dataTaskWithURL:completionHandler:"); + _registerName1("dataTaskWithURL:completionHandler:"); ffi.Pointer _objc_msgSend_986( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_986( obj, sel, @@ -28124,14 +28124,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_uploadTaskWithRequest_fromFile_completionHandler_1 = - _registerName1("uploadTaskWithRequest:fromFile:completionHandler:"); + _registerName1("uploadTaskWithRequest:fromFile:completionHandler:"); ffi.Pointer _objc_msgSend_987( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer fileURL, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer fileURL, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_987( obj, sel, @@ -28158,14 +28158,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_uploadTaskWithRequest_fromData_completionHandler_1 = - _registerName1("uploadTaskWithRequest:fromData:completionHandler:"); + _registerName1("uploadTaskWithRequest:fromData:completionHandler:"); ffi.Pointer _objc_msgSend_988( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer bodyData, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer bodyData, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_988( obj, sel, @@ -28192,13 +28192,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithRequest_completionHandler_1 = - _registerName1("downloadTaskWithRequest:completionHandler:"); + _registerName1("downloadTaskWithRequest:completionHandler:"); ffi.Pointer _objc_msgSend_989( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_989( obj, sel, @@ -28222,13 +28222,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithURL_completionHandler_1 = - _registerName1("downloadTaskWithURL:completionHandler:"); + _registerName1("downloadTaskWithURL:completionHandler:"); ffi.Pointer _objc_msgSend_990( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_990( obj, sel, @@ -28252,13 +28252,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithResumeData_completionHandler_1 = - _registerName1("downloadTaskWithResumeData:completionHandler:"); + _registerName1("downloadTaskWithResumeData:completionHandler:"); ffi.Pointer _objc_msgSend_991( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer resumeData, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer resumeData, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_991( obj, sel, @@ -28283,9 +28283,9 @@ class SentryCocoa { late final _class_NSProtocolChecker1 = _getClass1("NSProtocolChecker"); ffi.Pointer _objc_msgSend_992( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_992( obj, sel, @@ -28301,13 +28301,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_protocolCheckerWithTarget_protocol_1 = - _registerName1("protocolCheckerWithTarget:protocol:"); + _registerName1("protocolCheckerWithTarget:protocol:"); instancetype _objc_msgSend_993( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ffi.Pointer aProtocol, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ffi.Pointer aProtocol, + ) { return __objc_msgSend_993( obj, sel, @@ -28328,13 +28328,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTarget_protocol_1 = - _registerName1("initWithTarget:protocol:"); + _registerName1("initWithTarget:protocol:"); late final _class_NSTask1 = _getClass1("NSTask"); late final _sel_setExecutableURL_1 = _registerName1("setExecutableURL:"); late final _sel_setEnvironment_1 = _registerName1("setEnvironment:"); late final _sel_currentDirectoryURL1 = _registerName1("currentDirectoryURL"); late final _sel_setCurrentDirectoryURL_1 = - _registerName1("setCurrentDirectoryURL:"); + _registerName1("setCurrentDirectoryURL:"); late final _sel_standardInput1 = _registerName1("standardInput"); late final _sel_setStandardInput_1 = _registerName1("setStandardInput:"); late final _sel_standardOutput1 = _registerName1("standardOutput"); @@ -28342,16 +28342,16 @@ class SentryCocoa { late final _sel_standardError1 = _registerName1("standardError"); late final _sel_setStandardError_1 = _registerName1("setStandardError:"); late final _sel_launchAndReturnError_1 = - _registerName1("launchAndReturnError:"); + _registerName1("launchAndReturnError:"); late final _sel_interrupt1 = _registerName1("interrupt"); late final _sel_terminate1 = _registerName1("terminate"); late final _sel_isRunning1 = _registerName1("isRunning"); late final _sel_terminationStatus1 = _registerName1("terminationStatus"); late final _sel_terminationReason1 = _registerName1("terminationReason"); int _objc_msgSend_994( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_994( obj, sel, @@ -28367,9 +28367,9 @@ class SentryCocoa { late final _sel_terminationHandler1 = _registerName1("terminationHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_995( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_995( obj, sel, @@ -28385,12 +28385,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setTerminationHandler_1 = - _registerName1("setTerminationHandler:"); + _registerName1("setTerminationHandler:"); void _objc_msgSend_996( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_996( obj, sel, @@ -28407,16 +28407,16 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_launchedTaskWithExecutableURL_arguments_error_terminationHandler_1 = - _registerName1( - "launchedTaskWithExecutableURL:arguments:error:terminationHandler:"); + _registerName1( + "launchedTaskWithExecutableURL:arguments:error:terminationHandler:"); ffi.Pointer _objc_msgSend_997( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer arguments, - ffi.Pointer> error, - ffi.Pointer<_ObjCBlock> terminationHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer arguments, + ffi.Pointer> error, + ffi.Pointer<_ObjCBlock> terminationHandler, + ) { return __objc_msgSend_997( obj, sel, @@ -28449,16 +28449,16 @@ class SentryCocoa { late final _sel_launchPath1 = _registerName1("launchPath"); late final _sel_setLaunchPath_1 = _registerName1("setLaunchPath:"); late final _sel_setCurrentDirectoryPath_1 = - _registerName1("setCurrentDirectoryPath:"); + _registerName1("setCurrentDirectoryPath:"); late final _sel_launch1 = _registerName1("launch"); late final _sel_launchedTaskWithLaunchPath_arguments_1 = - _registerName1("launchedTaskWithLaunchPath:arguments:"); + _registerName1("launchedTaskWithLaunchPath:arguments:"); ffi.Pointer _objc_msgSend_998( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer arguments, + ) { return __objc_msgSend_998( obj, sel, @@ -28485,10 +28485,10 @@ class SentryCocoa { late final _class_NSXMLNode1 = _getClass1("NSXMLNode"); late final _sel_initWithKind_1 = _registerName1("initWithKind:"); instancetype _objc_msgSend_999( - ffi.Pointer obj, - ffi.Pointer sel, - int kind, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int kind, + ) { return __objc_msgSend_999( obj, sel, @@ -28505,13 +28505,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithKind_options_1 = - _registerName1("initWithKind:options:"); + _registerName1("initWithKind:options:"); instancetype _objc_msgSend_1000( - ffi.Pointer obj, - ffi.Pointer sel, - int kind, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int kind, + int options, + ) { return __objc_msgSend_1000( obj, sel, @@ -28530,12 +28530,12 @@ class SentryCocoa { late final _sel_document1 = _registerName1("document"); late final _sel_documentWithRootElement_1 = - _registerName1("documentWithRootElement:"); + _registerName1("documentWithRootElement:"); ffi.Pointer _objc_msgSend_1001( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer element, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer element, + ) { return __objc_msgSend_1001( obj, sel, @@ -28553,18 +28553,18 @@ class SentryCocoa { late final _sel_elementWithName_1 = _registerName1("elementWithName:"); late final _sel_elementWithName_URI_1 = - _registerName1("elementWithName:URI:"); + _registerName1("elementWithName:URI:"); late final _sel_elementWithName_stringValue_1 = - _registerName1("elementWithName:stringValue:"); + _registerName1("elementWithName:stringValue:"); late final _sel_elementWithName_children_attributes_1 = - _registerName1("elementWithName:children:attributes:"); + _registerName1("elementWithName:children:attributes:"); ffi.Pointer _objc_msgSend_1002( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer children, - ffi.Pointer attributes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer children, + ffi.Pointer attributes, + ) { return __objc_msgSend_1002( obj, sel, @@ -28591,23 +28591,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attributeWithName_stringValue_1 = - _registerName1("attributeWithName:stringValue:"); + _registerName1("attributeWithName:stringValue:"); late final _sel_attributeWithName_URI_stringValue_1 = - _registerName1("attributeWithName:URI:stringValue:"); + _registerName1("attributeWithName:URI:stringValue:"); late final _sel_namespaceWithName_stringValue_1 = - _registerName1("namespaceWithName:stringValue:"); + _registerName1("namespaceWithName:stringValue:"); late final _sel_processingInstructionWithName_stringValue_1 = - _registerName1("processingInstructionWithName:stringValue:"); + _registerName1("processingInstructionWithName:stringValue:"); late final _sel_commentWithStringValue_1 = - _registerName1("commentWithStringValue:"); + _registerName1("commentWithStringValue:"); late final _sel_textWithStringValue_1 = - _registerName1("textWithStringValue:"); + _registerName1("textWithStringValue:"); late final _sel_DTDNodeWithXMLString_1 = - _registerName1("DTDNodeWithXMLString:"); + _registerName1("DTDNodeWithXMLString:"); int _objc_msgSend_1003( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1003( obj, sel, @@ -28625,13 +28625,13 @@ class SentryCocoa { late final _sel_setObjectValue_1 = _registerName1("setObjectValue:"); late final _sel_setStringValue_1 = _registerName1("setStringValue:"); late final _sel_setStringValue_resolvingEntities_1 = - _registerName1("setStringValue:resolvingEntities:"); + _registerName1("setStringValue:resolvingEntities:"); void _objc_msgSend_1004( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - bool resolve, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + bool resolve, + ) { return __objc_msgSend_1004( obj, sel, @@ -28652,14 +28652,14 @@ class SentryCocoa { late final _sel_level1 = _registerName1("level"); late final _class_NSXMLDocument1 = _getClass1("NSXMLDocument"); late final _sel_initWithXMLString_options_error_1 = - _registerName1("initWithXMLString:options:error:"); + _registerName1("initWithXMLString:options:error:"); instancetype _objc_msgSend_1005( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1005( obj, sel, @@ -28686,12 +28686,12 @@ class SentryCocoa { ffi.Pointer>)>(); instancetype _objc_msgSend_1006( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1006( obj, sel, @@ -28718,14 +28718,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithData_options_error_1 = - _registerName1("initWithData:options:error:"); + _registerName1("initWithData:options:error:"); instancetype _objc_msgSend_1007( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1007( obj, sel, @@ -28752,19 +28752,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithRootElement_1 = - _registerName1("initWithRootElement:"); + _registerName1("initWithRootElement:"); late final _sel_replacementClassForClass_1 = - _registerName1("replacementClassForClass:"); + _registerName1("replacementClassForClass:"); late final _sel_characterEncoding1 = _registerName1("characterEncoding"); late final _sel_setCharacterEncoding_1 = - _registerName1("setCharacterEncoding:"); + _registerName1("setCharacterEncoding:"); late final _sel_isStandalone1 = _registerName1("isStandalone"); late final _sel_setStandalone_1 = _registerName1("setStandalone:"); late final _sel_documentContentKind1 = _registerName1("documentContentKind"); int _objc_msgSend_1008( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1008( obj, sel, @@ -28779,12 +28779,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDocumentContentKind_1 = - _registerName1("setDocumentContentKind:"); + _registerName1("setDocumentContentKind:"); void _objc_msgSend_1009( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_1009( obj, sel, @@ -28804,13 +28804,13 @@ class SentryCocoa { late final _sel_setPublicID_1 = _registerName1("setPublicID:"); late final _sel_setSystemID_1 = _registerName1("setSystemID:"); late final _sel_insertChild_atIndex_1 = - _registerName1("insertChild:atIndex:"); + _registerName1("insertChild:atIndex:"); void _objc_msgSend_1010( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + int index, + ) { return __objc_msgSend_1010( obj, sel, @@ -28828,13 +28828,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_insertChildren_atIndex_1 = - _registerName1("insertChildren:atIndex:"); + _registerName1("insertChildren:atIndex:"); void _objc_msgSend_1011( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer children, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer children, + int index, + ) { return __objc_msgSend_1011( obj, sel, @@ -28855,10 +28855,10 @@ class SentryCocoa { late final _sel_setChildren_1 = _registerName1("setChildren:"); late final _sel_addChild_1 = _registerName1("addChild:"); void _objc_msgSend_1012( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_1012( obj, sel, @@ -28875,13 +28875,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceChildAtIndex_withNode_1 = - _registerName1("replaceChildAtIndex:withNode:"); + _registerName1("replaceChildAtIndex:withNode:"); void _objc_msgSend_1013( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer node, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer node, + ) { return __objc_msgSend_1013( obj, sel, @@ -28902,9 +28902,9 @@ class SentryCocoa { late final _sel_initWithXMLString_1 = _registerName1("initWithXMLString:"); late final _sel_DTDKind1 = _registerName1("DTDKind"); int _objc_msgSend_1014( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1014( obj, sel, @@ -28920,10 +28920,10 @@ class SentryCocoa { late final _sel_setDTDKind_1 = _registerName1("setDTDKind:"); void _objc_msgSend_1015( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_1015( obj, sel, @@ -28944,12 +28944,12 @@ class SentryCocoa { late final _sel_localNameForName_1 = _registerName1("localNameForName:"); late final _sel_prefixForName_1 = _registerName1("prefixForName:"); late final _sel_predefinedNamespaceForPrefix_1 = - _registerName1("predefinedNamespaceForPrefix:"); + _registerName1("predefinedNamespaceForPrefix:"); ffi.Pointer _objc_msgSend_1016( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_1016( obj, sel, @@ -28966,12 +28966,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_entityDeclarationForName_1 = - _registerName1("entityDeclarationForName:"); + _registerName1("entityDeclarationForName:"); ffi.Pointer _objc_msgSend_1017( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_1017( obj, sel, @@ -28988,17 +28988,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_notationDeclarationForName_1 = - _registerName1("notationDeclarationForName:"); + _registerName1("notationDeclarationForName:"); late final _sel_elementDeclarationForName_1 = - _registerName1("elementDeclarationForName:"); + _registerName1("elementDeclarationForName:"); late final _sel_attributeDeclarationForName_elementName_1 = - _registerName1("attributeDeclarationForName:elementName:"); + _registerName1("attributeDeclarationForName:elementName:"); ffi.Pointer _objc_msgSend_1018( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer elementName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer elementName, + ) { return __objc_msgSend_1018( obj, sel, @@ -29022,12 +29022,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_predefinedEntityDeclarationForName_1 = - _registerName1("predefinedEntityDeclarationForName:"); + _registerName1("predefinedEntityDeclarationForName:"); late final _sel_DTD1 = _registerName1("DTD"); ffi.Pointer _objc_msgSend_1019( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1019( obj, sel, @@ -29044,10 +29044,10 @@ class SentryCocoa { late final _sel_setDTD_1 = _registerName1("setDTD:"); void _objc_msgSend_1020( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_1020( obj, sel, @@ -29065,10 +29065,10 @@ class SentryCocoa { late final _sel_setRootElement_1 = _registerName1("setRootElement:"); void _objc_msgSend_1021( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer root, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer root, + ) { return __objc_msgSend_1021( obj, sel, @@ -29086,9 +29086,9 @@ class SentryCocoa { late final _sel_rootElement1 = _registerName1("rootElement"); ffi.Pointer _objc_msgSend_1022( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1022( obj, sel, @@ -29106,10 +29106,10 @@ class SentryCocoa { late final _sel_XMLData1 = _registerName1("XMLData"); late final _sel_XMLDataWithOptions_1 = _registerName1("XMLDataWithOptions:"); ffi.Pointer _objc_msgSend_1023( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_1023( obj, sel, @@ -29126,14 +29126,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_objectByApplyingXSLT_arguments_error_1 = - _registerName1("objectByApplyingXSLT:arguments:error:"); + _registerName1("objectByApplyingXSLT:arguments:error:"); ffi.Pointer _objc_msgSend_1024( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xslt, - ffi.Pointer arguments, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xslt, + ffi.Pointer arguments, + ffi.Pointer> error, + ) { return __objc_msgSend_1024( obj, sel, @@ -29160,14 +29160,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectByApplyingXSLTString_arguments_error_1 = - _registerName1("objectByApplyingXSLTString:arguments:error:"); + _registerName1("objectByApplyingXSLTString:arguments:error:"); ffi.Pointer _objc_msgSend_1025( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xslt, - ffi.Pointer arguments, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xslt, + ffi.Pointer arguments, + ffi.Pointer> error, + ) { return __objc_msgSend_1025( obj, sel, @@ -29194,14 +29194,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectByApplyingXSLTAtURL_arguments_error_1 = - _registerName1("objectByApplyingXSLTAtURL:arguments:error:"); + _registerName1("objectByApplyingXSLTAtURL:arguments:error:"); ffi.Pointer _objc_msgSend_1026( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xsltURL, - ffi.Pointer argument, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xsltURL, + ffi.Pointer argument, + ffi.Pointer> error, + ) { return __objc_msgSend_1026( obj, sel, @@ -29228,12 +29228,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_validateAndReturnError_1 = - _registerName1("validateAndReturnError:"); + _registerName1("validateAndReturnError:"); late final _sel_rootDocument1 = _registerName1("rootDocument"); ffi.Pointer _objc_msgSend_1027( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1027( obj, sel, @@ -29250,9 +29250,9 @@ class SentryCocoa { late final _sel_parent1 = _registerName1("parent"); ffi.Pointer _objc_msgSend_1028( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1028( obj, sel, @@ -29271,10 +29271,10 @@ class SentryCocoa { late final _sel_children1 = _registerName1("children"); late final _sel_childAtIndex_1 = _registerName1("childAtIndex:"); ffi.Pointer _objc_msgSend_1029( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_1029( obj, sel, @@ -29302,12 +29302,12 @@ class SentryCocoa { late final _sel_setURI_1 = _registerName1("setURI:"); late final _sel_XMLString1 = _registerName1("XMLString"); late final _sel_XMLStringWithOptions_1 = - _registerName1("XMLStringWithOptions:"); + _registerName1("XMLStringWithOptions:"); ffi.Pointer _objc_msgSend_1030( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_1030( obj, sel, @@ -29324,12 +29324,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_canonicalXMLStringPreservingComments_1 = - _registerName1("canonicalXMLStringPreservingComments:"); + _registerName1("canonicalXMLStringPreservingComments:"); ffi.Pointer _objc_msgSend_1031( - ffi.Pointer obj, - ffi.Pointer sel, - bool comments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool comments, + ) { return __objc_msgSend_1031( obj, sel, @@ -29346,16 +29346,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_nodesForXPath_error_1 = - _registerName1("nodesForXPath:error:"); + _registerName1("nodesForXPath:error:"); late final _sel_objectsForXQuery_constants_error_1 = - _registerName1("objectsForXQuery:constants:error:"); + _registerName1("objectsForXQuery:constants:error:"); ffi.Pointer _objc_msgSend_1032( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xquery, - ffi.Pointer constants, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xquery, + ffi.Pointer constants, + ffi.Pointer> error, + ) { return __objc_msgSend_1032( obj, sel, @@ -29382,31 +29382,31 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectsForXQuery_error_1 = - _registerName1("objectsForXQuery:error:"); + _registerName1("objectsForXQuery:error:"); late final _sel_initWithName_URI_1 = _registerName1("initWithName:URI:"); late final _sel_initWithName_stringValue_1 = - _registerName1("initWithName:stringValue:"); + _registerName1("initWithName:stringValue:"); late final _sel_initWithXMLString_error_1 = - _registerName1("initWithXMLString:error:"); + _registerName1("initWithXMLString:error:"); late final _sel_elementsForName_1 = _registerName1("elementsForName:"); late final _sel_elementsForLocalName_URI_1 = - _registerName1("elementsForLocalName:URI:"); + _registerName1("elementsForLocalName:URI:"); late final _sel_addAttribute_1 = _registerName1("addAttribute:"); late final _sel_removeAttributeForName_1 = - _registerName1("removeAttributeForName:"); + _registerName1("removeAttributeForName:"); late final _sel_attributes1 = _registerName1("attributes"); late final _sel_setAttributes_1 = _registerName1("setAttributes:"); late final _sel_setAttributesWithDictionary_1 = - _registerName1("setAttributesWithDictionary:"); + _registerName1("setAttributesWithDictionary:"); late final _sel_attributeForName_1 = _registerName1("attributeForName:"); late final _sel_attributeForLocalName_URI_1 = - _registerName1("attributeForLocalName:URI:"); + _registerName1("attributeForLocalName:URI:"); ffi.Pointer _objc_msgSend_1033( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localName, - ffi.Pointer URI, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localName, + ffi.Pointer URI, + ) { return __objc_msgSend_1033( obj, sel, @@ -29431,18 +29431,18 @@ class SentryCocoa { late final _sel_addNamespace_1 = _registerName1("addNamespace:"); late final _sel_removeNamespaceForPrefix_1 = - _registerName1("removeNamespaceForPrefix:"); + _registerName1("removeNamespaceForPrefix:"); late final _sel_namespaces1 = _registerName1("namespaces"); late final _sel_setNamespaces_1 = _registerName1("setNamespaces:"); late final _sel_namespaceForPrefix_1 = _registerName1("namespaceForPrefix:"); late final _sel_resolveNamespaceForName_1 = - _registerName1("resolveNamespaceForName:"); + _registerName1("resolveNamespaceForName:"); late final _sel_resolvePrefixForNamespaceURI_1 = - _registerName1("resolvePrefixForNamespaceURI:"); + _registerName1("resolvePrefixForNamespaceURI:"); late final _sel_normalizeAdjacentTextNodesPreservingCDATA_1 = - _registerName1("normalizeAdjacentTextNodesPreservingCDATA:"); + _registerName1("normalizeAdjacentTextNodesPreservingCDATA:"); late final _sel_setAttributesAsDictionary_1 = - _registerName1("setAttributesAsDictionary:"); + _registerName1("setAttributesAsDictionary:"); late final _class_PrivateSentrySDKOnly1 = _getClass1("PrivateSentrySDKOnly"); late final _class_SentryEnvelope1 = _getClass1("SentryEnvelope"); late final _class_SentryId1 = _getClass1("SentryId"); @@ -29451,10 +29451,10 @@ class SentryCocoa { late final _sel_initWithUUIDString_1 = _registerName1("initWithUUIDString:"); late final _sel_initWithUUIDBytes_1 = _registerName1("initWithUUIDBytes:"); instancetype _objc_msgSend_1034( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + ) { return __objc_msgSend_1034( obj, sel, @@ -29472,10 +29472,10 @@ class SentryCocoa { late final _sel_getUUIDBytes_1 = _registerName1("getUUIDBytes:"); void _objc_msgSend_1035( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer uuid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer uuid, + ) { return __objc_msgSend_1035( obj, sel, @@ -29492,10 +29492,10 @@ class SentryCocoa { ffi.Pointer)>(); int _objc_msgSend_1036( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherUUID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherUUID, + ) { return __objc_msgSend_1036( obj, sel, @@ -29514,10 +29514,10 @@ class SentryCocoa { late final _sel_UUIDString1 = _registerName1("UUIDString"); late final _sel_initWithUUID_1 = _registerName1("initWithUUID:"); instancetype _objc_msgSend_1037( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer uuid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer uuid, + ) { return __objc_msgSend_1037( obj, sel, @@ -29536,9 +29536,9 @@ class SentryCocoa { late final _sel_sentryIdString1 = _registerName1("sentryIdString"); late final _sel_empty1 = _registerName1("empty"); ffi.Pointer _objc_msgSend_1038( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1038( obj, sel, @@ -29557,10 +29557,10 @@ class SentryCocoa { late final _class_SentryEvent1 = _getClass1("SentryEvent"); late final _sel_initWithEvent_1 = _registerName1("initWithEvent:"); instancetype _objc_msgSend_1039( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer event, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer event, + ) { return __objc_msgSend_1039( obj, sel, @@ -29579,10 +29579,10 @@ class SentryCocoa { late final _class_SentrySession1 = _getClass1("SentrySession"); late final _sel_initWithSession_1 = _registerName1("initWithSession:"); instancetype _objc_msgSend_1040( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer session, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer session, + ) { return __objc_msgSend_1040( obj, sel, @@ -29600,12 +29600,12 @@ class SentryCocoa { late final _class_SentryUserFeedback1 = _getClass1("SentryUserFeedback"); late final _sel_initWithUserFeedback_1 = - _registerName1("initWithUserFeedback:"); + _registerName1("initWithUserFeedback:"); instancetype _objc_msgSend_1041( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer userFeedback, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer userFeedback, + ) { return __objc_msgSend_1041( obj, sel, @@ -29623,13 +29623,13 @@ class SentryCocoa { late final _class_SentryAttachment1 = _getClass1("SentryAttachment"); late final _sel_initWithAttachment_maxAttachmentSize_1 = - _registerName1("initWithAttachment:maxAttachmentSize:"); + _registerName1("initWithAttachment:maxAttachmentSize:"); instancetype _objc_msgSend_1042( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attachment, - int maxAttachmentSize, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attachment, + int maxAttachmentSize, + ) { return __objc_msgSend_1042( obj, sel, @@ -29647,15 +29647,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _class_SentryEnvelopeItemHeader1 = - _getClass1("SentryEnvelopeItemHeader"); + _getClass1("SentryEnvelopeItemHeader"); late final _sel_initWithHeader_data_1 = - _registerName1("initWithHeader:data:"); + _registerName1("initWithHeader:data:"); instancetype _objc_msgSend_1043( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer data, + ) { return __objc_msgSend_1043( obj, sel, @@ -29677,9 +29677,9 @@ class SentryCocoa { late final _sel_header1 = _registerName1("header"); ffi.Pointer _objc_msgSend_1044( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1044( obj, sel, @@ -29695,13 +29695,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithId_singleItem_1 = - _registerName1("initWithId:singleItem:"); + _registerName1("initWithId:singleItem:"); instancetype _objc_msgSend_1045( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer id, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer id, + ffi.Pointer item, + ) { return __objc_msgSend_1045( obj, sel, @@ -29724,10 +29724,10 @@ class SentryCocoa { late final _class_SentryEnvelopeHeader1 = _getClass1("SentryEnvelopeHeader"); late final _sel_initWithId_1 = _registerName1("initWithId:"); instancetype _objc_msgSend_1046( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ) { return __objc_msgSend_1046( obj, sel, @@ -29745,13 +29745,13 @@ class SentryCocoa { late final _class_SentryTraceContext1 = _getClass1("SentryTraceContext"); late final _sel_initWithId_traceContext_1 = - _registerName1("initWithId:traceContext:"); + _registerName1("initWithId:traceContext:"); instancetype _objc_msgSend_1047( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ffi.Pointer traceContext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ffi.Pointer traceContext, + ) { return __objc_msgSend_1047( obj, sel, @@ -29773,14 +29773,14 @@ class SentryCocoa { late final _class_SentrySdkInfo1 = _getClass1("SentrySdkInfo"); late final _sel_initWithId_sdkInfo_traceContext_1 = - _registerName1("initWithId:sdkInfo:traceContext:"); + _registerName1("initWithId:sdkInfo:traceContext:"); instancetype _objc_msgSend_1048( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ffi.Pointer sdkInfo, - ffi.Pointer traceContext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ffi.Pointer sdkInfo, + ffi.Pointer traceContext, + ) { return __objc_msgSend_1048( obj, sel, @@ -29809,9 +29809,9 @@ class SentryCocoa { late final _sel_eventId1 = _registerName1("eventId"); late final _sel_sdkInfo1 = _registerName1("sdkInfo"); ffi.Pointer _objc_msgSend_1049( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1049( obj, sel, @@ -29828,9 +29828,9 @@ class SentryCocoa { late final _sel_traceContext1 = _registerName1("traceContext"); ffi.Pointer _objc_msgSend_1050( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1050( obj, sel, @@ -29848,13 +29848,13 @@ class SentryCocoa { late final _sel_sentAt1 = _registerName1("sentAt"); late final _sel_setSentAt_1 = _registerName1("setSentAt:"); late final _sel_initWithHeader_singleItem_1 = - _registerName1("initWithHeader:singleItem:"); + _registerName1("initWithHeader:singleItem:"); instancetype _objc_msgSend_1051( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer item, + ) { return __objc_msgSend_1051( obj, sel, @@ -29876,11 +29876,11 @@ class SentryCocoa { late final _sel_initWithId_items_1 = _registerName1("initWithId:items:"); instancetype _objc_msgSend_1052( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer id, - ffi.Pointer items, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer id, + ffi.Pointer items, + ) { return __objc_msgSend_1052( obj, sel, @@ -29902,13 +29902,13 @@ class SentryCocoa { late final _sel_initWithSessions_1 = _registerName1("initWithSessions:"); late final _sel_initWithHeader_items_1 = - _registerName1("initWithHeader:items:"); + _registerName1("initWithHeader:items:"); instancetype _objc_msgSend_1053( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer items, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer items, + ) { return __objc_msgSend_1053( obj, sel, @@ -29929,9 +29929,9 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_1054( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1054( obj, sel, @@ -29949,10 +29949,10 @@ class SentryCocoa { late final _sel_items1 = _registerName1("items"); late final _sel_storeEnvelope_1 = _registerName1("storeEnvelope:"); void _objc_msgSend_1055( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer envelope, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer envelope, + ) { return __objc_msgSend_1055( obj, sel, @@ -29971,10 +29971,10 @@ class SentryCocoa { late final _sel_captureEnvelope_1 = _registerName1("captureEnvelope:"); late final _sel_envelopeWithData_1 = _registerName1("envelopeWithData:"); ffi.Pointer _objc_msgSend_1056( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_1056( obj, sel, @@ -29992,12 +29992,12 @@ class SentryCocoa { late final _sel_getDebugImages1 = _registerName1("getDebugImages"); late final _sel_getDebugImagesCrashed_1 = - _registerName1("getDebugImagesCrashed:"); + _registerName1("getDebugImagesCrashed:"); ffi.Pointer _objc_msgSend_1057( - ffi.Pointer obj, - ffi.Pointer sel, - bool isCrash, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool isCrash, + ) { return __objc_msgSend_1057( obj, sel, @@ -30014,18 +30014,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_setSdkName_andVersionString_1 = - _registerName1("setSdkName:andVersionString:"); + _registerName1("setSdkName:andVersionString:"); late final _sel_setSdkName_1 = _registerName1("setSdkName:"); late final _sel_getSdkName1 = _registerName1("getSdkName"); late final _sel_getSdkVersionString1 = _registerName1("getSdkVersionString"); late final _sel_getExtraContext1 = _registerName1("getExtraContext"); late final _sel_startProfilerForTrace_1 = - _registerName1("startProfilerForTrace:"); + _registerName1("startProfilerForTrace:"); int _objc_msgSend_1058( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer traceId, + ) { return __objc_msgSend_1058( obj, sel, @@ -30042,14 +30042,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_collectProfileBetween_and_forTrace_1 = - _registerName1("collectProfileBetween:and:forTrace:"); + _registerName1("collectProfileBetween:and:forTrace:"); ffi.Pointer _objc_msgSend_1059( - ffi.Pointer obj, - ffi.Pointer sel, - int startSystemTime, - int endSystemTime, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int startSystemTime, + int endSystemTime, + ffi.Pointer traceId, + ) { return __objc_msgSend_1059( obj, sel, @@ -30072,12 +30072,12 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_discardProfilerForTrace_1 = - _registerName1("discardProfilerForTrace:"); + _registerName1("discardProfilerForTrace:"); void _objc_msgSend_1060( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer traceId, + ) { return __objc_msgSend_1060( obj, sel, @@ -30094,13 +30094,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _class_SentryAppStartMeasurement1 = - _getClass1("SentryAppStartMeasurement"); + _getClass1("SentryAppStartMeasurement"); late final _sel_onAppStartMeasurementAvailable1 = - _registerName1("onAppStartMeasurementAvailable"); + _registerName1("onAppStartMeasurementAvailable"); ffi.Pointer<_ObjCBlock> _objc_msgSend_1061( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1061( obj, sel, @@ -30116,12 +30116,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setOnAppStartMeasurementAvailable_1 = - _registerName1("setOnAppStartMeasurementAvailable:"); + _registerName1("setOnAppStartMeasurementAvailable:"); void _objc_msgSend_1062( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_1062( obj, sel, @@ -30139,9 +30139,9 @@ class SentryCocoa { late final _sel_appStartMeasurement1 = _registerName1("appStartMeasurement"); ffi.Pointer _objc_msgSend_1063( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1063( obj, sel, @@ -30159,9 +30159,9 @@ class SentryCocoa { late final _sel_installationID1 = _registerName1("installationID"); late final _class_SentryOptions1 = _getClass1("SentryOptions"); ffi.Pointer _objc_msgSend_1064( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1064( obj, sel, @@ -30177,16 +30177,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appStartMeasurementHybridSDKMode1 = - _registerName1("appStartMeasurementHybridSDKMode"); + _registerName1("appStartMeasurementHybridSDKMode"); late final _sel_setAppStartMeasurementHybridSDKMode_1 = - _registerName1("setAppStartMeasurementHybridSDKMode:"); + _registerName1("setAppStartMeasurementHybridSDKMode:"); late final _class_SentryUser1 = _getClass1("SentryUser"); late final _sel_userWithDictionary_1 = _registerName1("userWithDictionary:"); ffi.Pointer _objc_msgSend_1065( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dictionary, + ) { return __objc_msgSend_1065( obj, sel, @@ -30204,12 +30204,12 @@ class SentryCocoa { late final _class_SentryBreadcrumb1 = _getClass1("SentryBreadcrumb"); late final _sel_breadcrumbWithDictionary_1 = - _registerName1("breadcrumbWithDictionary:"); + _registerName1("breadcrumbWithDictionary:"); ffi.Pointer _objc_msgSend_1066( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dictionary, + ) { return __objc_msgSend_1066( obj, sel, @@ -30367,8 +30367,8 @@ class NSObject extends _ObjCWrapper { } static ffi.Pointer> - instanceMethodForSelector_( - SentryCocoa _lib, ffi.Pointer aSelector) { + instanceMethodForSelector_( + SentryCocoa _lib, ffi.Pointer aSelector) { return _lib._objc_msgSend_6(_lib._class_NSObject1, _lib._sel_instanceMethodForSelector_1, aSelector); } @@ -30432,7 +30432,7 @@ class NSObject extends _ObjCWrapper { static NSObject superclass(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSObject1, _lib._sel_superclass1); + _lib._objc_msgSend_2(_lib._class_NSObject1, _lib._sel_superclass1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -30443,7 +30443,7 @@ class NSObject extends _ObjCWrapper { static NSString description(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_20(_lib._class_NSObject1, _lib._sel_description1); + _lib._objc_msgSend_20(_lib._class_NSObject1, _lib._sel_description1); return NSString._(_ret, _lib, retain: true, release: true); } @@ -30486,17 +30486,17 @@ class NSObject extends _ObjCWrapper { NSObject get autoContentAccessingProxy { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_autoContentAccessingProxy1); + _lib._objc_msgSend_2(_id, _lib._sel_autoContentAccessingProxy1); return NSObject._(_ret, _lib, retain: true, release: true); } void - attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_( - NSError? error, - int recoveryOptionIndex, - NSObject delegate, - ffi.Pointer didRecoverSelector, - ffi.Pointer contextInfo) { + attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_( + NSError? error, + int recoveryOptionIndex, + NSObject delegate, + ffi.Pointer didRecoverSelector, + ffi.Pointer contextInfo) { _lib._objc_msgSend_395( _id, _lib._sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1, @@ -31038,11 +31038,11 @@ class NSObject extends _ObjCWrapper { } NSObject - newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_( - NSObject objectClass, - NSString? key, - NSObject contentsValue, - NSDictionary? properties) { + newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_( + NSObject objectClass, + NSString? key, + NSObject contentsValue, + NSDictionary? properties) { final _ret = _lib._objc_msgSend_603( _id, _lib._sel_newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_1, @@ -31359,7 +31359,7 @@ class NSInvocation extends NSObject { static NSInvocation new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_new1); return NSInvocation._(_ret, _lib, retain: false, release: true); } @@ -31372,7 +31372,7 @@ class NSInvocation extends NSObject { static NSInvocation alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_alloc1); return NSInvocation._(_ret, _lib, retain: false, release: true); } @@ -31507,7 +31507,7 @@ class NSMethodSignature extends NSObject { static NSMethodSignature new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_new1); return NSMethodSignature._(_ret, _lib, retain: false, release: true); } @@ -31520,7 +31520,7 @@ class NSMethodSignature extends NSObject { static NSMethodSignature alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_alloc1); return NSMethodSignature._(_ret, _lib, retain: false, release: true); } @@ -31785,7 +31785,7 @@ class NSSet extends NSObject { NSSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -31986,7 +31986,7 @@ class NSEnumerator extends NSObject { static NSEnumerator new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_new1); return NSEnumerator._(_ret, _lib, retain: false, release: true); } @@ -31999,7 +31999,7 @@ class NSEnumerator extends NSObject { static NSEnumerator alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_alloc1); return NSEnumerator._(_ret, _lib, retain: false, release: true); } @@ -32104,7 +32104,7 @@ class NSString extends NSObject { @override String toString() { final data = - dataUsingEncoding_(0x94000100 /* NSUTF16LittleEndianStringEncoding */); + dataUsingEncoding_(0x94000100 /* NSUTF16LittleEndianStringEncoding */); return data.bytes.cast().toDartString(length: length); } @@ -32130,7 +32130,7 @@ class NSString extends NSObject { NSString substringFromIndex_(int from) { final _ret = - _lib._objc_msgSend_308(_id, _lib._sel_substringFromIndex_1, from); + _lib._objc_msgSend_308(_id, _lib._sel_substringFromIndex_1, from); return NSString._(_ret, _lib, retain: true, release: true); } @@ -32141,7 +32141,7 @@ class NSString extends NSObject { NSString substringWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_309(_id, _lib._sel_substringWithRange_1, range); + _lib._objc_msgSend_309(_id, _lib._sel_substringWithRange_1, range); return NSString._(_ret, _lib, retain: true, release: true); } @@ -32372,7 +32372,7 @@ class NSString extends NSObject { NSString? get localizedUppercaseString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedUppercaseString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedUppercaseString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32380,7 +32380,7 @@ class NSString extends NSObject { NSString? get localizedLowercaseString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedLowercaseString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedLowercaseString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32388,7 +32388,7 @@ class NSString extends NSObject { NSString? get localizedCapitalizedString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedCapitalizedString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedCapitalizedString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32484,7 +32484,7 @@ class NSString extends NSObject { NSData dataUsingEncoding_(int encoding) { final _ret = - _lib._objc_msgSend_330(_id, _lib._sel_dataUsingEncoding_1, encoding); + _lib._objc_msgSend_330(_id, _lib._sel_dataUsingEncoding_1, encoding); return NSData._(_ret, _lib, retain: true, release: true); } @@ -32826,12 +32826,12 @@ class NSString extends NSObject { } NSString - initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - NSObject locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + NSObject locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_353( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, @@ -32936,11 +32936,11 @@ class NSString extends NSObject { } static NSString - localizedStringWithValidatedFormat_validFormatSpecifiers_error_( - SentryCocoa _lib, - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer> error) { + localizedStringWithValidatedFormat_validFormatSpecifiers_error_( + SentryCocoa _lib, + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_350( _lib._class_NSString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, @@ -33063,12 +33063,12 @@ class NSString extends NSObject { } static int - stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( - SentryCocoa _lib, - NSData? data, - NSDictionary? opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion) { + stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( + SentryCocoa _lib, + NSData? data, + NSDictionary? opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion) { return _lib._objc_msgSend_363( _lib._class_NSString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, @@ -33174,7 +33174,7 @@ class NSString extends NSObject { NSObject initWithCString_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_347(_id, _lib._sel_initWithCString_1, bytes); + _lib._objc_msgSend_347(_id, _lib._sel_initWithCString_1, bytes); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -33249,7 +33249,7 @@ class NSString extends NSObject { NSString? get stringByDeletingPathExtension { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByDeletingPathExtension1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByDeletingPathExtension1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33271,7 +33271,7 @@ class NSString extends NSObject { NSString? get stringByExpandingTildeInPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByExpandingTildeInPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByExpandingTildeInPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33279,7 +33279,7 @@ class NSString extends NSObject { NSString? get stringByStandardizingPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByStandardizingPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByStandardizingPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33287,7 +33287,7 @@ class NSString extends NSObject { NSString? get stringByResolvingSymlinksInPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByResolvingSymlinksInPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByResolvingSymlinksInPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33334,7 +33334,7 @@ class NSString extends NSObject { NSString? get stringByRemovingPercentEncoding { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByRemovingPercentEncoding1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByRemovingPercentEncoding1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -34051,7 +34051,7 @@ class NSData extends NSObject { NSData subdataWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_24(_id, _lib._sel_subdataWithRange_1, range); + _lib._objc_msgSend_24(_id, _lib._sel_subdataWithRange_1, range); return NSData._(_ret, _lib, retain: true, release: true); } @@ -34810,11 +34810,11 @@ class NSURL extends NSObject { } NSData - bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( - int options, - NSArray? keys, - NSURL? relativeURL, - ffi.Pointer> error) { + bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( + int options, + NSArray? keys, + NSURL? relativeURL, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_230( _id, _lib._sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1, @@ -34826,12 +34826,12 @@ class NSURL extends NSObject { } NSURL - initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( - NSData? bookmarkData, - int options, - NSURL? relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error) { + initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( + NSData? bookmarkData, + int options, + NSURL? relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_231( _id, _lib._sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, @@ -34844,13 +34844,13 @@ class NSURL extends NSObject { } static NSURL - URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( - SentryCocoa _lib, - NSData? bookmarkData, - int options, - NSURL? relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error) { + URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( + SentryCocoa _lib, + NSData? bookmarkData, + int options, + NSURL? relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_231( _lib._class_NSURL1, _lib._sel_URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, @@ -34993,7 +34993,7 @@ class NSURL extends NSObject { NSURL? get URLByDeletingLastPathComponent { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingLastPathComponent1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingLastPathComponent1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35009,7 +35009,7 @@ class NSURL extends NSObject { NSURL? get URLByDeletingPathExtension { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingPathExtension1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingPathExtension1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35024,7 +35024,7 @@ class NSURL extends NSObject { NSURL? get URLByResolvingSymlinksInPath { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByResolvingSymlinksInPath1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByResolvingSymlinksInPath1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35194,7 +35194,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedChar_(int value) { final _ret = - _lib._objc_msgSend_203(_id, _lib._sel_initWithUnsignedChar_1, value); + _lib._objc_msgSend_203(_id, _lib._sel_initWithUnsignedChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35205,7 +35205,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedShort_(int value) { final _ret = - _lib._objc_msgSend_205(_id, _lib._sel_initWithUnsignedShort_1, value); + _lib._objc_msgSend_205(_id, _lib._sel_initWithUnsignedShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35216,7 +35216,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedInt_(int value) { final _ret = - _lib._objc_msgSend_207(_id, _lib._sel_initWithUnsignedInt_1, value); + _lib._objc_msgSend_207(_id, _lib._sel_initWithUnsignedInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35227,13 +35227,13 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedLong_(int value) { final _ret = - _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedLong_1, value); + _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithLongLong_(int value) { final _ret = - _lib._objc_msgSend_210(_id, _lib._sel_initWithLongLong_1, value); + _lib._objc_msgSend_210(_id, _lib._sel_initWithLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35260,13 +35260,13 @@ class NSNumber extends NSValue { NSNumber initWithInteger_(int value) { final _ret = - _lib._objc_msgSend_208(_id, _lib._sel_initWithInteger_1, value); + _lib._objc_msgSend_208(_id, _lib._sel_initWithInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedInteger_(int value) { final _ret = - _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedInteger_1, value); + _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -36021,10 +36021,10 @@ class NSArray extends NSObject { NSArray sortedArrayUsingFunction_context_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, ffi.Pointer context) { final _ret = _lib._objc_msgSend_73( _id, _lib._sel_sortedArrayUsingFunction_context_1, comparator, context); @@ -36033,10 +36033,10 @@ class NSArray extends NSObject { NSArray sortedArrayUsingFunction_context_hint_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, ffi.Pointer context, NSData? hint) { final _ret = _lib._objc_msgSend_74( @@ -36056,7 +36056,7 @@ class NSArray extends NSObject { NSArray subarrayWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_76(_id, _lib._sel_subarrayWithRange_1, range); + _lib._objc_msgSend_76(_id, _lib._sel_subarrayWithRange_1, range); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -36088,7 +36088,7 @@ class NSArray extends NSObject { NSObject objectAtIndexedSubscript_(int idx) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); + _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -36224,7 +36224,7 @@ class NSArray extends NSObject { NSArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -36588,7 +36588,7 @@ class NSError extends NSObject { NSString? get localizedRecoverySuggestion { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedRecoverySuggestion1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedRecoverySuggestion1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -36596,7 +36596,7 @@ class NSError extends NSObject { NSArray? get localizedRecoveryOptions { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_localizedRecoveryOptions1); + _lib._objc_msgSend_79(_id, _lib._sel_localizedRecoveryOptions1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -36781,16 +36781,16 @@ ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + ffi.Pointer Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ObjCObject_NSError_NSString_closureRegistry = - {}; +{}; int _ObjCBlock_ObjCObject_NSError_NSString_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_registerClosure( Function fn) { @@ -36800,14 +36800,14 @@ ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_registerClosure( } ffi.Pointer - _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1) { +_ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1) { return (_ObjCBlock_ObjCObject_NSError_NSString_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as ffi.Pointer Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ObjCObject_NSError_NSString extends _ObjCBlockBase { @@ -36819,55 +36819,55 @@ class ObjCBlock_ObjCObject_NSError_NSString extends _ObjCBlockBase { ObjCBlock_ObjCObject_NSError_NSString.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ObjCObject_NSError_NSString.fromFunction( SentryCocoa lib, ffi.Pointer Function( - ffi.Pointer arg0, ffi.Pointer arg1) - fn) + ffi.Pointer arg0, ffi.Pointer arg1) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline) - .cast(), - _ObjCBlock_ObjCObject_NSError_NSString_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline) + .cast(), + _ObjCBlock_ObjCObject_NSError_NSString_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call( ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -36926,7 +36926,7 @@ class NSIndexSet extends NSObject { static NSIndexSet indexSet(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_indexSet1); + _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_indexSet1); return NSIndexSet._(_ret, _lib, retain: true, release: true); } @@ -36945,7 +36945,7 @@ class NSIndexSet extends NSObject { NSIndexSet initWithIndexesInRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_85(_id, _lib._sel_initWithIndexesInRange_1, range); + _lib._objc_msgSend_85(_id, _lib._sel_initWithIndexesInRange_1, range); return NSIndexSet._(_ret, _lib, retain: true, release: true); } @@ -37139,7 +37139,7 @@ class NSIndexSet extends NSObject { static NSIndexSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_alloc1); return NSIndexSet._(_ret, _lib, retain: false, release: true); } @@ -37214,16 +37214,16 @@ class NSIndexSet extends NSObject { void _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, int arg0, ffi.Pointer arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() - .asFunction arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Void Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + .asFunction arg1)>()( arg0, arg1); } final _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure( Function fn) { @@ -37249,47 +37249,47 @@ class ObjCBlock_ffiVoid_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, void Function(int arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(int arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, int arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, int arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37301,11 +37301,11 @@ abstract class NSEnumerationOptions { bool _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, int arg0, ffi.Pointer arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() - .asFunction arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Bool Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + .asFunction arg1)>()( arg0, arg1); } @@ -37333,49 +37333,49 @@ class ObjCBlock_bool_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_bool_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, bool Function(int arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ffiUnsignedLong_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ffiUnsignedLong_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ffiUnsignedLong_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ffiUnsignedLong_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(int arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer<_ObjCBlock> block, int arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + bool Function(ffi.Pointer<_ObjCBlock> block, int arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37383,11 +37383,11 @@ void _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, _NSRange arg0, ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>>() .asFunction< - void Function( - _NSRange arg0, ffi.Pointer arg1)>()(arg0, arg1); + void Function( + _NSRange arg0, ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSRange_bool_closureRegistry = {}; @@ -37413,42 +37413,42 @@ class ObjCBlock_ffiVoid_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - _NSRange arg0, ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + _NSRange arg0, ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSRange_bool.fromFunction(SentryCocoa lib, void Function(_NSRange arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - _NSRange arg0, ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + _NSRange arg0, ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(_NSRange arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37459,22 +37459,22 @@ void _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37485,9 +37485,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline( int arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { @@ -37499,60 +37499,60 @@ class ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -37563,22 +37563,22 @@ bool _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() .asFunction< - bool Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + bool Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry = - {}; +{}; int _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( - Function fn) { +_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; + ++_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37589,9 +37589,9 @@ bool _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline( int arg1, ffi.Pointer arg2) { return (_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry[ - block.ref.target.address] - as bool Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as bool Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { @@ -37603,62 +37603,63 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>> - ptr) + ffi + .NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -37668,23 +37669,23 @@ int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Int32 Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Int32 Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - int Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + int Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry = - {}; +{}; int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex = - 0; +0; ffi.Pointer - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( - Function fn) { +_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( + Function fn) { final id = - ++_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex; + ++_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex; _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37694,9 +37695,9 @@ int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry[ - block.ref.target.address] - as int Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as int Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject @@ -37709,56 +37710,56 @@ class ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Int32 Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Int32 Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Int32 Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline, - 0) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Int32 Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline, + 0) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject.fromFunction( SentryCocoa lib, int Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Int32 Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline, - 0) - .cast(), - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Int32 Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline, + 0) + .cast(), + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; int call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Int32 Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - int Function( + ffi.NativeFunction< + ffi.Int32 Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + int Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37781,9 +37782,9 @@ abstract class NSBinarySearchingOptions { abstract class NSOrderedCollectionDifferenceCalculationOptions { static const int NSOrderedCollectionDifferenceCalculationOmitInsertedObjects = - 1; + 1; static const int NSOrderedCollectionDifferenceCalculationOmitRemovedObjects = - 2; + 2; static const int NSOrderedCollectionDifferenceCalculationInferMoves = 4; } @@ -37793,12 +37794,12 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_ObjCObject_closureRegistry = {}; @@ -37815,9 +37816,9 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_ObjCObject_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_ObjCObject extends _ObjCBlockBase { @@ -37829,55 +37830,55 @@ class ObjCBlock_bool_ObjCObject_ObjCObject extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ObjCObject.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ObjCObject.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ObjCObject_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ObjCObject_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -38013,7 +38014,7 @@ class NSPredicate extends NSObject { static NSPredicate alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPredicate1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPredicate1, _lib._sel_alloc1); return NSPredicate._(_ret, _lib, retain: false, release: true); } @@ -38103,16 +38104,16 @@ bool _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistry = - {}; +{}; int _ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure( Function fn) { @@ -38126,9 +38127,9 @@ bool _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_NSDictionary extends _ObjCBlockBase { @@ -38140,55 +38141,55 @@ class ObjCBlock_bool_ObjCObject_NSDictionary extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_NSDictionary.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -38259,7 +38260,7 @@ class NSDictionary extends NSObject { NSArray allKeysForObject_(NSObject anObject) { final _ret = - _lib._objc_msgSend_62(_id, _lib._sel_allKeysForObject_1, anObject._id); + _lib._objc_msgSend_62(_id, _lib._sel_allKeysForObject_1, anObject._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -38279,7 +38280,7 @@ class NSDictionary extends NSObject { NSString? get descriptionInStringsFileFormat { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_descriptionInStringsFileFormat1); + _lib._objc_msgSend_20(_id, _lib._sel_descriptionInStringsFileFormat1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -38429,7 +38430,7 @@ class NSDictionary extends NSObject { static NSDictionary dictionary(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_dictionary1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_dictionary1); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -38571,7 +38572,7 @@ class NSDictionary extends NSObject { NSString fileGroupOwnerAccountName() { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_fileGroupOwnerAccountName1); + _lib._objc_msgSend_20(_id, _lib._sel_fileGroupOwnerAccountName1); return NSString._(_ret, _lib, retain: true, release: true); } @@ -38615,7 +38616,7 @@ class NSDictionary extends NSObject { NSNumber fileGroupOwnerAccountID() { final _ret = - _lib._objc_msgSend_198(_id, _lib._sel_fileGroupOwnerAccountID1); + _lib._objc_msgSend_198(_id, _lib._sel_fileGroupOwnerAccountID1); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -38628,7 +38629,7 @@ class NSDictionary extends NSObject { static NSDictionary new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_new1); return NSDictionary._(_ret, _lib, retain: false, release: true); } @@ -38641,7 +38642,7 @@ class NSDictionary extends NSObject { static NSDictionary alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_alloc1); return NSDictionary._(_ret, _lib, retain: false, release: true); } @@ -38720,23 +38721,23 @@ void _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1, ffi.Pointer arg2)>>() .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -38747,9 +38748,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { @@ -38761,62 +38762,62 @@ class ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -38827,21 +38828,21 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1, ffi.Pointer arg2)>>() .asFunction< - bool Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + bool Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry = - {}; +{}; int _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { +_ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { final id = ++_ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistryIndex; _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -38853,9 +38854,9 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_bool_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { @@ -38867,63 +38868,63 @@ class ObjCBlock_bool_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ObjCObject_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -38999,13 +39000,13 @@ class NSDate extends NSObject { NSObject addTimeInterval_(double seconds) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_addTimeInterval_1, seconds); + _lib._objc_msgSend_156(_id, _lib._sel_addTimeInterval_1, seconds); return NSObject._(_ret, _lib, retain: true, release: true); } NSDate dateByAddingTimeInterval_(double ti) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); + _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -39080,7 +39081,7 @@ class NSDate extends NSObject { static NSDate? getDistantFuture(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantFuture1); + _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantFuture1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39088,7 +39089,7 @@ class NSDate extends NSObject { static NSDate? getDistantPast(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantPast1); + _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantPast1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39529,13 +39530,13 @@ class NSCalendarDate extends NSDate { @override NSCalendarDate dateByAddingTimeInterval_(double ti) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); + _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); return NSCalendarDate._(_ret, _lib, retain: true, release: true); } static NSCalendarDate date(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_date1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_date1); return NSCalendarDate._(_ret, _lib, retain: true, release: true); } @@ -39572,7 +39573,7 @@ class NSCalendarDate extends NSDate { static NSDate? getNow(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSCalendarDate1, _lib._sel_now1); + _lib._objc_msgSend_162(_lib._class_NSCalendarDate1, _lib._sel_now1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39628,7 +39629,7 @@ class NSCalendarDate extends NSDate { static NSCalendarDate new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_new1); return NSCalendarDate._(_ret, _lib, retain: false, release: true); } @@ -39641,7 +39642,7 @@ class NSCalendarDate extends NSDate { static NSCalendarDate alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_alloc1); return NSCalendarDate._(_ret, _lib, retain: false, release: true); } @@ -39948,7 +39949,7 @@ class NSTimeZone extends NSObject { static NSTimeZone alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSTimeZone1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSTimeZone1, _lib._sel_alloc1); return NSTimeZone._(_ret, _lib, retain: false, release: true); } @@ -40259,7 +40260,7 @@ class NSLocale extends NSObject { NSString? get alternateQuotationBeginDelimiter { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationBeginDelimiter1); + _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationBeginDelimiter1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -40267,7 +40268,7 @@ class NSLocale extends NSObject { NSString? get alternateQuotationEndDelimiter { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationEndDelimiter1); + _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationEndDelimiter1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -40283,7 +40284,7 @@ class NSLocale extends NSObject { static NSLocale? getCurrentLocale(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_currentLocale1); + _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_currentLocale1); return _ret.address == 0 ? null : NSLocale._(_ret, _lib, retain: true, release: true); @@ -40291,7 +40292,7 @@ class NSLocale extends NSObject { static NSLocale? getSystemLocale(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_systemLocale1); + _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_systemLocale1); return _ret.address == 0 ? null : NSLocale._(_ret, _lib, retain: true, release: true); @@ -40773,7 +40774,7 @@ class NSCharacterSet extends NSObject { static NSCharacterSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_new1); return NSCharacterSet._(_ret, _lib, retain: false, release: true); } @@ -40786,7 +40787,7 @@ class NSCharacterSet extends NSObject { static NSCharacterSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_alloc1); return NSCharacterSet._(_ret, _lib, retain: false, release: true); } @@ -40873,7 +40874,7 @@ abstract class NSURLBookmarkCreationOptions { static const int NSURLBookmarkCreationWithSecurityScope = 2048; static const int NSURLBookmarkCreationSecurityScopeAllowOnlyReadAccess = 4096; static const int NSURLBookmarkCreationWithoutImplicitSecurityScope = - 536870912; + 536870912; } abstract class NSURLBookmarkResolutionOptions { @@ -41045,7 +41046,7 @@ class NSURLHandle extends NSObject { static NSURLHandle alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLHandle1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLHandle1, _lib._sel_alloc1); return NSURLHandle._(_ret, _lib, retain: false, release: true); } @@ -41131,8 +41132,8 @@ abstract class NSDataWritingOptions { static const int NSDataWritingFileProtectionComplete = 536870912; static const int NSDataWritingFileProtectionCompleteUnlessOpen = 805306368; static const int - NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication = - 1073741824; + NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication = + 1073741824; static const int NSDataWritingFileProtectionMask = 4026531840; static const int NSAtomicWrite = 1; } @@ -41149,16 +41150,16 @@ void _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure( Function fn) { @@ -41173,9 +41174,9 @@ void _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ffiVoid_NSRange_bool extends _ObjCBlockBase { @@ -41187,59 +41188,59 @@ class ObjCBlock_ffiVoid_ffiVoid_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiVoid_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoid_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -41255,19 +41256,19 @@ abstract class NSDataReadingOptions { void _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, int arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() - .asFunction arg0, int arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() + .asFunction arg0, int arg1)>()( arg0, arg1); } final _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -41290,47 +41291,47 @@ class ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.UnsignedLong arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.UnsignedLong arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, int arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, int arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, int arg1)>()(_id, arg0, arg1); } } @@ -41390,25 +41391,25 @@ void _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg3) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - _NSRange arg2, ffi.Pointer arg3)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + _NSRange arg2, ffi.Pointer arg3)>>() .asFunction< - void Function( - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>()(arg0, arg1, arg2, arg3); + void Function( + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>()(arg0, arg1, arg2, arg3); } final _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -41420,9 +41421,9 @@ void _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline( _NSRange arg2, ffi.Pointer arg3) { return (_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, _NSRange, - ffi.Pointer))(arg0, arg1, arg2, arg3); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, _NSRange, + ffi.Pointer))(arg0, arg1, arg2, arg3); } class ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool extends _ObjCBlockBase { @@ -41434,64 +41435,64 @@ class ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - _NSRange arg2, ffi.Pointer arg3)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + _NSRange arg2, ffi.Pointer arg3)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>( - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>( + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, - ffi.Pointer arg3) - fn) + ffi.Pointer arg3) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>( - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>( + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, ffi.Pointer arg3) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, - ffi.Pointer arg3)>()(_id, arg0, arg1, arg2, arg3); + ffi.Pointer arg3)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>()(_id, arg0, arg1, arg2, arg3); } } @@ -41501,12 +41502,12 @@ void _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSString_bool_closureRegistry = {}; @@ -41523,9 +41524,9 @@ void _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSString_bool_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSString_bool extends _ObjCBlockBase { @@ -41536,53 +41537,53 @@ class ObjCBlock_ffiVoid_NSString_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSString_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSString_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSString_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSString_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -41597,23 +41598,23 @@ void _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline( int arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1)>>() .asFunction< - void Function( - ffi.Pointer arg0, int arg1)>()(arg0, arg1); + void Function( + ffi.Pointer arg0, int arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex = - 0; +0; ffi.Pointer - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -41623,8 +41624,8 @@ void _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline( ffi.Pointer arg0, int arg1) { return (_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int))(arg0, arg1); + block.ref.target.address] + as void Function(ffi.Pointer, int))(arg0, arg1); } class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong @@ -41637,21 +41638,21 @@ class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. @@ -41659,31 +41660,31 @@ class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, int arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - int arg1)>()(_id, arg0, arg1); + ffi.UnsignedLong arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1)>()(_id, arg0, arg1); } } @@ -41808,7 +41809,7 @@ class NSOrthography extends NSObject { static NSOrthography new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_new1); return NSOrthography._(_ret, _lib, retain: false, release: true); } @@ -41821,7 +41822,7 @@ class NSOrthography extends NSObject { static NSOrthography alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_alloc1); return NSOrthography._(_ret, _lib, retain: false, release: true); } @@ -41899,12 +41900,12 @@ void _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ObjCObject_bool_closureRegistry = {}; @@ -41921,9 +41922,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_ObjCObject_bool extends _ObjCBlockBase { @@ -41935,53 +41936,53 @@ class ObjCBlock_ffiVoid_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -41991,12 +41992,12 @@ bool _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_bool_closureRegistry = {}; @@ -42013,9 +42014,9 @@ bool _ObjCBlock_bool_ObjCObject_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase { @@ -42026,54 +42027,56 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false) - .cast(), - ptr.cast()), - lib); + lib + ._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -42565,13 +42568,13 @@ class NSFileManager extends NSObject { } bool - replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_( - NSURL? originalItemURL, - NSURL? newItemURL, - NSString? backupItemName, - int options, - ffi.Pointer> resultingURL, - ffi.Pointer> error) { + replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_( + NSURL? originalItemURL, + NSURL? newItemURL, + NSString? backupItemName, + int options, + ffi.Pointer> resultingURL, + ffi.Pointer> error) { return _lib._objc_msgSend_432( _id, _lib._sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1, @@ -42665,7 +42668,7 @@ class NSFileManager extends NSObject { NSURL? get homeDirectoryForCurrentUser { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_homeDirectoryForCurrentUser1); + _lib._objc_msgSend_40(_id, _lib._sel_homeDirectoryForCurrentUser1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -42692,7 +42695,7 @@ class NSFileManager extends NSObject { static NSFileManager new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_new1); return NSFileManager._(_ret, _lib, retain: false, release: true); } @@ -42705,7 +42708,7 @@ class NSFileManager extends NSObject { static NSFileManager alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_alloc1); return NSFileManager._(_ret, _lib, retain: false, release: true); } @@ -42791,7 +42794,7 @@ void _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -42806,7 +42809,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSError_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSError_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSError_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSError extends _ObjCBlockBase { @@ -42817,42 +42820,42 @@ class ObjCBlock_ffiVoid_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -42914,12 +42917,12 @@ bool _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_NSURL_NSError_closureRegistry = {}; @@ -42936,9 +42939,9 @@ bool _ObjCBlock_bool_NSURL_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_NSURL_NSError_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_NSURL_NSError extends _ObjCBlockBase { @@ -42949,53 +42952,53 @@ class ObjCBlock_bool_NSURL_NSError extends _ObjCBlockBase { ObjCBlock_bool_NSURL_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline, false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline, false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_NSURL_NSError.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_NSURL_NSError_closureTrampoline, false) - .cast(), - _ObjCBlock_bool_NSURL_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_NSURL_NSError_closureTrampoline, false) + .cast(), + _ObjCBlock_bool_NSURL_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( + ffi.NativeFunction< + ffi.Bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -43010,16 +43013,16 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure( Function fn) { @@ -43033,9 +43036,9 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSDictionary_NSError extends _ObjCBlockBase { @@ -43047,53 +43050,53 @@ class ObjCBlock_ffiVoid_NSDictionary_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -43150,7 +43153,7 @@ class NSMutableArray extends NSArray { NSMutableArray initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43235,10 +43238,10 @@ class NSMutableArray extends NSArray { void sortUsingFunction_context_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - compare, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + compare, ffi.Pointer context) { _lib._objc_msgSend_448( _id, _lib._sel_sortUsingFunction_context_1, compare, context); @@ -43336,7 +43339,7 @@ class NSMutableArray extends NSArray { static NSMutableArray array(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_array1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_array1); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43368,7 +43371,7 @@ class NSMutableArray extends NSArray { @override NSMutableArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43398,7 +43401,7 @@ class NSMutableArray extends NSArray { static NSMutableArray new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_new1); return NSMutableArray._(_ret, _lib, retain: false, release: true); } @@ -43411,7 +43414,7 @@ class NSMutableArray extends NSArray { static NSMutableArray alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_alloc1); return NSMutableArray._(_ret, _lib, retain: false, release: true); } @@ -43536,7 +43539,7 @@ class NSMutableOrderedSet extends NSOrderedSet { NSMutableOrderedSet initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -43772,14 +43775,14 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -43855,7 +43858,7 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableOrderedSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableOrderedSet1, _lib._sel_new1); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44047,7 +44050,7 @@ class NSOrderedSet extends NSObject { NSObject objectAtIndexedSubscript_(int idx) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); + _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -44203,7 +44206,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet orderedSet(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_orderedSet1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_orderedSet1); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -44277,13 +44280,13 @@ class NSOrderedSet extends NSObject { NSOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -44439,7 +44442,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_new1); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44452,7 +44455,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_alloc1); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44570,7 +44573,7 @@ class NSMutableSet extends NSSet { NSMutableSet initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44624,7 +44627,7 @@ class NSMutableSet extends NSSet { static NSMutableSet set1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_set1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_set1); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44662,7 +44665,7 @@ class NSMutableSet extends NSSet { @override NSMutableSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44689,7 +44692,7 @@ class NSMutableSet extends NSSet { static NSMutableSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_new1); return NSMutableSet._(_ret, _lib, retain: false, release: true); } @@ -44702,7 +44705,7 @@ class NSMutableSet extends NSSet { static NSMutableSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_alloc1); return NSMutableSet._(_ret, _lib, retain: false, release: true); } @@ -44973,7 +44976,7 @@ class NSKeyedArchiver extends NSCoder { static NSKeyedArchiver new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_new1); return NSKeyedArchiver._(_ret, _lib, retain: false, release: true); } @@ -44986,7 +44989,7 @@ class NSKeyedArchiver extends NSCoder { static NSKeyedArchiver alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_alloc1); return NSKeyedArchiver._(_ret, _lib, retain: false, release: true); } @@ -45145,7 +45148,7 @@ class NSMutableData extends NSData { NSMutableData initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, capacity); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -45168,7 +45171,7 @@ class NSMutableData extends NSData { static NSMutableData data(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_data1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_data1); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -45375,7 +45378,7 @@ class NSMutableData extends NSData { static NSMutableData new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_new1); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -45388,7 +45391,7 @@ class NSMutableData extends NSData { static NSMutableData alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_alloc1); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -45491,7 +45494,7 @@ class NSThread extends NSObject { static NSThread? getCurrentThread(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_currentThread1); + _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_currentThread1); return _ret.address == 0 ? null : NSThread._(_ret, _lib, retain: true, release: true); @@ -45597,7 +45600,7 @@ class NSThread extends NSObject { static NSThread? getMainThread(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_mainThread1); + _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_mainThread1); return _ret.address == 0 ? null : NSThread._(_ret, _lib, retain: true, release: true); @@ -45622,7 +45625,7 @@ class NSThread extends NSObject { NSThread initWithBlock_(ObjCBlock_ffiVoid block) { final _ret = - _lib._objc_msgSend_511(_id, _lib._sel_initWithBlock_1, block._id); + _lib._objc_msgSend_511(_id, _lib._sel_initWithBlock_1, block._id); return NSThread._(_ret, _lib, retain: true, release: true); } @@ -45750,7 +45753,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_closureTrampoline(ffi.Pointer<_ObjCBlock> block) { return (_ObjCBlock_ffiVoid_closureRegistry[block.ref.target.address] as void - Function())(); + Function())(); } class ObjCBlock_ffiVoid extends _ObjCBlockBase { @@ -45761,30 +45764,30 @@ class ObjCBlock_ffiVoid extends _ObjCBlockBase { ObjCBlock_ffiVoid.fromFunctionPointer( SentryCocoa lib, ffi.Pointer> ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( - _ObjCBlock_ffiVoid_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( + _ObjCBlock_ffiVoid_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid.fromFunction(SentryCocoa lib, void Function() fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( - _ObjCBlock_ffiVoid_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( + _ObjCBlock_ffiVoid_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call() { return _id.ref.invoke .cast< - ffi + ffi .NativeFunction block)>>() .asFunction block)>()(_id); } @@ -45831,7 +45834,7 @@ class NSMutableDictionary extends NSDictionary { NSMutableDictionary initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -46025,7 +46028,7 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableDictionary1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableDictionary1, _lib._sel_new1); return NSMutableDictionary._(_ret, _lib, retain: false, release: true); } @@ -46219,7 +46222,7 @@ class NSArchiver extends NSCoder { static NSArchiver alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSArchiver1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSArchiver1, _lib._sel_alloc1); return NSArchiver._(_ret, _lib, retain: false, release: true); } @@ -46383,7 +46386,7 @@ class NSPortCoder extends NSCoder { static NSPortCoder alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortCoder1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPortCoder1, _lib._sel_alloc1); return NSPortCoder._(_ret, _lib, retain: false, release: true); } @@ -46683,7 +46686,7 @@ class NSRunLoop extends NSObject { static NSRunLoop? getMainRunLoop(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_518(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); + _lib._objc_msgSend_518(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); return _ret.address == 0 ? null : NSRunLoop._(_ret, _lib, retain: true, release: true); @@ -46715,7 +46718,7 @@ class NSRunLoop extends NSObject { NSDate limitDateForMode_(NSString mode) { final _ret = - _lib._objc_msgSend_528(_id, _lib._sel_limitDateForMode_1, mode._id); + _lib._objc_msgSend_528(_id, _lib._sel_limitDateForMode_1, mode._id); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -46937,13 +46940,13 @@ class NSTimer extends NSObject { } static NSTimer - scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_( - SentryCocoa _lib, - double ti, - NSObject aTarget, - ffi.Pointer aSelector, - NSObject userInfo, - bool yesOrNo) { + scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_( + SentryCocoa _lib, + double ti, + NSObject aTarget, + ffi.Pointer aSelector, + NSObject userInfo, + bool yesOrNo) { final _ret = _lib._objc_msgSend_521( _lib._class_NSTimer1, _lib._sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1, @@ -47143,7 +47146,7 @@ void _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -47158,7 +47161,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSTimer_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSTimer_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSTimer_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSTimer extends _ObjCBlockBase { @@ -47169,42 +47172,42 @@ class ObjCBlock_ffiVoid_NSTimer extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSTimer.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTimer.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTimer_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTimer_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTimer_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTimer_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -47285,11 +47288,11 @@ class NSConnection extends NSObject { } static NSDistantObject - rootProxyForConnectionWithRegisteredName_host_usingNameServer_( - SentryCocoa _lib, - NSString? name, - NSString? hostName, - NSPortNameServer? server) { + rootProxyForConnectionWithRegisteredName_host_usingNameServer_( + SentryCocoa _lib, + NSString? name, + NSString? hostName, + NSPortNameServer? server) { final _ret = _lib._objc_msgSend_545( _lib._class_NSConnection1, _lib._sel_rootProxyForConnectionWithRegisteredName_host_usingNameServer_1, @@ -47501,7 +47504,7 @@ class NSConnection extends NSObject { static NSConnection new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_new1); return NSConnection._(_ret, _lib, retain: false, release: true); } @@ -47514,7 +47517,7 @@ class NSConnection extends NSObject { static NSConnection alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_alloc1); return NSConnection._(_ret, _lib, retain: false, release: true); } @@ -47646,7 +47649,7 @@ class NSPortNameServer extends NSObject { static NSPortNameServer new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_new1); return NSPortNameServer._(_ret, _lib, retain: false, release: true); } @@ -47659,7 +47662,7 @@ class NSPortNameServer extends NSObject { static NSPortNameServer alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_alloc1); return NSPortNameServer._(_ret, _lib, retain: false, release: true); } @@ -47815,7 +47818,7 @@ class NSDistantObject extends NSProxy { static NSObject alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDistantObject1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDistantObject1, _lib._sel_alloc1); return NSObject._(_ret, _lib, retain: false, release: true); } @@ -47998,7 +48001,7 @@ class NSClassDescription extends NSObject { static NSClassDescription new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_new1); return NSClassDescription._(_ret, _lib, retain: false, release: true); } @@ -48011,7 +48014,7 @@ class NSClassDescription extends NSObject { static NSClassDescription alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_alloc1); return NSClassDescription._(_ret, _lib, retain: false, release: true); } @@ -48128,10 +48131,10 @@ class NSScriptObjectSpecifier extends NSObject { } NSScriptObjectSpecifier - initWithContainerClassDescription_containerSpecifier_key_( - NSScriptClassDescription? classDesc, - NSScriptObjectSpecifier? container, - NSString? property) { + initWithContainerClassDescription_containerSpecifier_key_( + NSScriptClassDescription? classDesc, + NSScriptObjectSpecifier? container, + NSString? property) { final _ret = _lib._objc_msgSend_598( _id, _lib._sel_initWithContainerClassDescription_containerSpecifier_key_1, @@ -48204,7 +48207,7 @@ class NSScriptObjectSpecifier extends NSObject { NSScriptClassDescription? get containerClassDescription { final _ret = - _lib._objc_msgSend_584(_id, _lib._sel_containerClassDescription1); + _lib._objc_msgSend_584(_id, _lib._sel_containerClassDescription1); return _ret.address == 0 ? null : NSScriptClassDescription._(_ret, _lib, retain: true, release: true); @@ -48239,7 +48242,7 @@ class NSScriptObjectSpecifier extends NSObject { NSObject get objectsByEvaluatingSpecifier { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_objectsByEvaluatingSpecifier1); + _lib._objc_msgSend_2(_id, _lib._sel_objectsByEvaluatingSpecifier1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -48254,7 +48257,7 @@ class NSScriptObjectSpecifier extends NSObject { NSScriptObjectSpecifier? get evaluationErrorSpecifier { final _ret = - _lib._objc_msgSend_588(_id, _lib._sel_evaluationErrorSpecifier1); + _lib._objc_msgSend_588(_id, _lib._sel_evaluationErrorSpecifier1); return _ret.address == 0 ? null : NSScriptObjectSpecifier._(_ret, _lib, retain: true, release: true); @@ -48472,13 +48475,13 @@ class NSAppleEventDescriptor extends NSObject { } static NSAppleEventDescriptor - appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_( - SentryCocoa _lib, - int eventClass, - int eventID, - NSAppleEventDescriptor? targetDescriptor, - int returnID, - int transactionID) { + appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_( + SentryCocoa _lib, + int eventClass, + int eventID, + NSAppleEventDescriptor? targetDescriptor, + int returnID, + int transactionID) { final _ret = _lib._objc_msgSend_568( _lib._class_NSAppleEventDescriptor1, _lib._sel_appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_1, @@ -48535,7 +48538,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor initWithAEDescNoCopy_(ffi.Pointer aeDesc) { final _ret = - _lib._objc_msgSend_569(_id, _lib._sel_initWithAEDescNoCopy_1, aeDesc); + _lib._objc_msgSend_569(_id, _lib._sel_initWithAEDescNoCopy_1, aeDesc); return NSAppleEventDescriptor._(_ret, _lib, retain: false, release: true); } @@ -48561,12 +48564,12 @@ class NSAppleEventDescriptor extends NSObject { } NSAppleEventDescriptor - initWithEventClass_eventID_targetDescriptor_returnID_transactionID_( - int eventClass, - int eventID, - NSAppleEventDescriptor? targetDescriptor, - int returnID, - int transactionID) { + initWithEventClass_eventID_targetDescriptor_returnID_transactionID_( + int eventClass, + int eventID, + NSAppleEventDescriptor? targetDescriptor, + int returnID, + int transactionID) { final _ret = _lib._objc_msgSend_572( _id, _lib._sel_initWithEventClass_eventID_targetDescriptor_returnID_transactionID_1, @@ -48716,7 +48719,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor descriptorAtIndex_(int index) { final _ret = - _lib._objc_msgSend_578(_id, _lib._sel_descriptorAtIndex_1, index); + _lib._objc_msgSend_578(_id, _lib._sel_descriptorAtIndex_1, index); return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true); } @@ -48732,7 +48735,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor descriptorForKeyword_(int keyword) { final _ret = - _lib._objc_msgSend_562(_id, _lib._sel_descriptorForKeyword_1, keyword); + _lib._objc_msgSend_562(_id, _lib._sel_descriptorForKeyword_1, keyword); return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true); } @@ -48987,7 +48990,7 @@ class NSScriptClassDescription extends NSClassDescription { NSString? get defaultSubcontainerAttributeKey { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_defaultSubcontainerAttributeKey1); + _lib._objc_msgSend_20(_id, _lib._sel_defaultSubcontainerAttributeKey1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -49448,7 +49451,7 @@ class NSScriptCommand extends NSObject { NSObject performDefaultImplementation() { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_performDefaultImplementation1); + _lib._objc_msgSend_2(_id, _lib._sel_performDefaultImplementation1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -49537,7 +49540,7 @@ class NSScriptCommand extends NSObject { static NSScriptCommand new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_new1); return NSScriptCommand._(_ret, _lib, retain: false, release: true); } @@ -49550,7 +49553,7 @@ class NSScriptCommand extends NSObject { static NSScriptCommand alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_alloc1); return NSScriptCommand._(_ret, _lib, retain: false, release: true); } @@ -49664,11 +49667,11 @@ class NSItemProvider extends NSObject { } void - registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_( - NSString? typeIdentifier, - int fileOptions, - int visibility, - ObjCBlock_NSProgress_ffiVoidNSURLboolNSError loadHandler) { + registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_( + NSString? typeIdentifier, + int fileOptions, + int visibility, + ObjCBlock_NSProgress_ffiVoidNSURLboolNSError loadHandler) { _lib._objc_msgSend_624( _id, _lib._sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1, @@ -49680,7 +49683,7 @@ class NSItemProvider extends NSObject { NSArray? get registeredTypeIdentifiers { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_registeredTypeIdentifiers1); + _lib._objc_msgSend_79(_id, _lib._sel_registeredTypeIdentifiers1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -49810,7 +49813,7 @@ class NSItemProvider extends NSObject { void registerItemForTypeIdentifier_loadHandler_( NSString? typeIdentifier, ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - loadHandler) { + loadHandler) { _lib._objc_msgSend_633( _id, _lib._sel_registerItemForTypeIdentifier_loadHandler_1, @@ -49831,7 +49834,7 @@ class NSItemProvider extends NSObject { } ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - get previewImageHandler { + get previewImageHandler { final _ret = _lib._objc_msgSend_635(_id, _lib._sel_previewImageHandler1); return ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary._( _ret, _lib); @@ -49839,7 +49842,7 @@ class NSItemProvider extends NSObject { set previewImageHandler( ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - value) { + value) { return _lib._objc_msgSend_636( _id, _lib._sel_setPreviewImageHandler_1, value._id); } @@ -49855,7 +49858,7 @@ class NSItemProvider extends NSObject { static NSItemProvider new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_new1); return NSItemProvider._(_ret, _lib, retain: false, release: true); } @@ -49868,7 +49871,7 @@ class NSItemProvider extends NSObject { static NSItemProvider alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_alloc1); return NSItemProvider._(_ret, _lib, retain: false, release: true); } @@ -49948,33 +49951,33 @@ abstract class NSItemProviderRepresentationVisibility { } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry = - {}; +{}; int _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(Function fn) { +_ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(Function fn) { final id = ++_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidNSDataNSError extends _ObjCBlockBase { @@ -49986,45 +49989,45 @@ class ObjCBlock_NSProgress_ffiVoidNSDataNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidNSDataNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidNSDataNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer<_ObjCBlock> arg0)>>() + .asFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50149,7 +50152,7 @@ class NSProgress extends NSObject { NSString? get localizedAdditionalDescription { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedAdditionalDescription1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedAdditionalDescription1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -50380,7 +50383,7 @@ class NSProgress extends NSObject { static NSProgress alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProgress1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProgress1, _lib._sel_alloc1); return NSProgress._(_ret, _lib, retain: false, release: true); } @@ -50456,11 +50459,11 @@ ffi.Pointer<_ObjCBlock> _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0)>>() .asFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer arg0)>()(arg0); + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer arg0)>()(arg0); } final _ObjCBlock_ffiVoid_NSProgress_closureRegistry = {}; @@ -50475,8 +50478,8 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSProgress_registerClosure( ffi.Pointer<_ObjCBlock> _ObjCBlock_ffiVoid_NSProgress_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSProgress_closureRegistry[ - block.ref.target.address] - as ffi.Pointer<_ObjCBlock> Function(ffi.Pointer))(arg0); + block.ref.target.address] + as ffi.Pointer<_ObjCBlock> Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSProgress extends _ObjCBlockBase { @@ -50487,45 +50490,45 @@ class ObjCBlock_ffiVoid_NSProgress extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSProgress.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSProgress.fromFunction(SentryCocoa lib, ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSProgress_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSProgress_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSProgress_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSProgress_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer<_ObjCBlock> call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + ffi.Pointer arg0)>>() + .asFunction< + ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -50535,12 +50538,12 @@ void _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSData_NSError_closureRegistry = {}; @@ -50557,9 +50560,9 @@ void _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSData_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSData_NSError extends _ObjCBlockBase { @@ -50571,53 +50574,53 @@ class ObjCBlock_ffiVoid_NSData_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -50626,34 +50629,34 @@ abstract class NSItemProviderFileOptions { } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry = - {}; +{}; int _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure(Function fn) { +_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure(Function fn) { final id = - ++_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex; + ++_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidNSURLboolNSError extends _ObjCBlockBase { @@ -50665,46 +50668,46 @@ class ObjCBlock_NSProgress_ffiVoidNSURLboolNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidNSURLboolNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidNSURLboolNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer<_ObjCBlock> arg0)>>() + .asFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50715,12 +50718,12 @@ void _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureRegistry = {}; @@ -50738,9 +50741,9 @@ void _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURL_bool_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURL_bool_NSError extends _ObjCBlockBase { @@ -50752,59 +50755,59 @@ class ObjCBlock_ffiVoid_NSURL_bool_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_bool_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_bool_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_bool_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_bool_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -50814,12 +50817,12 @@ void _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSURL_NSError_closureRegistry = {}; @@ -50836,9 +50839,9 @@ void _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSURL_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSURL_NSError extends _ObjCBlockBase { @@ -50849,86 +50852,86 @@ class ObjCBlock_ffiVoid_NSURL_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry = - {}; +{}; int _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( - Function fn) { +_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex; + ++_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { +_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidObjCObjectNSError extends _ObjCBlockBase { @@ -50940,46 +50943,46 @@ class ObjCBlock_NSProgress_ffiVoidObjCObjectNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidObjCObjectNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidObjCObjectNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() - .asFunction< + ffi.NativeFunction< ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer<_ObjCBlock> arg0)>>() + .asFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50989,12 +50992,12 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ObjCObject_NSError_closureRegistry = {}; @@ -51011,9 +51014,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_ObjCObject_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_ObjCObject_NSError extends _ObjCBlockBase { @@ -51025,100 +51028,100 @@ class ObjCBlock_ffiVoid_ObjCObject_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } void - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2) { +_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex = - 0; +0; ffi.Pointer - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry[ - id] = fn; + id] = fn; return ffi.Pointer.fromAddress(id); } void - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2) { +_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer<_ObjCBlock>, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer<_ObjCBlock>, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary @@ -51131,62 +51134,62 @@ class ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary.fromFunction( SentryCocoa lib, void Function(ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -51267,7 +51270,7 @@ class NSMutableString extends NSString { NSMutableString initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_642(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_642(_id, _lib._sel_initWithCapacity_1, capacity); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -51426,11 +51429,11 @@ class NSMutableString extends NSString { @override NSMutableString - initWithValidatedFormat_validFormatSpecifiers_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_352( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1, @@ -51443,12 +51446,12 @@ class NSMutableString extends NSString { @override NSMutableString - initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - NSObject locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + NSObject locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_353( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, @@ -51506,7 +51509,7 @@ class NSMutableString extends NSString { static NSMutableString string(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_string1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_string1); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -51558,11 +51561,11 @@ class NSMutableString extends NSString { } static NSMutableString - localizedStringWithValidatedFormat_validFormatSpecifiers_error_( - SentryCocoa _lib, - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer> error) { + localizedStringWithValidatedFormat_validFormatSpecifiers_error_( + SentryCocoa _lib, + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_350( _lib._class_NSMutableString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, @@ -51696,12 +51699,12 @@ class NSMutableString extends NSString { } static int - stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( - SentryCocoa _lib, - NSData? data, - NSDictionary? opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion) { + stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( + SentryCocoa _lib, + NSData? data, + NSDictionary? opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion) { return _lib._objc_msgSend_363( _lib._class_NSMutableString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, @@ -51745,7 +51748,7 @@ class NSMutableString extends NSString { static NSMutableString new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_new1); return NSMutableString._(_ret, _lib, retain: false, release: true); } @@ -51758,7 +51761,7 @@ class NSMutableString extends NSString { static NSMutableString alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_alloc1); return NSMutableString._(_ret, _lib, retain: false, release: true); } @@ -51913,7 +51916,7 @@ class NSNotification extends NSObject { static NSNotification new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_new1); return NSNotification._(_ret, _lib, retain: false, release: true); } @@ -51926,7 +51929,7 @@ class NSNotification extends NSObject { static NSNotification alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_alloc1); return NSNotification._(_ret, _lib, retain: false, release: true); } @@ -52023,7 +52026,7 @@ class NSBundle extends NSObject { static NSBundle? getMainBundle(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_644(_lib._class_NSBundle1, _lib._sel_mainBundle1); + _lib._objc_msgSend_644(_lib._class_NSBundle1, _lib._sel_mainBundle1); return _ret.address == 0 ? null : NSBundle._(_ret, _lib, retain: true, release: true); @@ -52068,7 +52071,7 @@ class NSBundle extends NSObject { static NSArray? getAllBundles(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allBundles1); + _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allBundles1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -52076,7 +52079,7 @@ class NSBundle extends NSObject { static NSArray? getAllFrameworks(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allFrameworks1); + _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allFrameworks1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -52392,7 +52395,7 @@ class NSBundle extends NSObject { NSDictionary? get localizedInfoDictionary { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_localizedInfoDictionary1); + _lib._objc_msgSend_170(_id, _lib._sel_localizedInfoDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -52801,7 +52804,7 @@ class NSAttributedString extends NSObject { static NSAttributedString new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_new1); return NSAttributedString._(_ret, _lib, retain: false, release: true); } @@ -52814,7 +52817,7 @@ class NSAttributedString extends NSObject { static NSAttributedString alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_alloc1); return NSAttributedString._(_ret, _lib, retain: false, release: true); } @@ -52889,7 +52892,7 @@ class NSAttributedString extends NSObject { abstract class NSAttributedStringEnumerationOptions { static const int NSAttributedStringEnumerationReverse = 2; static const int - NSAttributedStringEnumerationLongestEffectiveRangeNotRequired = 1048576; + NSAttributedStringEnumerationLongestEffectiveRangeNotRequired = 1048576; } void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline( @@ -52899,21 +52902,21 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -52924,9 +52927,9 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSDictionary_NSRange_bool extends _ObjCBlockBase { @@ -52938,60 +52941,60 @@ class ObjCBlock_ffiVoid_NSDictionary_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -53002,19 +53005,19 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -53026,9 +53029,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_NSRange_bool extends _ObjCBlockBase { @@ -53040,59 +53043,59 @@ class ObjCBlock_ffiVoid_ObjCObject_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -53104,7 +53107,7 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { /// Returns a [NSAttributedStringMarkdownParsingOptions] that points to the same underlying object as [other]. static NSAttributedStringMarkdownParsingOptions - castFrom(T other) { + castFrom(T other) { return NSAttributedStringMarkdownParsingOptions._(other._id, other._lib, retain: true, release: true); } @@ -53278,22 +53281,22 @@ abstract class NSAttributedStringMarkdownInterpretedSyntax { static const int NSAttributedStringMarkdownInterpretedSyntaxFull = 0; static const int NSAttributedStringMarkdownInterpretedSyntaxInlineOnly = 1; static const int - NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace = - 2; + NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace = + 2; } abstract class NSAttributedStringMarkdownParsingFailurePolicy { static const int NSAttributedStringMarkdownParsingFailureReturnError = 0; static const int - NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible = - 1; + NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible = + 1; } abstract class NSAttributedStringFormattingOptions { static const int - NSAttributedStringFormattingInsertArgumentAttributesWithoutMerging = 1; + NSAttributedStringFormattingInsertArgumentAttributesWithoutMerging = 1; static const int NSAttributedStringFormattingApplyReplacementIndexAttribute = - 2; + 2; } class NSMutableAttributedString extends NSAttributedString { @@ -53424,11 +53427,11 @@ class NSMutableAttributedString extends NSAttributedString { @override NSMutableAttributedString - initWithContentsOfMarkdownFileAtURL_options_baseURL_error_( - NSURL? markdownFile, - NSAttributedStringMarkdownParsingOptions? options, - NSURL? baseURL, - ffi.Pointer> error) { + initWithContentsOfMarkdownFileAtURL_options_baseURL_error_( + NSURL? markdownFile, + NSAttributedStringMarkdownParsingOptions? options, + NSURL? baseURL, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_669( _id, _lib._sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1, @@ -53944,7 +53947,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -53957,7 +53960,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get veryShortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -53984,7 +53987,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get standaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -53997,7 +54000,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54051,7 +54054,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get standaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54064,7 +54067,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54120,7 +54123,7 @@ class NSDateFormatter extends NSFormatter { static NSDateFormatter new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_new1); return NSDateFormatter._(_ret, _lib, retain: false, release: true); } @@ -54133,7 +54136,7 @@ class NSDateFormatter extends NSFormatter { static NSDateFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_alloc1); return NSDateFormatter._(_ret, _lib, retain: false, release: true); } @@ -54230,7 +54233,7 @@ class NSFormatter extends NSObject { NSString stringForObjectValue_(NSObject obj) { final _ret = - _lib._objc_msgSend_65(_id, _lib._sel_stringForObjectValue_1, obj._id); + _lib._objc_msgSend_65(_id, _lib._sel_stringForObjectValue_1, obj._id); return NSString._(_ret, _lib, retain: true, release: true); } @@ -54275,12 +54278,12 @@ class NSFormatter extends NSObject { } bool - isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_( - ffi.Pointer> partialStringPtr, - ffi.Pointer<_NSRange> proposedSelRangePtr, - NSString? origString, - _NSRange origSelRange, - ffi.Pointer> error) { + isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_( + ffi.Pointer> partialStringPtr, + ffi.Pointer<_NSRange> proposedSelRangePtr, + NSString? origString, + _NSRange origSelRange, + ffi.Pointer> error) { return _lib._objc_msgSend_689( _id, _lib._sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1, @@ -54311,7 +54314,7 @@ class NSFormatter extends NSObject { static NSFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFormatter1, _lib._sel_alloc1); return NSFormatter._(_ret, _lib, retain: false, release: true); } @@ -54554,7 +54557,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54562,7 +54565,7 @@ class NSCalendar extends NSObject { NSArray? get veryShortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54591,7 +54594,7 @@ class NSCalendar extends NSObject { NSArray? get standaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54599,7 +54602,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54629,7 +54632,7 @@ class NSCalendar extends NSObject { NSArray? get standaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54637,7 +54640,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54806,15 +54809,15 @@ class NSCalendar extends NSObject { } NSDate - dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_( - int eraValue, - int yearValue, - int weekValue, - int weekdayValue, - int hourValue, - int minuteValue, - int secondValue, - int nanosecondValue) { + dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_( + int eraValue, + int yearValue, + int weekValue, + int weekdayValue, + int hourValue, + int minuteValue, + int secondValue, + int nanosecondValue) { final _ret = _lib._objc_msgSend_716( _id, _lib._sel_dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_1, @@ -55037,7 +55040,7 @@ class NSCalendar extends NSObject { static NSCalendar alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendar1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCalendar1, _lib._sel_alloc1); return NSCalendar._(_ret, _lib, retain: false, release: true); } @@ -55352,7 +55355,7 @@ class NSDateComponents extends NSObject { static NSDateComponents new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_new1); return NSDateComponents._(_ret, _lib, retain: false, release: true); } @@ -55365,7 +55368,7 @@ class NSDateComponents extends NSObject { static NSDateComponents alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_alloc1); return NSDateComponents._(_ret, _lib, retain: false, release: true); } @@ -55455,12 +55458,12 @@ void _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSDate_bool_bool_closureRegistry = {}; @@ -55478,9 +55481,9 @@ void _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSDate_bool_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSDate_bool_bool extends _ObjCBlockBase { @@ -55492,59 +55495,59 @@ class ObjCBlock_ffiVoid_NSDate_bool_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDate_bool_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDate_bool_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDate_bool_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDate_bool_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -55677,7 +55680,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForNegativeValues { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNegativeValues1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNegativeValues1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55704,7 +55707,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForPositiveValues { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForPositiveValues1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForPositiveValues1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55748,7 +55751,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get currencyDecimalSeparator { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_currencyDecimalSeparator1); + _lib._objc_msgSend_20(_id, _lib._sel_currencyDecimalSeparator1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -55842,7 +55845,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForNotANumber { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNotANumber1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNotANumber1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55981,7 +55984,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get internationalCurrencySymbol { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_internationalCurrencySymbol1); + _lib._objc_msgSend_20(_id, _lib._sel_internationalCurrencySymbol1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -56191,7 +56194,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get currencyGroupingSeparator { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_currencyGroupingSeparator1); + _lib._objc_msgSend_20(_id, _lib._sel_currencyGroupingSeparator1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -56290,7 +56293,7 @@ class NSNumberFormatter extends NSFormatter { NSAttributedString? get attributedStringForZero { final _ret = - _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForZero1); + _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForZero1); return _ret.address == 0 ? null : NSAttributedString._(_ret, _lib, retain: true, release: true); @@ -56315,7 +56318,7 @@ class NSNumberFormatter extends NSFormatter { NSAttributedString? get attributedStringForNotANumber { final _ret = - _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForNotANumber1); + _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForNotANumber1); return _ret.address == 0 ? null : NSAttributedString._(_ret, _lib, retain: true, release: true); @@ -56348,7 +56351,7 @@ class NSNumberFormatter extends NSFormatter { static NSNumberFormatter new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_new1); return NSNumberFormatter._(_ret, _lib, retain: false, release: true); } @@ -56361,7 +56364,7 @@ class NSNumberFormatter extends NSFormatter { static NSNumberFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_alloc1); return NSNumberFormatter._(_ret, _lib, retain: false, release: true); } @@ -56504,13 +56507,13 @@ class NSDecimalNumberHandler extends NSObject { } NSDecimalNumberHandler - initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero) { + initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { final _ret = _lib._objc_msgSend_746( _id, _lib._sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, @@ -56524,14 +56527,14 @@ class NSDecimalNumberHandler extends NSObject { } static NSDecimalNumberHandler - decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( - SentryCocoa _lib, - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero) { + decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + SentryCocoa _lib, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { final _ret = _lib._objc_msgSend_746( _lib._class_NSDecimalNumberHandler1, _lib._sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, @@ -56967,7 +56970,7 @@ class NSException extends NSObject { NSArray? get callStackReturnAddresses { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_callStackReturnAddresses1); + _lib._objc_msgSend_79(_id, _lib._sel_callStackReturnAddresses1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -57019,7 +57022,7 @@ class NSException extends NSObject { static NSException alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSException1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSException1, _lib._sel_alloc1); return NSException._(_ret, _lib, retain: false, release: true); } @@ -57334,7 +57337,7 @@ class NSFileHandle extends NSObject { NSFileHandle initWithFileDescriptor_(int fd) { final _ret = - _lib._objc_msgSend_771(_id, _lib._sel_initWithFileDescriptor_1, fd); + _lib._objc_msgSend_771(_id, _lib._sel_initWithFileDescriptor_1, fd); return NSFileHandle._(_ret, _lib, retain: true, release: true); } @@ -57349,7 +57352,7 @@ class NSFileHandle extends NSObject { NSData readDataOfLength_(int length) { final _ret = - _lib._objc_msgSend_330(_id, _lib._sel_readDataOfLength_1, length); + _lib._objc_msgSend_330(_id, _lib._sel_readDataOfLength_1, length); return NSData._(_ret, _lib, retain: true, release: true); } @@ -57390,7 +57393,7 @@ class NSFileHandle extends NSObject { static NSFileHandle new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_new1); return NSFileHandle._(_ret, _lib, retain: false, release: true); } @@ -57403,7 +57406,7 @@ class NSFileHandle extends NSObject { static NSFileHandle alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_alloc1); return NSFileHandle._(_ret, _lib, retain: false, release: true); } @@ -57479,7 +57482,7 @@ void _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -57506,42 +57509,42 @@ class ObjCBlock_ffiVoid_NSFileHandle extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSFileHandle.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSFileHandle.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSFileHandle_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSFileHandle_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSFileHandle_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSFileHandle_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -57660,7 +57663,7 @@ class NSHTTPCookieStorage extends NSObject { static NSHTTPCookieStorage new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookieStorage1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookieStorage1, _lib._sel_new1); return NSHTTPCookieStorage._(_ret, _lib, retain: false, release: true); } @@ -57892,7 +57895,7 @@ class NSHTTPCookie extends NSObject { static NSHTTPCookie new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_new1); return NSHTTPCookie._(_ret, _lib, retain: false, release: true); } @@ -57905,7 +57908,7 @@ class NSHTTPCookie extends NSObject { static NSHTTPCookie alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_alloc1); return NSHTTPCookie._(_ret, _lib, retain: false, release: true); } @@ -58160,7 +58163,7 @@ class NSURLSessionTask extends NSObject { static NSURLSessionTask new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_new1); return NSURLSessionTask._(_ret, _lib, retain: false, release: true); } @@ -58173,7 +58176,7 @@ class NSURLSessionTask extends NSObject { static NSURLSessionTask alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_alloc1); return NSURLSessionTask._(_ret, _lib, retain: false, release: true); } @@ -58408,7 +58411,7 @@ class NSURLRequest extends NSObject { static NSURLRequest new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_new1); return NSURLRequest._(_ret, _lib, retain: false, release: true); } @@ -58421,7 +58424,7 @@ class NSURLRequest extends NSObject { static NSURLRequest alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_alloc1); return NSURLRequest._(_ret, _lib, retain: false, release: true); } @@ -58645,7 +58648,7 @@ class NSInputStream extends NSStream { static NSInputStream new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_new1); return NSInputStream._(_ret, _lib, retain: false, release: true); } @@ -58658,7 +58661,7 @@ class NSInputStream extends NSStream { static NSInputStream alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_alloc1); return NSInputStream._(_ret, _lib, retain: false, release: true); } @@ -58775,7 +58778,7 @@ class NSStream extends NSObject { NSObject propertyForKey_(NSString key) { final _ret = - _lib._objc_msgSend_30(_id, _lib._sel_propertyForKey_1, key._id); + _lib._objc_msgSend_30(_id, _lib._sel_propertyForKey_1, key._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -59089,7 +59092,7 @@ class NSOutputStream extends NSStream { static NSOutputStream new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_new1); return NSOutputStream._(_ret, _lib, retain: false, release: true); } @@ -59102,7 +59105,7 @@ class NSOutputStream extends NSStream { static NSOutputStream alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_alloc1); return NSOutputStream._(_ret, _lib, retain: false, release: true); } @@ -59198,7 +59201,7 @@ class NSHost extends NSObject { static NSHost currentHost(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHost1, _lib._sel_currentHost1); + _lib._objc_msgSend_2(_lib._class_NSHost1, _lib._sel_currentHost1); return NSHost._(_ret, _lib, retain: true, release: true); } @@ -59433,7 +59436,7 @@ class NSURLResponse extends NSObject { static NSURLResponse new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_new1); return NSURLResponse._(_ret, _lib, retain: false, release: true); } @@ -59446,7 +59449,7 @@ class NSURLResponse extends NSObject { static NSURLResponse alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_alloc1); return NSURLResponse._(_ret, _lib, retain: false, release: true); } @@ -59529,7 +59532,7 @@ void _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -59544,7 +59547,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSArray_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSArray_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSArray_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSArray extends _ObjCBlockBase { @@ -59555,42 +59558,42 @@ class ObjCBlock_ffiVoid_NSArray extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSArray.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSArray.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSArray_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSArray_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSArray_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSArray_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -59644,13 +59647,13 @@ class NSIndexPath extends NSObject { NSIndexPath indexPathByAddingIndex_(int index) { final _ret = - _lib._objc_msgSend_803(_id, _lib._sel_indexPathByAddingIndex_1, index); + _lib._objc_msgSend_803(_id, _lib._sel_indexPathByAddingIndex_1, index); return NSIndexPath._(_ret, _lib, retain: true, release: true); } NSIndexPath indexPathByRemovingLastIndex() { final _ret = - _lib._objc_msgSend_804(_id, _lib._sel_indexPathByRemovingLastIndex1); + _lib._objc_msgSend_804(_id, _lib._sel_indexPathByRemovingLastIndex1); return NSIndexPath._(_ret, _lib, retain: true, release: true); } @@ -59697,7 +59700,7 @@ class NSIndexPath extends NSObject { static NSIndexPath alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexPath1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSIndexPath1, _lib._sel_alloc1); return NSIndexPath._(_ret, _lib, retain: false, release: true); } @@ -59819,7 +59822,7 @@ class NSInflectionRule extends NSObject { static NSInflectionRule new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_new1); return NSInflectionRule._(_ret, _lib, retain: false, release: true); } @@ -59832,7 +59835,7 @@ class NSInflectionRule extends NSObject { static NSInflectionRule alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_alloc1); return NSInflectionRule._(_ret, _lib, retain: false, release: true); } @@ -59987,7 +59990,7 @@ class NSMorphology extends NSObject { static NSMorphology new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_new1); return NSMorphology._(_ret, _lib, retain: false, release: true); } @@ -60000,7 +60003,7 @@ class NSMorphology extends NSObject { static NSMorphology alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_alloc1); return NSMorphology._(_ret, _lib, retain: false, release: true); } @@ -60439,7 +60442,7 @@ class NSOperationQueue extends NSObject { static NSOperationQueue new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_new1); return NSOperationQueue._(_ret, _lib, retain: false, release: true); } @@ -60452,7 +60455,7 @@ class NSOperationQueue extends NSObject { static NSOperationQueue alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_alloc1); return NSOperationQueue._(_ret, _lib, retain: false, release: true); } @@ -60670,7 +60673,7 @@ class NSOperation extends NSObject { static NSOperation alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperation1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOperation1, _lib._sel_alloc1); return NSOperation._(_ret, _lib, retain: false, release: true); } @@ -60775,7 +60778,7 @@ class NSPointerArray extends NSObject { NSPointerArray initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); return NSPointerArray._(_ret, _lib, retain: true, release: true); } @@ -60881,7 +60884,7 @@ class NSPointerArray extends NSObject { static NSPointerArray new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_new1); return NSPointerArray._(_ret, _lib, retain: false, release: true); } @@ -60894,7 +60897,7 @@ class NSPointerArray extends NSObject { static NSPointerArray alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_alloc1); return NSPointerArray._(_ret, _lib, retain: false, release: true); } @@ -61008,7 +61011,7 @@ class NSPointerFunctions extends NSObject { NSPointerFunctions initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); return NSPointerFunctions._(_ret, _lib, retain: true, release: true); } @@ -61020,106 +61023,106 @@ class NSPointerFunctions extends NSObject { } ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get hashFunction { + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get hashFunction { return _lib._objc_msgSend_827(_id, _lib._sel_hashFunction1); } set hashFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { return _lib._objc_msgSend_828(_id, _lib._sel_setHashFunction_1, value); } ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get isEqualFunction { + return _lib._objc_msgSend_829(_id, _lib._sel_isEqualFunction1); + } + + set isEqualFunction( + ffi.Pointer< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer< ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get isEqualFunction { - return _lib._objc_msgSend_829(_id, _lib._sel_isEqualFunction1); - } - - set isEqualFunction( - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { return _lib._objc_msgSend_830(_id, _lib._sel_setIsEqualFunction_1, value); } ffi.Pointer< - ffi.NativeFunction)>> - get sizeFunction { + ffi.NativeFunction)>> + get sizeFunction { return _lib._objc_msgSend_831(_id, _lib._sel_sizeFunction1); } set sizeFunction( ffi.Pointer< - ffi + ffi .NativeFunction)>> - value) { + value) { return _lib._objc_msgSend_832(_id, _lib._sel_setSizeFunction_1, value); } ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - get descriptionFunction { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + get descriptionFunction { return _lib._objc_msgSend_833(_id, _lib._sel_descriptionFunction1); } set descriptionFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - value) { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + value) { return _lib._objc_msgSend_834( _id, _lib._sel_setDescriptionFunction_1, value); } ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get relinquishFunction { + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get relinquishFunction { return _lib._objc_msgSend_835(_id, _lib._sel_relinquishFunction1); } set relinquishFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { return _lib._objc_msgSend_836( _id, _lib._sel_setRelinquishFunction_1, value); } @@ -61137,15 +61140,15 @@ class NSPointerFunctions extends NSObject { set acquireFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>, - ffi.Bool)>> - value) { + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>, + ffi.Bool)>> + value) { return _lib._objc_msgSend_838(_id, _lib._sel_setAcquireFunction_1, value); } @@ -61175,7 +61178,7 @@ class NSPointerFunctions extends NSObject { static NSPointerFunctions new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_new1); return NSPointerFunctions._(_ret, _lib, retain: false, release: true); } @@ -61188,7 +61191,7 @@ class NSPointerFunctions extends NSObject { static NSPointerFunctions alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_alloc1); return NSPointerFunctions._(_ret, _lib, retain: false, release: true); } @@ -61346,7 +61349,7 @@ class NSProcessInfo extends NSObject { NSString? get operatingSystemVersionString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_operatingSystemVersionString1); + _lib._objc_msgSend_20(_id, _lib._sel_operatingSystemVersionString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -61476,7 +61479,7 @@ class NSProcessInfo extends NSObject { static NSProcessInfo new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_new1); return NSProcessInfo._(_ret, _lib, retain: false, release: true); } @@ -61489,7 +61492,7 @@ class NSProcessInfo extends NSObject { static NSProcessInfo alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_alloc1); return NSProcessInfo._(_ret, _lib, retain: false, release: true); } @@ -61604,7 +61607,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_bool_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_bool_closureTrampoline( ffi.Pointer<_ObjCBlock> block, bool arg0) { return (_ObjCBlock_ffiVoid_bool_closureRegistry[block.ref.target.address] - as void Function(bool))(arg0); + as void Function(bool))(arg0); } class ObjCBlock_ffiVoid_bool extends _ObjCBlockBase { @@ -61615,38 +61618,38 @@ class ObjCBlock_ffiVoid_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_bool.fromFunctionPointer(SentryCocoa lib, ffi.Pointer> ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( - _ObjCBlock_ffiVoid_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( + _ObjCBlock_ffiVoid_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_bool.fromFunction( SentryCocoa lib, void Function(bool arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( - _ObjCBlock_ffiVoid_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( + _ObjCBlock_ffiVoid_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(bool arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>>() .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, bool arg0)>()(_id, arg0); + void Function( + ffi.Pointer<_ObjCBlock> block, bool arg0)>()(_id, arg0); } } @@ -61827,8 +61830,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - dateCheckingResultWithRange_date_timeZone_duration_(SentryCocoa _lib, - _NSRange range, NSDate? date, NSTimeZone? timeZone, double duration) { + dateCheckingResultWithRange_date_timeZone_duration_(SentryCocoa _lib, + _NSRange range, NSDate? date, NSTimeZone? timeZone, double duration) { final _ret = _lib._objc_msgSend_872( _lib._class_NSTextCheckingResult1, _lib._sel_dateCheckingResultWithRange_date_timeZone_duration_1, @@ -61880,8 +61883,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - replacementCheckingResultWithRange_replacementString_( - SentryCocoa _lib, _NSRange range, NSString? replacementString) { + replacementCheckingResultWithRange_replacementString_( + SentryCocoa _lib, _NSRange range, NSString? replacementString) { final _ret = _lib._objc_msgSend_875( _lib._class_NSTextCheckingResult1, _lib._sel_replacementCheckingResultWithRange_replacementString_1, @@ -61891,8 +61894,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - correctionCheckingResultWithRange_replacementString_( - SentryCocoa _lib, _NSRange range, NSString? replacementString) { + correctionCheckingResultWithRange_replacementString_( + SentryCocoa _lib, _NSRange range, NSString? replacementString) { final _ret = _lib._objc_msgSend_875( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_1, @@ -61902,11 +61905,11 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - correctionCheckingResultWithRange_replacementString_alternativeStrings_( - SentryCocoa _lib, - _NSRange range, - NSString? replacementString, - NSArray? alternativeStrings) { + correctionCheckingResultWithRange_replacementString_alternativeStrings_( + SentryCocoa _lib, + _NSRange range, + NSString? replacementString, + NSArray? alternativeStrings) { final _ret = _lib._objc_msgSend_876( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1, @@ -61917,11 +61920,11 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - regularExpressionCheckingResultWithRanges_count_regularExpression_( - SentryCocoa _lib, - ffi.Pointer<_NSRange> ranges, - int count, - NSRegularExpression? regularExpression) { + regularExpressionCheckingResultWithRanges_count_regularExpression_( + SentryCocoa _lib, + ffi.Pointer<_NSRange> ranges, + int count, + NSRegularExpression? regularExpression) { final _ret = _lib._objc_msgSend_877( _lib._class_NSTextCheckingResult1, _lib._sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1, @@ -61942,8 +61945,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - transitInformationCheckingResultWithRange_components_( - SentryCocoa _lib, _NSRange range, NSDictionary? components) { + transitInformationCheckingResultWithRange_components_( + SentryCocoa _lib, _NSRange range, NSDictionary? components) { final _ret = _lib._objc_msgSend_873( _lib._class_NSTextCheckingResult1, _lib._sel_transitInformationCheckingResultWithRange_components_1, @@ -61960,7 +61963,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSTextCheckingResult1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSTextCheckingResult1, _lib._sel_new1); return NSTextCheckingResult._(_ret, _lib, retain: false, release: true); } @@ -62241,7 +62244,7 @@ class NSRegularExpression extends NSObject { static NSRegularExpression new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSRegularExpression1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSRegularExpression1, _lib._sel_new1); return NSRegularExpression._(_ret, _lib, retain: false, release: true); } @@ -62345,45 +62348,45 @@ abstract class NSMatchingOptions { } void - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2) { +_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Int32 arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Int32 arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex = - 0; +0; ffi.Pointer - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry[ - id] = fn; + id] = fn; return ffi.Pointer.fromAddress(id); } void - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2) { +_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool @@ -62396,60 +62399,60 @@ class ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Int32 arg1, ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Int32 arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Int32 arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Int32 arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Int32 arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -62610,7 +62613,7 @@ class NSURLCache extends NSObject { static NSURLCache alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCache1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLCache1, _lib._sel_alloc1); return NSURLCache._(_ret, _lib, retain: false, release: true); } @@ -62761,7 +62764,7 @@ class NSCachedURLResponse extends NSObject { static NSCachedURLResponse new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCachedURLResponse1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCachedURLResponse1, _lib._sel_new1); return NSCachedURLResponse._(_ret, _lib, retain: false, release: true); } @@ -62884,7 +62887,7 @@ class NSURLSessionDataTask extends NSURLSessionTask { static NSURLSessionDataTask new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionDataTask1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionDataTask1, _lib._sel_new1); return NSURLSessionDataTask._(_ret, _lib, retain: false, release: true); } @@ -62973,12 +62976,12 @@ void _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } final _ObjCBlock_ffiVoid_NSCachedURLResponse_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSCachedURLResponse_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure( Function fn) { @@ -63002,42 +63005,42 @@ class ObjCBlock_ffiVoid_NSCachedURLResponse extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSCachedURLResponse.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSCachedURLResponse.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSCachedURLResponse_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSCachedURLResponse_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -63173,7 +63176,7 @@ class NSURLConnection extends NSObject { static NSURLConnection new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_new1); return NSURLConnection._(_ret, _lib, retain: false, release: true); } @@ -63186,7 +63189,7 @@ class NSURLConnection extends NSObject { static NSURLConnection alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_alloc1); return NSURLConnection._(_ret, _lib, retain: false, release: true); } @@ -63265,26 +63268,26 @@ void _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -63295,9 +63298,9 @@ void _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError extends _ObjCBlockBase { @@ -63309,62 +63312,62 @@ class ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -63494,7 +63497,7 @@ class NSURLCredential extends NSObject { static NSURLCredential new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_new1); return NSURLCredential._(_ret, _lib, retain: false, release: true); } @@ -63507,7 +63510,7 @@ class NSURLCredential extends NSObject { static NSURLCredential alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_alloc1); return NSURLCredential._(_ret, _lib, retain: false, release: true); } @@ -63714,7 +63717,7 @@ class NSURLProtectionSpace extends NSObject { static NSURLProtectionSpace new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtectionSpace1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLProtectionSpace1, _lib._sel_new1); return NSURLProtectionSpace._(_ret, _lib, retain: false, release: true); } @@ -64042,7 +64045,7 @@ void _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -64069,42 +64072,42 @@ class ObjCBlock_ffiVoid_NSDictionary extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSDictionary_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSDictionary_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -64112,7 +64115,7 @@ void _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -64140,42 +64143,42 @@ class ObjCBlock_ffiVoid_NSURLCredential extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURLCredential.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLCredential.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSURLCredential_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLCredential_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSURLCredential_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLCredential_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -64333,7 +64336,7 @@ class NSURLProtocol extends NSObject { static NSURLProtocol new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_new1); return NSURLProtocol._(_ret, _lib, retain: false, release: true); } @@ -64346,7 +64349,7 @@ class NSURLProtocol extends NSObject { static NSURLProtocol alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_alloc1); return NSURLProtocol._(_ret, _lib, retain: false, release: true); } @@ -64687,7 +64690,7 @@ class NSMutableURLRequest extends NSURLRequest { static NSMutableURLRequest new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableURLRequest1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableURLRequest1, _lib._sel_new1); return NSMutableURLRequest._(_ret, _lib, retain: false, release: true); } @@ -64855,7 +64858,7 @@ class NSXMLParser extends NSObject { NSSet? get allowedExternalEntityURLs { final _ret = - _lib._objc_msgSend_295(_id, _lib._sel_allowedExternalEntityURLs1); + _lib._objc_msgSend_295(_id, _lib._sel_allowedExternalEntityURLs1); return _ret.address == 0 ? null : NSSet._(_ret, _lib, retain: true, release: true); @@ -64932,7 +64935,7 @@ class NSXMLParser extends NSObject { static NSXMLParser alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLParser1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLParser1, _lib._sel_alloc1); return NSXMLParser._(_ret, _lib, retain: false, release: true); } @@ -65158,7 +65161,7 @@ class NSFileWrapper extends NSObject { NSData? get serializedRepresentation { final _ret = - _lib._objc_msgSend_39(_id, _lib._sel_serializedRepresentation1); + _lib._objc_msgSend_39(_id, _lib._sel_serializedRepresentation1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -65207,7 +65210,7 @@ class NSFileWrapper extends NSObject { NSURL? get symbolicLinkDestinationURL { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_symbolicLinkDestinationURL1); + _lib._objc_msgSend_40(_id, _lib._sel_symbolicLinkDestinationURL1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -65274,7 +65277,7 @@ class NSFileWrapper extends NSObject { static NSFileWrapper new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_new1); return NSFileWrapper._(_ret, _lib, retain: false, release: true); } @@ -65287,7 +65290,7 @@ class NSFileWrapper extends NSObject { static NSFileWrapper alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_alloc1); return NSFileWrapper._(_ret, _lib, retain: false, release: true); } @@ -65588,7 +65591,7 @@ class NSURLSession extends NSObject { static NSURLSession new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_new1); return NSURLSession._(_ret, _lib, retain: false, release: true); } @@ -65680,7 +65683,7 @@ class NSURLSession extends NSObject { static NSURLSession alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_alloc1); return NSURLSession._(_ret, _lib, retain: false, release: true); } @@ -65796,8 +65799,8 @@ class NSURLSessionConfiguration extends NSObject { } static NSURLSessionConfiguration - backgroundSessionConfigurationWithIdentifier_( - SentryCocoa _lib, NSString? identifier) { + backgroundSessionConfigurationWithIdentifier_( + SentryCocoa _lib, NSString? identifier) { final _ret = _lib._objc_msgSend_945( _lib._class_NSURLSessionConfiguration1, _lib._sel_backgroundSessionConfigurationWithIdentifier_1, @@ -65904,7 +65907,7 @@ class NSURLSessionConfiguration extends NSObject { NSString? get sharedContainerIdentifier { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_sharedContainerIdentifier1); + _lib._objc_msgSend_20(_id, _lib._sel_sharedContainerIdentifier1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -65926,7 +65929,7 @@ class NSURLSessionConfiguration extends NSObject { NSDictionary? get connectionProxyDictionary { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_connectionProxyDictionary1); + _lib._objc_msgSend_170(_id, _lib._sel_connectionProxyDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -66234,23 +66237,23 @@ void _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistryIndex; _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -66262,9 +66265,9 @@ void _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSArray_NSArray_NSArray extends _ObjCBlockBase { @@ -66276,61 +66279,61 @@ class ObjCBlock_ffiVoid_NSArray_NSArray_NSArray extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSArray_NSArray_NSArray.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSArray_NSArray_NSArray.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -66580,7 +66583,7 @@ void _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -66595,7 +66598,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSData_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSData_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSData_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSData extends _ObjCBlockBase { @@ -66606,42 +66609,42 @@ class ObjCBlock_ffiVoid_NSData extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSData_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSData_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -66810,16 +66813,16 @@ void _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure( Function fn) { @@ -66834,9 +66837,9 @@ void _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSData_bool_NSError extends _ObjCBlockBase { @@ -66848,59 +66851,59 @@ class ObjCBlock_ffiVoid_NSData_bool_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_bool_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_bool_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67089,7 +67092,7 @@ class NSNetService extends NSObject { static NSNetService new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_new1); return NSNetService._(_ret, _lib, retain: false, release: true); } @@ -67102,7 +67105,7 @@ class NSNetService extends NSObject { static NSNetService alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_alloc1); return NSNetService._(_ret, _lib, retain: false, release: true); } @@ -67212,7 +67215,7 @@ class NSURLSessionWebSocketTask extends NSURLSessionTask { void receiveMessageWithCompletionHandler_( ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError - completionHandler) { + completionHandler) { _lib._objc_msgSend_978(_id, _lib._sel_receiveMessageWithCompletionHandler_1, completionHandler._id); } @@ -67511,23 +67514,23 @@ void _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex = - 0; +0; ffi.Pointer - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -67538,9 +67541,9 @@ void _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError @@ -67553,54 +67556,54 @@ class ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -67616,7 +67619,7 @@ abstract class NSURLSessionWebSocketCloseCode { static const int NSURLSessionWebSocketCloseCodePolicyViolation = 1008; static const int NSURLSessionWebSocketCloseCodeMessageTooBig = 1009; static const int NSURLSessionWebSocketCloseCodeMandatoryExtensionMissing = - 1010; + 1010; static const int NSURLSessionWebSocketCloseCodeInternalServerError = 1011; static const int NSURLSessionWebSocketCloseCodeTLSHandshakeFailure = 1015; } @@ -67628,26 +67631,26 @@ void _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -67658,9 +67661,9 @@ void _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError extends _ObjCBlockBase { @@ -67672,62 +67675,62 @@ class ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67738,26 +67741,26 @@ void _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( - Function fn) { +_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -67768,9 +67771,9 @@ void _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError extends _ObjCBlockBase { @@ -67782,62 +67785,62 @@ class ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( + ffi.NativeFunction< + ffi.Void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>>() + .asFunction< + void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67901,7 +67904,7 @@ class NSProtocolChecker extends NSProxy { static NSObject alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProtocolChecker1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProtocolChecker1, _lib._sel_alloc1); return NSObject._(_ret, _lib, retain: false, release: true); } @@ -68071,12 +68074,12 @@ class NSTask extends NSObject { } static NSTask - launchedTaskWithExecutableURL_arguments_error_terminationHandler_( - SentryCocoa _lib, - NSURL? url, - NSArray? arguments, - ffi.Pointer> error, - ObjCBlock_ffiVoid_NSTask terminationHandler) { + launchedTaskWithExecutableURL_arguments_error_terminationHandler_( + SentryCocoa _lib, + NSURL? url, + NSArray? arguments, + ffi.Pointer> error, + ObjCBlock_ffiVoid_NSTask terminationHandler) { final _ret = _lib._objc_msgSend_997( _lib._class_NSTask1, _lib._sel_launchedTaskWithExecutableURL_arguments_error_terminationHandler_1, @@ -68222,7 +68225,7 @@ void _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -68237,7 +68240,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSTask_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSTask_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSTask_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSTask extends _ObjCBlockBase { @@ -68248,42 +68251,42 @@ class ObjCBlock_ffiVoid_NSTask extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSTask.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTask.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTask_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTask_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTask_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTask_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -68497,7 +68500,7 @@ class NSXMLElement extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -68627,7 +68630,7 @@ class NSXMLElement extends NSXMLNode { static NSXMLElement new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_new1); return NSXMLElement._(_ret, _lib, retain: false, release: true); } @@ -68640,7 +68643,7 @@ class NSXMLElement extends NSXMLNode { static NSXMLElement alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_alloc1); return NSXMLElement._(_ret, _lib, retain: false, release: true); } @@ -68754,7 +68757,7 @@ class NSXMLNode extends NSObject { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLNode1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLNode1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -69043,7 +69046,7 @@ class NSXMLNode extends NSObject { NSString XMLStringWithOptions_(int options) { final _ret = - _lib._objc_msgSend_1030(_id, _lib._sel_XMLStringWithOptions_1, options); + _lib._objc_msgSend_1030(_id, _lib._sel_XMLStringWithOptions_1, options); return NSString._(_ret, _lib, retain: true, release: true); } @@ -69396,7 +69399,7 @@ class NSXMLDocument extends NSXMLNode { NSData XMLDataWithOptions_(int options) { final _ret = - _lib._objc_msgSend_1023(_id, _lib._sel_XMLDataWithOptions_1, options); + _lib._objc_msgSend_1023(_id, _lib._sel_XMLDataWithOptions_1, options); return NSData._(_ret, _lib, retain: true, release: true); } @@ -69453,7 +69456,7 @@ class NSXMLDocument extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -69583,7 +69586,7 @@ class NSXMLDocument extends NSXMLNode { static NSXMLDocument new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_new1); return NSXMLDocument._(_ret, _lib, retain: false, release: true); } @@ -69596,7 +69599,7 @@ class NSXMLDocument extends NSXMLNode { static NSXMLDocument alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_alloc1); return NSXMLDocument._(_ret, _lib, retain: false, release: true); } @@ -69831,7 +69834,7 @@ class NSXMLDTD extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTD1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTD1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -70141,7 +70144,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -70271,7 +70274,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSXMLDTDNode new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_new1); return NSXMLDTDNode._(_ret, _lib, retain: false, release: true); } @@ -70284,7 +70287,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSXMLDTDNode alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_alloc1); return NSXMLDTDNode._(_ret, _lib, retain: false, release: true); } @@ -70514,7 +70517,7 @@ class PrivateSentrySDKOnly extends NSObject { } static ObjCBlock_ffiVoid_SentryAppStartMeasurement - getOnAppStartMeasurementAvailable(SentryCocoa _lib) { + getOnAppStartMeasurementAvailable(SentryCocoa _lib) { final _ret = _lib._objc_msgSend_1061(_lib._class_PrivateSentrySDKOnly1, _lib._sel_onAppStartMeasurementAvailable1); return ObjCBlock_ffiVoid_SentryAppStartMeasurement._(_ret, _lib); @@ -70597,7 +70600,7 @@ class PrivateSentrySDKOnly extends NSObject { static PrivateSentrySDKOnly new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_PrivateSentrySDKOnly1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_PrivateSentrySDKOnly1, _lib._sel_new1); return PrivateSentrySDKOnly._(_ret, _lib, retain: false, release: true); } @@ -70713,7 +70716,7 @@ class SentryEnvelope extends NSObject { static SentryEnvelope new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_new1); return SentryEnvelope._(_ret, _lib, retain: false, release: true); } @@ -70802,7 +70805,7 @@ class SentryEnvelope extends NSObject { static SentryEnvelope alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_alloc1); return SentryEnvelope._(_ret, _lib, retain: false, release: true); } @@ -70933,7 +70936,7 @@ class SentryId extends NSObject { /// A @c SentryId with an empty UUID "00000000000000000000000000000000". static SentryId? getEmpty(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_1038(_lib._class_SentryId1, _lib._sel_empty1); + _lib._objc_msgSend_1038(_lib._class_SentryId1, _lib._sel_empty1); return _ret.address == 0 ? null : SentryId._(_ret, _lib, retain: true, release: true); @@ -71064,7 +71067,7 @@ class NSUUID extends NSObject { NSUUID initWithUUIDBytes_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_1034(_id, _lib._sel_initWithUUIDBytes_1, bytes); + _lib._objc_msgSend_1034(_id, _lib._sel_initWithUUIDBytes_1, bytes); return NSUUID._(_ret, _lib, retain: true, release: true); } @@ -71200,7 +71203,7 @@ class SentryEnvelopeItem extends NSObject { static SentryEnvelopeItem new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_new1); return SentryEnvelopeItem._(_ret, _lib, retain: false, release: true); } @@ -71264,7 +71267,7 @@ class SentryEnvelopeItem extends NSObject { static SentryEnvelopeItem alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_alloc1); return SentryEnvelopeItem._(_ret, _lib, retain: false, release: true); } @@ -71492,7 +71495,7 @@ class SentryEnvelopeHeader extends NSObject { static SentryEnvelopeHeader new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeHeader1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeHeader1, _lib._sel_new1); return SentryEnvelopeHeader._(_ret, _lib, retain: false, release: true); } @@ -71721,17 +71724,17 @@ void _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } final _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistry = - {}; +{}; int _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex = 0; ffi.Pointer - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure(Function fn) { +_ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex; _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -71751,43 +71754,43 @@ class ObjCBlock_ffiVoid_SentryAppStartMeasurement extends _ObjCBlockBase { ObjCBlock_ffiVoid_SentryAppStartMeasurement.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_SentryAppStartMeasurement.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } From 1202270f01aa9576839789125c549c4621f352d7 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Thu, 16 Nov 2023 14:38:42 +0100 Subject: [PATCH 4/4] Revert formatting --- flutter/lib/src/native/cocoa/binding.dart | 18832 ++++++++++---------- 1 file changed, 9416 insertions(+), 9416 deletions(-) diff --git a/flutter/lib/src/native/cocoa/binding.dart b/flutter/lib/src/native/cocoa/binding.dart index b2527ecb6b..0bd2e0437e 100644 --- a/flutter/lib/src/native/cocoa/binding.dart +++ b/flutter/lib/src/native/cocoa/binding.dart @@ -9,7 +9,7 @@ import 'package:ffi/ffi.dart' as pkg_ffi; class SentryCocoa { /// Holds the symbol lookup function. final ffi.Pointer Function(String symbolName) - _lookup; + _lookup; /// The symbols are looked up in [dynamicLibrary]. SentryCocoa(ffi.DynamicLibrary dynamicLibrary) @@ -18,7 +18,7 @@ class SentryCocoa { /// The symbols are looked up with [lookup]. SentryCocoa.fromLookup( ffi.Pointer Function(String symbolName) - lookup) + lookup) : _lookup = lookup; ffi.Pointer _registerName1(String name) { @@ -29,8 +29,8 @@ class SentryCocoa { } ffi.Pointer _sel_registerName( - ffi.Pointer str, - ) { + ffi.Pointer str, + ) { return __sel_registerName( str, ); @@ -54,8 +54,8 @@ class SentryCocoa { } ffi.Pointer _objc_getClass( - ffi.Pointer str, - ) { + ffi.Pointer str, + ) { return __objc_getClass( str, ); @@ -69,8 +69,8 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); ffi.Pointer _objc_retain( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __objc_retain( value, ); @@ -84,27 +84,27 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); void _objc_release( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __objc_release( value, ); } late final __objc_releasePtr = - _lookup)>>( - 'objc_release'); + _lookup)>>( + 'objc_release'); late final __objc_release = - __objc_releasePtr.asFunction)>(); + __objc_releasePtr.asFunction)>(); late final _objc_releaseFinalizer2 = - ffi.NativeFinalizer(__objc_releasePtr.cast()); + ffi.NativeFinalizer(__objc_releasePtr.cast()); late final _class_NSObject1 = _getClass1("NSObject"); late final _sel_load1 = _registerName1("load"); void _objc_msgSend_1( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1( obj, sel, @@ -121,9 +121,9 @@ class SentryCocoa { late final _sel_initialize1 = _registerName1("initialize"); late final _sel_init1 = _registerName1("init"); instancetype _objc_msgSend_2( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_2( obj, sel, @@ -140,10 +140,10 @@ class SentryCocoa { late final _sel_new1 = _registerName1("new"); late final _sel_allocWithZone_1 = _registerName1("allocWithZone:"); instancetype _objc_msgSend_3( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_3( obj, sel, @@ -166,14 +166,14 @@ class SentryCocoa { late final _sel_mutableCopy1 = _registerName1("mutableCopy"); late final _sel_copyWithZone_1 = _registerName1("copyWithZone:"); late final _sel_mutableCopyWithZone_1 = - _registerName1("mutableCopyWithZone:"); + _registerName1("mutableCopyWithZone:"); late final _sel_instancesRespondToSelector_1 = - _registerName1("instancesRespondToSelector:"); + _registerName1("instancesRespondToSelector:"); bool _objc_msgSend_4( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_4( obj, sel, @@ -190,10 +190,10 @@ class SentryCocoa { ffi.Pointer)>(); bool _objc_msgSend_0( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer clazz, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer clazz, + ) { return __objc_msgSend_0( obj, sel, @@ -213,10 +213,10 @@ class SentryCocoa { late final _class_Protocol1 = _getClass1("Protocol"); late final _sel_conformsToProtocol_1 = _registerName1("conformsToProtocol:"); bool _objc_msgSend_5( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer protocol, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer protocol, + ) { return __objc_msgSend_5( obj, sel, @@ -234,10 +234,10 @@ class SentryCocoa { late final _sel_methodForSelector_1 = _registerName1("methodForSelector:"); ffi.Pointer> _objc_msgSend_6( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_6( obj, sel, @@ -258,14 +258,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_instanceMethodForSelector_1 = - _registerName1("instanceMethodForSelector:"); + _registerName1("instanceMethodForSelector:"); late final _sel_doesNotRecognizeSelector_1 = - _registerName1("doesNotRecognizeSelector:"); + _registerName1("doesNotRecognizeSelector:"); void _objc_msgSend_7( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_7( obj, sel, @@ -282,12 +282,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_forwardingTargetForSelector_1 = - _registerName1("forwardingTargetForSelector:"); + _registerName1("forwardingTargetForSelector:"); ffi.Pointer _objc_msgSend_8( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_8( obj, sel, @@ -306,12 +306,12 @@ class SentryCocoa { late final _class_NSInvocation1 = _getClass1("NSInvocation"); late final _class_NSMethodSignature1 = _getClass1("NSMethodSignature"); late final _sel_signatureWithObjCTypes_1 = - _registerName1("signatureWithObjCTypes:"); + _registerName1("signatureWithObjCTypes:"); ffi.Pointer _objc_msgSend_9( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer types, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer types, + ) { return __objc_msgSend_9( obj, sel, @@ -329,9 +329,9 @@ class SentryCocoa { late final _sel_numberOfArguments1 = _registerName1("numberOfArguments"); int _objc_msgSend_10( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_10( obj, sel, @@ -346,12 +346,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_getArgumentTypeAtIndex_1 = - _registerName1("getArgumentTypeAtIndex:"); + _registerName1("getArgumentTypeAtIndex:"); ffi.Pointer _objc_msgSend_11( - ffi.Pointer obj, - ffi.Pointer sel, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int idx, + ) { return __objc_msgSend_11( obj, sel, @@ -370,9 +370,9 @@ class SentryCocoa { late final _sel_frameLength1 = _registerName1("frameLength"); late final _sel_isOneway1 = _registerName1("isOneway"); bool _objc_msgSend_12( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_12( obj, sel, @@ -388,9 +388,9 @@ class SentryCocoa { late final _sel_methodReturnType1 = _registerName1("methodReturnType"); ffi.Pointer _objc_msgSend_13( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_13( obj, sel, @@ -407,15 +407,15 @@ class SentryCocoa { late final _sel_methodReturnLength1 = _registerName1("methodReturnLength"); late final _sel_cancelPreviousPerformRequestsWithTarget_selector_object_1 = - _registerName1( - "cancelPreviousPerformRequestsWithTarget:selector:object:"); + _registerName1( + "cancelPreviousPerformRequestsWithTarget:selector:object:"); void _objc_msgSend_14( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTarget, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTarget, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + ) { return __objc_msgSend_14( obj, sel, @@ -442,12 +442,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_cancelPreviousPerformRequestsWithTarget_1 = - _registerName1("cancelPreviousPerformRequestsWithTarget:"); + _registerName1("cancelPreviousPerformRequestsWithTarget:"); void _objc_msgSend_15( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTarget, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTarget, + ) { return __objc_msgSend_15( obj, sel, @@ -464,16 +464,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_accessInstanceVariablesDirectly1 = - _registerName1("accessInstanceVariablesDirectly"); + _registerName1("accessInstanceVariablesDirectly"); late final _sel_useStoredAccessor1 = _registerName1("useStoredAccessor"); late final _class_NSSet1 = _getClass1("NSSet"); late final _sel_count1 = _registerName1("count"); late final _sel_member_1 = _registerName1("member:"); ffi.Pointer _objc_msgSend_16( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ) { return __objc_msgSend_16( obj, sel, @@ -496,10 +496,10 @@ class SentryCocoa { late final _sel_length1 = _registerName1("length"); late final _sel_characterAtIndex_1 = _registerName1("characterAtIndex:"); int _objc_msgSend_17( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_17( obj, sel, @@ -516,13 +516,13 @@ class SentryCocoa { late final _class_NSCoder1 = _getClass1("NSCoder"); late final _sel_encodeValueOfObjCType_at_1 = - _registerName1("encodeValueOfObjCType:at:"); + _registerName1("encodeValueOfObjCType:at:"); void _objc_msgSend_18( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - ffi.Pointer addr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + ffi.Pointer addr, + ) { return __objc_msgSend_18( obj, sel, @@ -542,9 +542,9 @@ class SentryCocoa { late final _class_NSData1 = _getClass1("NSData"); late final _sel_bytes1 = _registerName1("bytes"); ffi.Pointer _objc_msgSend_19( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_19( obj, sel, @@ -561,9 +561,9 @@ class SentryCocoa { late final _sel_description1 = _registerName1("description"); ffi.Pointer _objc_msgSend_20( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_20( obj, sel, @@ -580,11 +580,11 @@ class SentryCocoa { late final _sel_getBytes_length_1 = _registerName1("getBytes:length:"); void _objc_msgSend_21( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int length, + ) { return __objc_msgSend_21( obj, sel, @@ -603,11 +603,11 @@ class SentryCocoa { late final _sel_getBytes_range_1 = _registerName1("getBytes:range:"); void _objc_msgSend_22( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + _NSRange range, + ) { return __objc_msgSend_22( obj, sel, @@ -626,10 +626,10 @@ class SentryCocoa { late final _sel_isEqualToData_1 = _registerName1("isEqualToData:"); bool _objc_msgSend_23( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_23( obj, sel, @@ -647,10 +647,10 @@ class SentryCocoa { late final _sel_subdataWithRange_1 = _registerName1("subdataWithRange:"); ffi.Pointer _objc_msgSend_24( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_24( obj, sel, @@ -667,13 +667,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_writeToFile_atomically_1 = - _registerName1("writeToFile:atomically:"); + _registerName1("writeToFile:atomically:"); bool _objc_msgSend_25( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool useAuxiliaryFile, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool useAuxiliaryFile, + ) { return __objc_msgSend_25( obj, sel, @@ -692,14 +692,14 @@ class SentryCocoa { late final _class_NSURL1 = _getClass1("NSURL"); late final _sel_initWithScheme_host_path_1 = - _registerName1("initWithScheme:host:path:"); + _registerName1("initWithScheme:host:path:"); instancetype _objc_msgSend_26( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer scheme, - ffi.Pointer host, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer scheme, + ffi.Pointer host, + ffi.Pointer path, + ) { return __objc_msgSend_26( obj, sel, @@ -726,14 +726,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initFileURLWithPath_isDirectory_relativeToURL_1 = - _registerName1("initFileURLWithPath:isDirectory:relativeToURL:"); + _registerName1("initFileURLWithPath:isDirectory:relativeToURL:"); instancetype _objc_msgSend_27( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_27( obj, sel, @@ -756,13 +756,13 @@ class SentryCocoa { ffi.Pointer, bool, ffi.Pointer)>(); late final _sel_initFileURLWithPath_relativeToURL_1 = - _registerName1("initFileURLWithPath:relativeToURL:"); + _registerName1("initFileURLWithPath:relativeToURL:"); instancetype _objc_msgSend_28( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer baseURL, + ) { return __objc_msgSend_28( obj, sel, @@ -783,13 +783,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initFileURLWithPath_isDirectory_1 = - _registerName1("initFileURLWithPath:isDirectory:"); + _registerName1("initFileURLWithPath:isDirectory:"); instancetype _objc_msgSend_29( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ) { return __objc_msgSend_29( obj, sel, @@ -807,12 +807,12 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initFileURLWithPath_1 = - _registerName1("initFileURLWithPath:"); + _registerName1("initFileURLWithPath:"); instancetype _objc_msgSend_30( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_30( obj, sel, @@ -829,14 +829,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_isDirectory_relativeToURL_1 = - _registerName1("fileURLWithPath:isDirectory:relativeToURL:"); + _registerName1("fileURLWithPath:isDirectory:relativeToURL:"); ffi.Pointer _objc_msgSend_31( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_31( obj, sel, @@ -863,13 +863,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_relativeToURL_1 = - _registerName1("fileURLWithPath:relativeToURL:"); + _registerName1("fileURLWithPath:relativeToURL:"); ffi.Pointer _objc_msgSend_32( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer baseURL, + ) { return __objc_msgSend_32( obj, sel, @@ -893,13 +893,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileURLWithPath_isDirectory_1 = - _registerName1("fileURLWithPath:isDirectory:"); + _registerName1("fileURLWithPath:isDirectory:"); ffi.Pointer _objc_msgSend_33( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ) { return __objc_msgSend_33( obj, sel, @@ -921,10 +921,10 @@ class SentryCocoa { late final _sel_fileURLWithPath_1 = _registerName1("fileURLWithPath:"); ffi.Pointer _objc_msgSend_34( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_34( obj, sel, @@ -941,15 +941,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initFileURLWithFileSystemRepresentation_isDirectory_relativeToURL_1 = - _registerName1( - "initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); + _registerName1( + "initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); instancetype _objc_msgSend_35( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_35( obj, sel, @@ -972,15 +972,15 @@ class SentryCocoa { ffi.Pointer, bool, ffi.Pointer)>(); late final _sel_fileURLWithFileSystemRepresentation_isDirectory_relativeToURL_1 = - _registerName1( - "fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); + _registerName1( + "fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:"); ffi.Pointer _objc_msgSend_36( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool isDir, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool isDir, + ffi.Pointer baseURL, + ) { return __objc_msgSend_36( obj, sel, @@ -1008,18 +1008,18 @@ class SentryCocoa { late final _sel_initWithString_1 = _registerName1("initWithString:"); late final _sel_initWithString_relativeToURL_1 = - _registerName1("initWithString:relativeToURL:"); + _registerName1("initWithString:relativeToURL:"); late final _sel_URLWithString_1 = _registerName1("URLWithString:"); late final _sel_URLWithString_relativeToURL_1 = - _registerName1("URLWithString:relativeToURL:"); + _registerName1("URLWithString:relativeToURL:"); late final _sel_initWithDataRepresentation_relativeToURL_1 = - _registerName1("initWithDataRepresentation:relativeToURL:"); + _registerName1("initWithDataRepresentation:relativeToURL:"); instancetype _objc_msgSend_37( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer baseURL, + ) { return __objc_msgSend_37( obj, sel, @@ -1040,13 +1040,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_URLWithDataRepresentation_relativeToURL_1 = - _registerName1("URLWithDataRepresentation:relativeToURL:"); + _registerName1("URLWithDataRepresentation:relativeToURL:"); ffi.Pointer _objc_msgSend_38( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer baseURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer baseURL, + ) { return __objc_msgSend_38( obj, sel, @@ -1070,14 +1070,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initAbsoluteURLWithDataRepresentation_relativeToURL_1 = - _registerName1("initAbsoluteURLWithDataRepresentation:relativeToURL:"); + _registerName1("initAbsoluteURLWithDataRepresentation:relativeToURL:"); late final _sel_absoluteURLWithDataRepresentation_relativeToURL_1 = - _registerName1("absoluteURLWithDataRepresentation:relativeToURL:"); + _registerName1("absoluteURLWithDataRepresentation:relativeToURL:"); late final _sel_dataRepresentation1 = _registerName1("dataRepresentation"); ffi.Pointer _objc_msgSend_39( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_39( obj, sel, @@ -1096,9 +1096,9 @@ class SentryCocoa { late final _sel_relativeString1 = _registerName1("relativeString"); late final _sel_baseURL1 = _registerName1("baseURL"); ffi.Pointer _objc_msgSend_40( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_40( obj, sel, @@ -1122,13 +1122,13 @@ class SentryCocoa { late final _sel_getValue_size_1 = _registerName1("getValue:size:"); late final _sel_objCType1 = _registerName1("objCType"); late final _sel_initWithBytes_objCType_1 = - _registerName1("initWithBytes:objCType:"); + _registerName1("initWithBytes:objCType:"); instancetype _objc_msgSend_41( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer type, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer type, + ) { return __objc_msgSend_41( obj, sel, @@ -1147,10 +1147,10 @@ class SentryCocoa { late final _sel_initWithCoder_1 = _registerName1("initWithCoder:"); instancetype _objc_msgSend_42( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer coder, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer coder, + ) { return __objc_msgSend_42( obj, sel, @@ -1167,13 +1167,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_valueWithBytes_objCType_1 = - _registerName1("valueWithBytes:objCType:"); + _registerName1("valueWithBytes:objCType:"); ffi.Pointer _objc_msgSend_43( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer type, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer type, + ) { return __objc_msgSend_43( obj, sel, @@ -1198,12 +1198,12 @@ class SentryCocoa { late final _sel_value_withObjCType_1 = _registerName1("value:withObjCType:"); late final _sel_valueWithNonretainedObject_1 = - _registerName1("valueWithNonretainedObject:"); + _registerName1("valueWithNonretainedObject:"); ffi.Pointer _objc_msgSend_44( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_44( obj, sel, @@ -1220,13 +1220,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_nonretainedObjectValue1 = - _registerName1("nonretainedObjectValue"); + _registerName1("nonretainedObjectValue"); late final _sel_valueWithPointer_1 = _registerName1("valueWithPointer:"); ffi.Pointer _objc_msgSend_45( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pointer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pointer, + ) { return __objc_msgSend_45( obj, sel, @@ -1245,10 +1245,10 @@ class SentryCocoa { late final _sel_pointerValue1 = _registerName1("pointerValue"); late final _sel_isEqualToValue_1 = _registerName1("isEqualToValue:"); bool _objc_msgSend_46( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_46( obj, sel, @@ -1266,10 +1266,10 @@ class SentryCocoa { late final _sel_getValue_1 = _registerName1("getValue:"); void _objc_msgSend_47( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_47( obj, sel, @@ -1287,10 +1287,10 @@ class SentryCocoa { late final _sel_valueWithRange_1 = _registerName1("valueWithRange:"); ffi.Pointer _objc_msgSend_48( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_48( obj, sel, @@ -1308,10 +1308,10 @@ class SentryCocoa { late final _sel_rangeValue1 = _registerName1("rangeValue"); void _objc_msgSend_49( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_49( stret, obj, @@ -1329,10 +1329,10 @@ class SentryCocoa { late final _sel_valueWithPoint_1 = _registerName1("valueWithPoint:"); ffi.Pointer _objc_msgSend_50( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ) { return __objc_msgSend_50( obj, sel, @@ -1350,10 +1350,10 @@ class SentryCocoa { late final _sel_valueWithSize_1 = _registerName1("valueWithSize:"); ffi.Pointer _objc_msgSend_51( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ) { return __objc_msgSend_51( obj, sel, @@ -1371,10 +1371,10 @@ class SentryCocoa { late final _sel_valueWithRect_1 = _registerName1("valueWithRect:"); ffi.Pointer _objc_msgSend_52( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ) { return __objc_msgSend_52( obj, sel, @@ -1391,12 +1391,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, CGRect)>(); late final _sel_valueWithEdgeInsets_1 = - _registerName1("valueWithEdgeInsets:"); + _registerName1("valueWithEdgeInsets:"); ffi.Pointer _objc_msgSend_53( - ffi.Pointer obj, - ffi.Pointer sel, - NSEdgeInsets insets, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + NSEdgeInsets insets, + ) { return __objc_msgSend_53( obj, sel, @@ -1414,10 +1414,10 @@ class SentryCocoa { late final _sel_pointValue1 = _registerName1("pointValue"); void _objc_msgSend_54( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_54( stret, obj, @@ -1435,10 +1435,10 @@ class SentryCocoa { late final _sel_sizeValue1 = _registerName1("sizeValue"); void _objc_msgSend_55( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_55( stret, obj, @@ -1456,10 +1456,10 @@ class SentryCocoa { late final _sel_rectValue1 = _registerName1("rectValue"); void _objc_msgSend_56( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_56( stret, obj, @@ -1477,10 +1477,10 @@ class SentryCocoa { late final _sel_edgeInsetsValue1 = _registerName1("edgeInsetsValue"); void _objc_msgSend_57( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_57( stret, obj, @@ -1497,12 +1497,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_keyPathsForValuesAffectingValueForKey_1 = - _registerName1("keyPathsForValuesAffectingValueForKey:"); + _registerName1("keyPathsForValuesAffectingValueForKey:"); ffi.Pointer _objc_msgSend_58( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_58( obj, sel, @@ -1519,12 +1519,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_automaticallyNotifiesObserversForKey_1 = - _registerName1("automaticallyNotifiesObserversForKey:"); + _registerName1("automaticallyNotifiesObserversForKey:"); bool _objc_msgSend_59( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_59( obj, sel, @@ -1543,10 +1543,10 @@ class SentryCocoa { late final _class_NSArray1 = _getClass1("NSArray"); late final _sel_objectAtIndex_1 = _registerName1("objectAtIndex:"); ffi.Pointer _objc_msgSend_60( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_60( obj, sel, @@ -1563,13 +1563,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithObjects_count_1 = - _registerName1("initWithObjects:count:"); + _registerName1("initWithObjects:count:"); instancetype _objc_msgSend_61( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + int cnt, + ) { return __objc_msgSend_61( obj, sel, @@ -1590,12 +1590,12 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_arrayByAddingObject_1 = - _registerName1("arrayByAddingObject:"); + _registerName1("arrayByAddingObject:"); ffi.Pointer _objc_msgSend_62( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_62( obj, sel, @@ -1612,12 +1612,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_arrayByAddingObjectsFromArray_1 = - _registerName1("arrayByAddingObjectsFromArray:"); + _registerName1("arrayByAddingObjectsFromArray:"); ffi.Pointer _objc_msgSend_63( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_63( obj, sel, @@ -1634,12 +1634,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_componentsJoinedByString_1 = - _registerName1("componentsJoinedByString:"); + _registerName1("componentsJoinedByString:"); ffi.Pointer _objc_msgSend_64( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer separator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer separator, + ) { return __objc_msgSend_64( obj, sel, @@ -1657,12 +1657,12 @@ class SentryCocoa { late final _sel_containsObject_1 = _registerName1("containsObject:"); late final _sel_descriptionWithLocale_1 = - _registerName1("descriptionWithLocale:"); + _registerName1("descriptionWithLocale:"); ffi.Pointer _objc_msgSend_65( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + ) { return __objc_msgSend_65( obj, sel, @@ -1679,13 +1679,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptionWithLocale_indent_1 = - _registerName1("descriptionWithLocale:indent:"); + _registerName1("descriptionWithLocale:indent:"); ffi.Pointer _objc_msgSend_66( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - int level, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + int level, + ) { return __objc_msgSend_66( obj, sel, @@ -1706,12 +1706,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_firstObjectCommonWithArray_1 = - _registerName1("firstObjectCommonWithArray:"); + _registerName1("firstObjectCommonWithArray:"); ffi.Pointer _objc_msgSend_67( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_67( obj, sel, @@ -1729,11 +1729,11 @@ class SentryCocoa { late final _sel_getObjects_range_1 = _registerName1("getObjects:range:"); void _objc_msgSend_68( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + _NSRange range, + ) { return __objc_msgSend_68( obj, sel, @@ -1752,10 +1752,10 @@ class SentryCocoa { late final _sel_indexOfObject_1 = _registerName1("indexOfObject:"); int _objc_msgSend_69( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_69( obj, sel, @@ -1772,13 +1772,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_indexOfObject_inRange_1 = - _registerName1("indexOfObject:inRange:"); + _registerName1("indexOfObject:inRange:"); int _objc_msgSend_70( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + _NSRange range, + ) { return __objc_msgSend_70( obj, sel, @@ -1799,15 +1799,15 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_indexOfObjectIdenticalTo_1 = - _registerName1("indexOfObjectIdenticalTo:"); + _registerName1("indexOfObjectIdenticalTo:"); late final _sel_indexOfObjectIdenticalTo_inRange_1 = - _registerName1("indexOfObjectIdenticalTo:inRange:"); + _registerName1("indexOfObjectIdenticalTo:inRange:"); late final _sel_isEqualToArray_1 = _registerName1("isEqualToArray:"); bool _objc_msgSend_71( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_71( obj, sel, @@ -1827,9 +1827,9 @@ class SentryCocoa { late final _sel_lastObject1 = _registerName1("lastObject"); late final _sel_objectEnumerator1 = _registerName1("objectEnumerator"); ffi.Pointer _objc_msgSend_72( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_72( obj, sel, @@ -1845,20 +1845,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_reverseObjectEnumerator1 = - _registerName1("reverseObjectEnumerator"); + _registerName1("reverseObjectEnumerator"); late final _sel_sortedArrayHint1 = _registerName1("sortedArrayHint"); late final _sel_sortedArrayUsingFunction_context_1 = - _registerName1("sortedArrayUsingFunction:context:"); + _registerName1("sortedArrayUsingFunction:context:"); ffi.Pointer _objc_msgSend_73( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, + ffi.Pointer context, + ) { return __objc_msgSend_73( obj, sel, @@ -1888,18 +1888,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sortedArrayUsingFunction_context_hint_1 = - _registerName1("sortedArrayUsingFunction:context:hint:"); + _registerName1("sortedArrayUsingFunction:context:hint:"); ffi.Pointer _objc_msgSend_74( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, - ffi.Pointer context, - ffi.Pointer hint, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, + ffi.Pointer context, + ffi.Pointer hint, + ) { return __objc_msgSend_74( obj, sel, @@ -1932,12 +1932,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sortedArrayUsingSelector_1 = - _registerName1("sortedArrayUsingSelector:"); + _registerName1("sortedArrayUsingSelector:"); ffi.Pointer _objc_msgSend_75( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comparator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comparator, + ) { return __objc_msgSend_75( obj, sel, @@ -1955,10 +1955,10 @@ class SentryCocoa { late final _sel_subarrayWithRange_1 = _registerName1("subarrayWithRange:"); ffi.Pointer _objc_msgSend_76( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_76( obj, sel, @@ -1976,14 +1976,14 @@ class SentryCocoa { late final _class_NSError1 = _getClass1("NSError"); late final _sel_initWithDomain_code_userInfo_1 = - _registerName1("initWithDomain:code:userInfo:"); + _registerName1("initWithDomain:code:userInfo:"); instancetype _objc_msgSend_77( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer domain, - int code, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer domain, + int code, + ffi.Pointer dict, + ) { return __objc_msgSend_77( obj, sel, @@ -2006,13 +2006,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_errorWithDomain_code_userInfo_1 = - _registerName1("errorWithDomain:code:userInfo:"); + _registerName1("errorWithDomain:code:userInfo:"); late final _sel_domain1 = _registerName1("domain"); late final _sel_code1 = _registerName1("code"); int _objc_msgSend_78( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_78( obj, sel, @@ -2028,17 +2028,17 @@ class SentryCocoa { late final _sel_userInfo1 = _registerName1("userInfo"); late final _sel_localizedDescription1 = - _registerName1("localizedDescription"); + _registerName1("localizedDescription"); late final _sel_localizedFailureReason1 = - _registerName1("localizedFailureReason"); + _registerName1("localizedFailureReason"); late final _sel_localizedRecoverySuggestion1 = - _registerName1("localizedRecoverySuggestion"); + _registerName1("localizedRecoverySuggestion"); late final _sel_localizedRecoveryOptions1 = - _registerName1("localizedRecoveryOptions"); + _registerName1("localizedRecoveryOptions"); ffi.Pointer _objc_msgSend_79( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_79( obj, sel, @@ -2058,7 +2058,7 @@ class SentryCocoa { late final _sel_underlyingErrors1 = _registerName1("underlyingErrors"); ffi.Pointer<_ObjCBlockDesc> _newBlockDesc1() { final d = - pkg_ffi.calloc.allocate<_ObjCBlockDesc>(ffi.sizeOf<_ObjCBlockDesc>()); + pkg_ffi.calloc.allocate<_ObjCBlockDesc>(ffi.sizeOf<_ObjCBlockDesc>()); d.ref.reserved = 0; d.ref.size = ffi.sizeOf<_ObjCBlock>(); d.ref.copy_helper = ffi.nullptr; @@ -2069,7 +2069,7 @@ class SentryCocoa { late final _objc_block_desc1 = _newBlockDesc1(); late final _objc_concrete_global_block1 = - _lookup('_NSConcreteGlobalBlock'); + _lookup('_NSConcreteGlobalBlock'); ffi.Pointer<_ObjCBlock> _newBlock1( ffi.Pointer invoke, ffi.Pointer target) { final b = pkg_ffi.calloc.allocate<_ObjCBlock>(ffi.sizeOf<_ObjCBlock>()); @@ -2085,8 +2085,8 @@ class SentryCocoa { } ffi.Pointer _Block_copy( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __Block_copy( value, ); @@ -2100,29 +2100,29 @@ class SentryCocoa { .asFunction Function(ffi.Pointer)>(); void _Block_release( - ffi.Pointer value, - ) { + ffi.Pointer value, + ) { return __Block_release( value, ); } late final __Block_releasePtr = - _lookup)>>( - '_Block_release'); + _lookup)>>( + '_Block_release'); late final __Block_release = - __Block_releasePtr.asFunction)>(); + __Block_releasePtr.asFunction)>(); late final _objc_releaseFinalizer11 = - ffi.NativeFinalizer(__Block_releasePtr.cast()); + ffi.NativeFinalizer(__Block_releasePtr.cast()); late final _sel_setUserInfoValueProviderForDomain_provider_1 = - _registerName1("setUserInfoValueProviderForDomain:provider:"); + _registerName1("setUserInfoValueProviderForDomain:provider:"); void _objc_msgSend_80( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer errorDomain, - ffi.Pointer<_ObjCBlock> provider, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer errorDomain, + ffi.Pointer<_ObjCBlock> provider, + ) { return __objc_msgSend_80( obj, sel, @@ -2143,14 +2143,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_userInfoValueProviderForDomain_1 = - _registerName1("userInfoValueProviderForDomain:"); + _registerName1("userInfoValueProviderForDomain:"); ffi.Pointer<_ObjCBlock> _objc_msgSend_81( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer err, - ffi.Pointer userInfoKey, - ffi.Pointer errorDomain, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer err, + ffi.Pointer userInfoKey, + ffi.Pointer errorDomain, + ) { return __objc_msgSend_81( obj, sel, @@ -2177,13 +2177,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setKeys_triggerChangeNotificationsForDependentKey_1 = - _registerName1("setKeys:triggerChangeNotificationsForDependentKey:"); + _registerName1("setKeys:triggerChangeNotificationsForDependentKey:"); void _objc_msgSend_82( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer dependentKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer dependentKey, + ) { return __objc_msgSend_82( obj, sel, @@ -2204,16 +2204,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_classFallbacksForKeyedArchiver1 = - _registerName1("classFallbacksForKeyedArchiver"); + _registerName1("classFallbacksForKeyedArchiver"); late final _sel_classForKeyedUnarchiver1 = - _registerName1("classForKeyedUnarchiver"); + _registerName1("classForKeyedUnarchiver"); late final _sel_writeToURL_error_1 = _registerName1("writeToURL:error:"); bool _objc_msgSend_83( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_83( obj, sel, @@ -2234,15 +2234,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_makeObjectsPerformSelector_1 = - _registerName1("makeObjectsPerformSelector:"); + _registerName1("makeObjectsPerformSelector:"); late final _sel_makeObjectsPerformSelector_withObject_1 = - _registerName1("makeObjectsPerformSelector:withObject:"); + _registerName1("makeObjectsPerformSelector:withObject:"); void _objc_msgSend_84( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer argument, + ) { return __objc_msgSend_84( obj, sel, @@ -2263,12 +2263,12 @@ class SentryCocoa { late final _sel_indexSet1 = _registerName1("indexSet"); late final _sel_indexSetWithIndex_1 = _registerName1("indexSetWithIndex:"); late final _sel_indexSetWithIndexesInRange_1 = - _registerName1("indexSetWithIndexesInRange:"); + _registerName1("indexSetWithIndexesInRange:"); instancetype _objc_msgSend_85( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_85( obj, sel, @@ -2285,13 +2285,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_initWithIndexesInRange_1 = - _registerName1("initWithIndexesInRange:"); + _registerName1("initWithIndexesInRange:"); late final _sel_initWithIndexSet_1 = _registerName1("initWithIndexSet:"); instancetype _objc_msgSend_86( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexSet, + ) { return __objc_msgSend_86( obj, sel, @@ -2310,10 +2310,10 @@ class SentryCocoa { late final _sel_initWithIndex_1 = _registerName1("initWithIndex:"); late final _sel_isEqualToIndexSet_1 = _registerName1("isEqualToIndexSet:"); bool _objc_msgSend_87( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexSet, + ) { return __objc_msgSend_87( obj, sel, @@ -2332,12 +2332,12 @@ class SentryCocoa { late final _sel_firstIndex1 = _registerName1("firstIndex"); late final _sel_lastIndex1 = _registerName1("lastIndex"); late final _sel_indexGreaterThanIndex_1 = - _registerName1("indexGreaterThanIndex:"); + _registerName1("indexGreaterThanIndex:"); int _objc_msgSend_88( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_88( obj, sel, @@ -2354,18 +2354,18 @@ class SentryCocoa { late final _sel_indexLessThanIndex_1 = _registerName1("indexLessThanIndex:"); late final _sel_indexGreaterThanOrEqualToIndex_1 = - _registerName1("indexGreaterThanOrEqualToIndex:"); + _registerName1("indexGreaterThanOrEqualToIndex:"); late final _sel_indexLessThanOrEqualToIndex_1 = - _registerName1("indexLessThanOrEqualToIndex:"); + _registerName1("indexLessThanOrEqualToIndex:"); late final _sel_getIndexes_maxCount_inIndexRange_1 = - _registerName1("getIndexes:maxCount:inIndexRange:"); + _registerName1("getIndexes:maxCount:inIndexRange:"); int _objc_msgSend_89( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexBuffer, - int bufferSize, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexBuffer, + int bufferSize, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_89( obj, sel, @@ -2388,12 +2388,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_countOfIndexesInRange_1 = - _registerName1("countOfIndexesInRange:"); + _registerName1("countOfIndexesInRange:"); int _objc_msgSend_90( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_90( obj, sel, @@ -2410,10 +2410,10 @@ class SentryCocoa { late final _sel_containsIndex_1 = _registerName1("containsIndex:"); bool _objc_msgSend_91( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_91( obj, sel, @@ -2429,12 +2429,12 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_containsIndexesInRange_1 = - _registerName1("containsIndexesInRange:"); + _registerName1("containsIndexesInRange:"); bool _objc_msgSend_92( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_92( obj, sel, @@ -2451,14 +2451,14 @@ class SentryCocoa { late final _sel_containsIndexes_1 = _registerName1("containsIndexes:"); late final _sel_intersectsIndexesInRange_1 = - _registerName1("intersectsIndexesInRange:"); + _registerName1("intersectsIndexesInRange:"); late final _sel_enumerateIndexesUsingBlock_1 = - _registerName1("enumerateIndexesUsingBlock:"); + _registerName1("enumerateIndexesUsingBlock:"); void _objc_msgSend_93( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_93( obj, sel, @@ -2475,13 +2475,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateIndexesWithOptions_usingBlock_1 = - _registerName1("enumerateIndexesWithOptions:usingBlock:"); + _registerName1("enumerateIndexesWithOptions:usingBlock:"); void _objc_msgSend_94( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_94( obj, sel, @@ -2499,14 +2499,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateIndexesInRange_options_usingBlock_1 = - _registerName1("enumerateIndexesInRange:options:usingBlock:"); + _registerName1("enumerateIndexesInRange:options:usingBlock:"); void _objc_msgSend_95( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_95( obj, sel, @@ -2526,10 +2526,10 @@ class SentryCocoa { late final _sel_indexPassingTest_1 = _registerName1("indexPassingTest:"); int _objc_msgSend_96( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_96( obj, sel, @@ -2546,13 +2546,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexWithOptions_passingTest_1 = - _registerName1("indexWithOptions:passingTest:"); + _registerName1("indexWithOptions:passingTest:"); int _objc_msgSend_97( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_97( obj, sel, @@ -2573,14 +2573,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexInRange_options_passingTest_1 = - _registerName1("indexInRange:options:passingTest:"); + _registerName1("indexInRange:options:passingTest:"); int _objc_msgSend_98( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_98( obj, sel, @@ -2604,10 +2604,10 @@ class SentryCocoa { late final _sel_indexesPassingTest_1 = _registerName1("indexesPassingTest:"); ffi.Pointer _objc_msgSend_99( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_99( obj, sel, @@ -2624,13 +2624,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesWithOptions_passingTest_1 = - _registerName1("indexesWithOptions:passingTest:"); + _registerName1("indexesWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_100( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_100( obj, sel, @@ -2651,14 +2651,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesInRange_options_passingTest_1 = - _registerName1("indexesInRange:options:passingTest:"); + _registerName1("indexesInRange:options:passingTest:"); ffi.Pointer _objc_msgSend_101( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_101( obj, sel, @@ -2681,12 +2681,12 @@ class SentryCocoa { ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesUsingBlock_1 = - _registerName1("enumerateRangesUsingBlock:"); + _registerName1("enumerateRangesUsingBlock:"); void _objc_msgSend_102( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_102( obj, sel, @@ -2703,13 +2703,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesWithOptions_usingBlock_1 = - _registerName1("enumerateRangesWithOptions:usingBlock:"); + _registerName1("enumerateRangesWithOptions:usingBlock:"); void _objc_msgSend_103( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_103( obj, sel, @@ -2727,14 +2727,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateRangesInRange_options_usingBlock_1 = - _registerName1("enumerateRangesInRange:options:usingBlock:"); + _registerName1("enumerateRangesInRange:options:usingBlock:"); void _objc_msgSend_104( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_104( obj, sel, @@ -2754,10 +2754,10 @@ class SentryCocoa { late final _sel_objectsAtIndexes_1 = _registerName1("objectsAtIndexes:"); ffi.Pointer _objc_msgSend_105( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_105( obj, sel, @@ -2774,14 +2774,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_objectAtIndexedSubscript_1 = - _registerName1("objectAtIndexedSubscript:"); + _registerName1("objectAtIndexedSubscript:"); late final _sel_enumerateObjectsUsingBlock_1 = - _registerName1("enumerateObjectsUsingBlock:"); + _registerName1("enumerateObjectsUsingBlock:"); void _objc_msgSend_106( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_106( obj, sel, @@ -2798,13 +2798,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateObjectsWithOptions:usingBlock:"); + _registerName1("enumerateObjectsWithOptions:usingBlock:"); void _objc_msgSend_107( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_107( obj, sel, @@ -2822,14 +2822,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateObjectsAtIndexes_options_usingBlock_1 = - _registerName1("enumerateObjectsAtIndexes:options:usingBlock:"); + _registerName1("enumerateObjectsAtIndexes:options:usingBlock:"); void _objc_msgSend_108( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_108( obj, sel, @@ -2852,12 +2852,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectPassingTest_1 = - _registerName1("indexOfObjectPassingTest:"); + _registerName1("indexOfObjectPassingTest:"); int _objc_msgSend_109( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_109( obj, sel, @@ -2874,13 +2874,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectWithOptions_passingTest_1 = - _registerName1("indexOfObjectWithOptions:passingTest:"); + _registerName1("indexOfObjectWithOptions:passingTest:"); int _objc_msgSend_110( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_110( obj, sel, @@ -2901,14 +2901,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObjectAtIndexes_options_passingTest_1 = - _registerName1("indexOfObjectAtIndexes:options:passingTest:"); + _registerName1("indexOfObjectAtIndexes:options:passingTest:"); int _objc_msgSend_111( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_111( obj, sel, @@ -2931,12 +2931,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsPassingTest_1 = - _registerName1("indexesOfObjectsPassingTest:"); + _registerName1("indexesOfObjectsPassingTest:"); ffi.Pointer _objc_msgSend_112( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_112( obj, sel, @@ -2953,13 +2953,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsWithOptions_passingTest_1 = - _registerName1("indexesOfObjectsWithOptions:passingTest:"); + _registerName1("indexesOfObjectsWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_113( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_113( obj, sel, @@ -2980,14 +2980,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexesOfObjectsAtIndexes_options_passingTest_1 = - _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); + _registerName1("indexesOfObjectsAtIndexes:options:passingTest:"); ffi.Pointer _objc_msgSend_114( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer s, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer s, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_114( obj, sel, @@ -3014,12 +3014,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortedArrayUsingComparator_1 = - _registerName1("sortedArrayUsingComparator:"); + _registerName1("sortedArrayUsingComparator:"); ffi.Pointer _objc_msgSend_115( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_115( obj, sel, @@ -3036,13 +3036,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortedArrayWithOptions_usingComparator_1 = - _registerName1("sortedArrayWithOptions:usingComparator:"); + _registerName1("sortedArrayWithOptions:usingComparator:"); ffi.Pointer _objc_msgSend_116( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_116( obj, sel, @@ -3063,15 +3063,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_indexOfObject_inSortedRange_options_usingComparator_1 = - _registerName1("indexOfObject:inSortedRange:options:usingComparator:"); + _registerName1("indexOfObject:inSortedRange:options:usingComparator:"); int _objc_msgSend_117( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - _NSRange r, - int opts, - ffi.Pointer<_ObjCBlock> cmp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + _NSRange r, + int opts, + ffi.Pointer<_ObjCBlock> cmp, + ) { return __objc_msgSend_117( obj, sel, @@ -3098,19 +3098,19 @@ class SentryCocoa { late final _sel_array1 = _registerName1("array"); late final _sel_arrayWithObject_1 = _registerName1("arrayWithObject:"); late final _sel_arrayWithObjects_count_1 = - _registerName1("arrayWithObjects:count:"); + _registerName1("arrayWithObjects:count:"); late final _sel_arrayWithObjects_1 = _registerName1("arrayWithObjects:"); late final _sel_arrayWithArray_1 = _registerName1("arrayWithArray:"); late final _sel_initWithObjects_1 = _registerName1("initWithObjects:"); late final _sel_initWithArray_1 = _registerName1("initWithArray:"); late final _sel_initWithArray_copyItems_1 = - _registerName1("initWithArray:copyItems:"); + _registerName1("initWithArray:copyItems:"); instancetype _objc_msgSend_118( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer array, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer array, + bool flag, + ) { return __objc_msgSend_118( obj, sel, @@ -3128,13 +3128,13 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithContentsOfURL_error_1 = - _registerName1("initWithContentsOfURL:error:"); + _registerName1("initWithContentsOfURL:error:"); ffi.Pointer _objc_msgSend_119( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_119( obj, sel, @@ -3158,16 +3158,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_arrayWithContentsOfURL_error_1 = - _registerName1("arrayWithContentsOfURL:error:"); + _registerName1("arrayWithContentsOfURL:error:"); late final _sel_differenceFromArray_withOptions_usingEquivalenceTest_1 = - _registerName1("differenceFromArray:withOptions:usingEquivalenceTest:"); + _registerName1("differenceFromArray:withOptions:usingEquivalenceTest:"); ffi.Pointer _objc_msgSend_120( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_120( obj, sel, @@ -3194,13 +3194,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_differenceFromArray_withOptions_1 = - _registerName1("differenceFromArray:withOptions:"); + _registerName1("differenceFromArray:withOptions:"); ffi.Pointer _objc_msgSend_121( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ) { return __objc_msgSend_121( obj, sel, @@ -3221,15 +3221,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_differenceFromArray_1 = - _registerName1("differenceFromArray:"); + _registerName1("differenceFromArray:"); late final _sel_arrayByApplyingDifference_1 = - _registerName1("arrayByApplyingDifference:"); + _registerName1("arrayByApplyingDifference:"); late final _sel_getObjects_1 = _registerName1("getObjects:"); void _objc_msgSend_122( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ) { return __objc_msgSend_122( obj, sel, @@ -3246,12 +3246,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_arrayWithContentsOfFile_1 = - _registerName1("arrayWithContentsOfFile:"); + _registerName1("arrayWithContentsOfFile:"); ffi.Pointer _objc_msgSend_123( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_123( obj, sel, @@ -3268,12 +3268,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_arrayWithContentsOfURL_1 = - _registerName1("arrayWithContentsOfURL:"); + _registerName1("arrayWithContentsOfURL:"); ffi.Pointer _objc_msgSend_124( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_124( obj, sel, @@ -3290,17 +3290,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithContentsOfFile_1 = - _registerName1("initWithContentsOfFile:"); + _registerName1("initWithContentsOfFile:"); late final _sel_initWithContentsOfURL_1 = - _registerName1("initWithContentsOfURL:"); + _registerName1("initWithContentsOfURL:"); late final _sel_writeToURL_atomically_1 = - _registerName1("writeToURL:atomically:"); + _registerName1("writeToURL:atomically:"); bool _objc_msgSend_125( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool atomically, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool atomically, + ) { return __objc_msgSend_125( obj, sel, @@ -3318,15 +3318,15 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_pathsMatchingExtensions_1 = - _registerName1("pathsMatchingExtensions:"); + _registerName1("pathsMatchingExtensions:"); late final _sel_valueForKey_1 = _registerName1("valueForKey:"); late final _sel_setValue_forKey_1 = _registerName1("setValue:forKey:"); void _objc_msgSend_126( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ) { return __objc_msgSend_126( obj, sel, @@ -3347,17 +3347,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addObserver_toObjectsAtIndexes_forKeyPath_options_context_1 = - _registerName1( - "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); + _registerName1( + "addObserver:toObjectsAtIndexes:forKeyPath:options:context:"); void _objc_msgSend_127( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - int options, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + int options, + ffi.Pointer context, + ) { return __objc_msgSend_127( obj, sel, @@ -3390,15 +3390,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_context_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:context:"); void _objc_msgSend_128( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + ffi.Pointer context, + ) { return __objc_msgSend_128( obj, sel, @@ -3428,14 +3428,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_fromObjectsAtIndexes_forKeyPath_1 = - _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); + _registerName1("removeObserver:fromObjectsAtIndexes:forKeyPath:"); void _objc_msgSend_129( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer indexes, - ffi.Pointer keyPath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer indexes, + ffi.Pointer keyPath, + ) { return __objc_msgSend_129( obj, sel, @@ -3462,15 +3462,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_addObserver_forKeyPath_options_context_1 = - _registerName1("addObserver:forKeyPath:options:context:"); + _registerName1("addObserver:forKeyPath:options:context:"); void _objc_msgSend_130( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - int options, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + int options, + ffi.Pointer context, + ) { return __objc_msgSend_130( obj, sel, @@ -3500,14 +3500,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_forKeyPath_context_1 = - _registerName1("removeObserver:forKeyPath:context:"); + _registerName1("removeObserver:forKeyPath:context:"); void _objc_msgSend_131( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + ffi.Pointer context, + ) { return __objc_msgSend_131( obj, sel, @@ -3534,13 +3534,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeObserver_forKeyPath_1 = - _registerName1("removeObserver:forKeyPath:"); + _registerName1("removeObserver:forKeyPath:"); void _objc_msgSend_132( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer observer, - ffi.Pointer keyPath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer observer, + ffi.Pointer keyPath, + ) { return __objc_msgSend_132( obj, sel, @@ -3561,16 +3561,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sortedArrayUsingDescriptors_1 = - _registerName1("sortedArrayUsingDescriptors:"); + _registerName1("sortedArrayUsingDescriptors:"); late final _class_NSPredicate1 = _getClass1("NSPredicate"); late final _sel_predicateWithFormat_argumentArray_1 = - _registerName1("predicateWithFormat:argumentArray:"); + _registerName1("predicateWithFormat:argumentArray:"); ffi.Pointer _objc_msgSend_133( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ffi.Pointer arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ffi.Pointer arguments, + ) { return __objc_msgSend_133( obj, sel, @@ -3594,12 +3594,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_predicateWithFormat_1 = - _registerName1("predicateWithFormat:"); + _registerName1("predicateWithFormat:"); ffi.Pointer _objc_msgSend_134( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ) { return __objc_msgSend_134( obj, sel, @@ -3616,13 +3616,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_predicateWithFormat_arguments_1 = - _registerName1("predicateWithFormat:arguments:"); + _registerName1("predicateWithFormat:arguments:"); ffi.Pointer _objc_msgSend_135( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicateFormat, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicateFormat, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_135( obj, sel, @@ -3646,13 +3646,13 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_predicateFromMetadataQueryString_1 = - _registerName1("predicateFromMetadataQueryString:"); + _registerName1("predicateFromMetadataQueryString:"); late final _sel_predicateWithValue_1 = _registerName1("predicateWithValue:"); ffi.Pointer _objc_msgSend_136( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_136( obj, sel, @@ -3672,14 +3672,14 @@ class SentryCocoa { late final _sel_objectForKey_1 = _registerName1("objectForKey:"); late final _sel_keyEnumerator1 = _registerName1("keyEnumerator"); late final _sel_initWithObjects_forKeys_count_1 = - _registerName1("initWithObjects:forKeys:count:"); + _registerName1("initWithObjects:forKeys:count:"); instancetype _objc_msgSend_137( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + int cnt, + ) { return __objc_msgSend_137( obj, sel, @@ -3709,14 +3709,14 @@ class SentryCocoa { late final _sel_allKeysForObject_1 = _registerName1("allKeysForObject:"); late final _sel_allValues1 = _registerName1("allValues"); late final _sel_descriptionInStringsFileFormat1 = - _registerName1("descriptionInStringsFileFormat"); + _registerName1("descriptionInStringsFileFormat"); late final _sel_isEqualToDictionary_1 = - _registerName1("isEqualToDictionary:"); + _registerName1("isEqualToDictionary:"); bool _objc_msgSend_138( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDictionary, + ) { return __objc_msgSend_138( obj, sel, @@ -3733,13 +3733,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_objectsForKeys_notFoundMarker_1 = - _registerName1("objectsForKeys:notFoundMarker:"); + _registerName1("objectsForKeys:notFoundMarker:"); ffi.Pointer _objc_msgSend_139( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer marker, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer marker, + ) { return __objc_msgSend_139( obj, sel, @@ -3763,16 +3763,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_keysSortedByValueUsingSelector_1 = - _registerName1("keysSortedByValueUsingSelector:"); + _registerName1("keysSortedByValueUsingSelector:"); late final _sel_getObjects_andKeys_count_1 = - _registerName1("getObjects:andKeys:count:"); + _registerName1("getObjects:andKeys:count:"); void _objc_msgSend_140( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + int count, + ) { return __objc_msgSend_140( obj, sel, @@ -3799,14 +3799,14 @@ class SentryCocoa { int)>(); late final _sel_objectForKeyedSubscript_1 = - _registerName1("objectForKeyedSubscript:"); + _registerName1("objectForKeyedSubscript:"); late final _sel_enumerateKeysAndObjectsUsingBlock_1 = - _registerName1("enumerateKeysAndObjectsUsingBlock:"); + _registerName1("enumerateKeysAndObjectsUsingBlock:"); void _objc_msgSend_141( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_141( obj, sel, @@ -3823,13 +3823,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateKeysAndObjectsWithOptions_usingBlock_1 = - _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); + _registerName1("enumerateKeysAndObjectsWithOptions:usingBlock:"); void _objc_msgSend_142( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_142( obj, sel, @@ -3847,16 +3847,16 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_keysSortedByValueUsingComparator_1 = - _registerName1("keysSortedByValueUsingComparator:"); + _registerName1("keysSortedByValueUsingComparator:"); late final _sel_keysSortedByValueWithOptions_usingComparator_1 = - _registerName1("keysSortedByValueWithOptions:usingComparator:"); + _registerName1("keysSortedByValueWithOptions:usingComparator:"); late final _sel_keysOfEntriesPassingTest_1 = - _registerName1("keysOfEntriesPassingTest:"); + _registerName1("keysOfEntriesPassingTest:"); ffi.Pointer _objc_msgSend_143( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_143( obj, sel, @@ -3873,13 +3873,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_keysOfEntriesWithOptions_passingTest_1 = - _registerName1("keysOfEntriesWithOptions:passingTest:"); + _registerName1("keysOfEntriesWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_144( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_144( obj, sel, @@ -3901,11 +3901,11 @@ class SentryCocoa { late final _sel_getObjects_andKeys_1 = _registerName1("getObjects:andKeys:"); void _objc_msgSend_145( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - ffi.Pointer> keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + ffi.Pointer> keys, + ) { return __objc_msgSend_145( obj, sel, @@ -3929,12 +3929,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dictionaryWithContentsOfFile_1 = - _registerName1("dictionaryWithContentsOfFile:"); + _registerName1("dictionaryWithContentsOfFile:"); ffi.Pointer _objc_msgSend_146( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_146( obj, sel, @@ -3951,12 +3951,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithContentsOfURL_1 = - _registerName1("dictionaryWithContentsOfURL:"); + _registerName1("dictionaryWithContentsOfURL:"); ffi.Pointer _objc_msgSend_147( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_147( obj, sel, @@ -3974,13 +3974,13 @@ class SentryCocoa { late final _sel_dictionary1 = _registerName1("dictionary"); late final _sel_dictionaryWithObject_forKey_1 = - _registerName1("dictionaryWithObject:forKey:"); + _registerName1("dictionaryWithObject:forKey:"); instancetype _objc_msgSend_148( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ffi.Pointer key, + ) { return __objc_msgSend_148( obj, sel, @@ -4001,16 +4001,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithObjects_forKeys_count_1 = - _registerName1("dictionaryWithObjects:forKeys:count:"); + _registerName1("dictionaryWithObjects:forKeys:count:"); late final _sel_dictionaryWithObjectsAndKeys_1 = - _registerName1("dictionaryWithObjectsAndKeys:"); + _registerName1("dictionaryWithObjectsAndKeys:"); late final _sel_dictionaryWithDictionary_1 = - _registerName1("dictionaryWithDictionary:"); + _registerName1("dictionaryWithDictionary:"); instancetype _objc_msgSend_149( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dict, + ) { return __objc_msgSend_149( obj, sel, @@ -4027,13 +4027,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dictionaryWithObjects_forKeys_1 = - _registerName1("dictionaryWithObjects:forKeys:"); + _registerName1("dictionaryWithObjects:forKeys:"); instancetype _objc_msgSend_150( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objects, - ffi.Pointer keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objects, + ffi.Pointer keys, + ) { return __objc_msgSend_150( obj, sel, @@ -4054,16 +4054,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithObjectsAndKeys_1 = - _registerName1("initWithObjectsAndKeys:"); + _registerName1("initWithObjectsAndKeys:"); late final _sel_initWithDictionary_1 = _registerName1("initWithDictionary:"); late final _sel_initWithDictionary_copyItems_1 = - _registerName1("initWithDictionary:copyItems:"); + _registerName1("initWithDictionary:copyItems:"); instancetype _objc_msgSend_151( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDictionary, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDictionary, + bool flag, + ) { return __objc_msgSend_151( obj, sel, @@ -4081,13 +4081,13 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithObjects_forKeys_1 = - _registerName1("initWithObjects:forKeys:"); + _registerName1("initWithObjects:forKeys:"); ffi.Pointer _objc_msgSend_152( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_152( obj, sel, @@ -4111,18 +4111,18 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dictionaryWithContentsOfURL_error_1 = - _registerName1("dictionaryWithContentsOfURL:error:"); + _registerName1("dictionaryWithContentsOfURL:error:"); late final _sel_sharedKeySetForKeys_1 = - _registerName1("sharedKeySetForKeys:"); + _registerName1("sharedKeySetForKeys:"); late final _sel_countByEnumeratingWithState_objects_count_1 = - _registerName1("countByEnumeratingWithState:objects:count:"); + _registerName1("countByEnumeratingWithState:objects:count:"); int _objc_msgSend_153( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer state, - ffi.Pointer> buffer, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer state, + ffi.Pointer> buffer, + int len, + ) { return __objc_msgSend_153( obj, sel, @@ -4150,9 +4150,9 @@ class SentryCocoa { late final _sel_fileSize1 = _registerName1("fileSize"); int _objc_msgSend_154( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_154( obj, sel, @@ -4168,11 +4168,11 @@ class SentryCocoa { late final _class_NSDate1 = _getClass1("NSDate"); late final _sel_timeIntervalSinceReferenceDate1 = - _registerName1("timeIntervalSinceReferenceDate"); + _registerName1("timeIntervalSinceReferenceDate"); double _objc_msgSend_155( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_155( obj, sel, @@ -4187,12 +4187,12 @@ class SentryCocoa { double Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTimeIntervalSinceReferenceDate_1 = - _registerName1("initWithTimeIntervalSinceReferenceDate:"); + _registerName1("initWithTimeIntervalSinceReferenceDate:"); instancetype _objc_msgSend_156( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ) { return __objc_msgSend_156( obj, sel, @@ -4209,12 +4209,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_timeIntervalSinceDate_1 = - _registerName1("timeIntervalSinceDate:"); + _registerName1("timeIntervalSinceDate:"); double _objc_msgSend_157( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anotherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { return __objc_msgSend_157( obj, sel, @@ -4231,18 +4231,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_timeIntervalSinceNow1 = - _registerName1("timeIntervalSinceNow"); + _registerName1("timeIntervalSinceNow"); late final _sel_timeIntervalSince19701 = - _registerName1("timeIntervalSince1970"); + _registerName1("timeIntervalSince1970"); late final _sel_addTimeInterval_1 = _registerName1("addTimeInterval:"); late final _sel_dateByAddingTimeInterval_1 = - _registerName1("dateByAddingTimeInterval:"); + _registerName1("dateByAddingTimeInterval:"); late final _sel_earlierDate_1 = _registerName1("earlierDate:"); ffi.Pointer _objc_msgSend_158( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anotherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anotherDate, + ) { return __objc_msgSend_158( obj, sel, @@ -4261,10 +4261,10 @@ class SentryCocoa { late final _sel_laterDate_1 = _registerName1("laterDate:"); late final _sel_compare_1 = _registerName1("compare:"); int _objc_msgSend_159( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_159( obj, sel, @@ -4282,10 +4282,10 @@ class SentryCocoa { late final _sel_isEqualToDate_1 = _registerName1("isEqualToDate:"); bool _objc_msgSend_160( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherDate, + ) { return __objc_msgSend_160( obj, sel, @@ -4303,19 +4303,19 @@ class SentryCocoa { late final _sel_date1 = _registerName1("date"); late final _sel_dateWithTimeIntervalSinceNow_1 = - _registerName1("dateWithTimeIntervalSinceNow:"); + _registerName1("dateWithTimeIntervalSinceNow:"); late final _sel_dateWithTimeIntervalSinceReferenceDate_1 = - _registerName1("dateWithTimeIntervalSinceReferenceDate:"); + _registerName1("dateWithTimeIntervalSinceReferenceDate:"); late final _sel_dateWithTimeIntervalSince1970_1 = - _registerName1("dateWithTimeIntervalSince1970:"); + _registerName1("dateWithTimeIntervalSince1970:"); late final _sel_dateWithTimeInterval_sinceDate_1 = - _registerName1("dateWithTimeInterval:sinceDate:"); + _registerName1("dateWithTimeInterval:sinceDate:"); instancetype _objc_msgSend_161( - ffi.Pointer obj, - ffi.Pointer sel, - double secsToBeAdded, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double secsToBeAdded, + ffi.Pointer date, + ) { return __objc_msgSend_161( obj, sel, @@ -4334,9 +4334,9 @@ class SentryCocoa { late final _sel_distantFuture1 = _registerName1("distantFuture"); ffi.Pointer _objc_msgSend_162( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_162( obj, sel, @@ -4354,19 +4354,19 @@ class SentryCocoa { late final _sel_distantPast1 = _registerName1("distantPast"); late final _sel_now1 = _registerName1("now"); late final _sel_initWithTimeIntervalSinceNow_1 = - _registerName1("initWithTimeIntervalSinceNow:"); + _registerName1("initWithTimeIntervalSinceNow:"); late final _sel_initWithTimeIntervalSince1970_1 = - _registerName1("initWithTimeIntervalSince1970:"); + _registerName1("initWithTimeIntervalSince1970:"); late final _sel_initWithTimeInterval_sinceDate_1 = - _registerName1("initWithTimeInterval:sinceDate:"); + _registerName1("initWithTimeInterval:sinceDate:"); late final _sel_dateWithNaturalLanguageString_locale_1 = - _registerName1("dateWithNaturalLanguageString:locale:"); + _registerName1("dateWithNaturalLanguageString:locale:"); ffi.Pointer _objc_msgSend_163( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ffi.Pointer locale, + ) { return __objc_msgSend_163( obj, sel, @@ -4390,19 +4390,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithNaturalLanguageString_1 = - _registerName1("dateWithNaturalLanguageString:"); + _registerName1("dateWithNaturalLanguageString:"); late final _sel_dateWithString_1 = _registerName1("dateWithString:"); late final _class_NSCalendarDate1 = _getClass1("NSCalendarDate"); late final _sel_calendarDate1 = _registerName1("calendarDate"); late final _sel_dateWithString_calendarFormat_locale_1 = - _registerName1("dateWithString:calendarFormat:locale:"); + _registerName1("dateWithString:calendarFormat:locale:"); ffi.Pointer _objc_msgSend_164( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer format, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer format, + ffi.Pointer locale, + ) { return __objc_msgSend_164( obj, sel, @@ -4429,13 +4429,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithString_calendarFormat_1 = - _registerName1("dateWithString:calendarFormat:"); + _registerName1("dateWithString:calendarFormat:"); ffi.Pointer _objc_msgSend_165( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer format, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer format, + ) { return __objc_msgSend_165( obj, sel, @@ -4462,12 +4462,12 @@ class SentryCocoa { late final _sel_name1 = _registerName1("name"); late final _sel_data1 = _registerName1("data"); late final _sel_secondsFromGMTForDate_1 = - _registerName1("secondsFromGMTForDate:"); + _registerName1("secondsFromGMTForDate:"); int _objc_msgSend_166( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aDate, + ) { return __objc_msgSend_166( obj, sel, @@ -4484,12 +4484,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_abbreviationForDate_1 = - _registerName1("abbreviationForDate:"); + _registerName1("abbreviationForDate:"); ffi.Pointer _objc_msgSend_167( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aDate, + ) { return __objc_msgSend_167( obj, sel, @@ -4506,16 +4506,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_isDaylightSavingTimeForDate_1 = - _registerName1("isDaylightSavingTimeForDate:"); + _registerName1("isDaylightSavingTimeForDate:"); late final _sel_daylightSavingTimeOffsetForDate_1 = - _registerName1("daylightSavingTimeOffsetForDate:"); + _registerName1("daylightSavingTimeOffsetForDate:"); late final _sel_nextDaylightSavingTimeTransitionAfterDate_1 = - _registerName1("nextDaylightSavingTimeTransitionAfterDate:"); + _registerName1("nextDaylightSavingTimeTransitionAfterDate:"); late final _sel_systemTimeZone1 = _registerName1("systemTimeZone"); ffi.Pointer _objc_msgSend_168( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_168( obj, sel, @@ -4534,10 +4534,10 @@ class SentryCocoa { late final _sel_defaultTimeZone1 = _registerName1("defaultTimeZone"); late final _sel_setDefaultTimeZone_1 = _registerName1("setDefaultTimeZone:"); void _objc_msgSend_169( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_169( obj, sel, @@ -4556,11 +4556,11 @@ class SentryCocoa { late final _sel_localTimeZone1 = _registerName1("localTimeZone"); late final _sel_knownTimeZoneNames1 = _registerName1("knownTimeZoneNames"); late final _sel_abbreviationDictionary1 = - _registerName1("abbreviationDictionary"); + _registerName1("abbreviationDictionary"); ffi.Pointer _objc_msgSend_170( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_170( obj, sel, @@ -4576,12 +4576,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setAbbreviationDictionary_1 = - _registerName1("setAbbreviationDictionary:"); + _registerName1("setAbbreviationDictionary:"); void _objc_msgSend_171( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_171( obj, sel, @@ -4601,17 +4601,17 @@ class SentryCocoa { late final _sel_secondsFromGMT1 = _registerName1("secondsFromGMT"); late final _sel_abbreviation1 = _registerName1("abbreviation"); late final _sel_isDaylightSavingTime1 = - _registerName1("isDaylightSavingTime"); + _registerName1("isDaylightSavingTime"); late final _sel_daylightSavingTimeOffset1 = - _registerName1("daylightSavingTimeOffset"); + _registerName1("daylightSavingTimeOffset"); late final _sel_nextDaylightSavingTimeTransition1 = - _registerName1("nextDaylightSavingTimeTransition"); + _registerName1("nextDaylightSavingTimeTransition"); late final _sel_isEqualToTimeZone_1 = _registerName1("isEqualToTimeZone:"); bool _objc_msgSend_172( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_172( obj, sel, @@ -4629,13 +4629,13 @@ class SentryCocoa { late final _class_NSLocale1 = _getClass1("NSLocale"); late final _sel_displayNameForKey_value_1 = - _registerName1("displayNameForKey:value:"); + _registerName1("displayNameForKey:value:"); ffi.Pointer _objc_msgSend_173( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer value, + ) { return __objc_msgSend_173( obj, sel, @@ -4659,28 +4659,28 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithLocaleIdentifier_1 = - _registerName1("initWithLocaleIdentifier:"); + _registerName1("initWithLocaleIdentifier:"); late final _sel_localeIdentifier1 = _registerName1("localeIdentifier"); late final _sel_localizedStringForLocaleIdentifier_1 = - _registerName1("localizedStringForLocaleIdentifier:"); + _registerName1("localizedStringForLocaleIdentifier:"); late final _sel_languageCode1 = _registerName1("languageCode"); late final _sel_localizedStringForLanguageCode_1 = - _registerName1("localizedStringForLanguageCode:"); + _registerName1("localizedStringForLanguageCode:"); late final _sel_countryCode1 = _registerName1("countryCode"); late final _sel_localizedStringForCountryCode_1 = - _registerName1("localizedStringForCountryCode:"); + _registerName1("localizedStringForCountryCode:"); late final _sel_scriptCode1 = _registerName1("scriptCode"); late final _sel_localizedStringForScriptCode_1 = - _registerName1("localizedStringForScriptCode:"); + _registerName1("localizedStringForScriptCode:"); late final _sel_variantCode1 = _registerName1("variantCode"); late final _sel_localizedStringForVariantCode_1 = - _registerName1("localizedStringForVariantCode:"); + _registerName1("localizedStringForVariantCode:"); late final _class_NSCharacterSet1 = _getClass1("NSCharacterSet"); late final _sel_controlCharacterSet1 = _registerName1("controlCharacterSet"); ffi.Pointer _objc_msgSend_174( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_174( obj, sel, @@ -4696,35 +4696,35 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_whitespaceCharacterSet1 = - _registerName1("whitespaceCharacterSet"); + _registerName1("whitespaceCharacterSet"); late final _sel_whitespaceAndNewlineCharacterSet1 = - _registerName1("whitespaceAndNewlineCharacterSet"); + _registerName1("whitespaceAndNewlineCharacterSet"); late final _sel_decimalDigitCharacterSet1 = - _registerName1("decimalDigitCharacterSet"); + _registerName1("decimalDigitCharacterSet"); late final _sel_letterCharacterSet1 = _registerName1("letterCharacterSet"); late final _sel_lowercaseLetterCharacterSet1 = - _registerName1("lowercaseLetterCharacterSet"); + _registerName1("lowercaseLetterCharacterSet"); late final _sel_uppercaseLetterCharacterSet1 = - _registerName1("uppercaseLetterCharacterSet"); + _registerName1("uppercaseLetterCharacterSet"); late final _sel_nonBaseCharacterSet1 = _registerName1("nonBaseCharacterSet"); late final _sel_alphanumericCharacterSet1 = - _registerName1("alphanumericCharacterSet"); + _registerName1("alphanumericCharacterSet"); late final _sel_decomposableCharacterSet1 = - _registerName1("decomposableCharacterSet"); + _registerName1("decomposableCharacterSet"); late final _sel_illegalCharacterSet1 = _registerName1("illegalCharacterSet"); late final _sel_punctuationCharacterSet1 = - _registerName1("punctuationCharacterSet"); + _registerName1("punctuationCharacterSet"); late final _sel_capitalizedLetterCharacterSet1 = - _registerName1("capitalizedLetterCharacterSet"); + _registerName1("capitalizedLetterCharacterSet"); late final _sel_symbolCharacterSet1 = _registerName1("symbolCharacterSet"); late final _sel_newlineCharacterSet1 = _registerName1("newlineCharacterSet"); late final _sel_characterSetWithRange_1 = - _registerName1("characterSetWithRange:"); + _registerName1("characterSetWithRange:"); ffi.Pointer _objc_msgSend_175( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange aRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange aRange, + ) { return __objc_msgSend_175( obj, sel, @@ -4741,12 +4741,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_characterSetWithCharactersInString_1 = - _registerName1("characterSetWithCharactersInString:"); + _registerName1("characterSetWithCharactersInString:"); ffi.Pointer _objc_msgSend_176( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aString, + ) { return __objc_msgSend_176( obj, sel, @@ -4763,12 +4763,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithBitmapRepresentation_1 = - _registerName1("characterSetWithBitmapRepresentation:"); + _registerName1("characterSetWithBitmapRepresentation:"); ffi.Pointer _objc_msgSend_177( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_177( obj, sel, @@ -4785,13 +4785,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_characterSetWithContentsOfFile_1 = - _registerName1("characterSetWithContentsOfFile:"); + _registerName1("characterSetWithContentsOfFile:"); late final _sel_characterIsMember_1 = _registerName1("characterIsMember:"); bool _objc_msgSend_178( - ffi.Pointer obj, - ffi.Pointer sel, - int aCharacter, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int aCharacter, + ) { return __objc_msgSend_178( obj, sel, @@ -4807,15 +4807,15 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_bitmapRepresentation1 = - _registerName1("bitmapRepresentation"); + _registerName1("bitmapRepresentation"); late final _sel_invertedSet1 = _registerName1("invertedSet"); late final _sel_longCharacterIsMember_1 = - _registerName1("longCharacterIsMember:"); + _registerName1("longCharacterIsMember:"); bool _objc_msgSend_179( - ffi.Pointer obj, - ffi.Pointer sel, - int theLongChar, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int theLongChar, + ) { return __objc_msgSend_179( obj, sel, @@ -4832,10 +4832,10 @@ class SentryCocoa { late final _sel_isSupersetOfSet_1 = _registerName1("isSupersetOfSet:"); bool _objc_msgSend_180( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer theOtherSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer theOtherSet, + ) { return __objc_msgSend_180( obj, sel, @@ -4853,10 +4853,10 @@ class SentryCocoa { late final _sel_hasMemberInPlane_1 = _registerName1("hasMemberInPlane:"); bool _objc_msgSend_181( - ffi.Pointer obj, - ffi.Pointer sel, - int thePlane, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int thePlane, + ) { return __objc_msgSend_181( obj, sel, @@ -4872,49 +4872,49 @@ class SentryCocoa { bool Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_URLUserAllowedCharacterSet1 = - _registerName1("URLUserAllowedCharacterSet"); + _registerName1("URLUserAllowedCharacterSet"); late final _sel_URLPasswordAllowedCharacterSet1 = - _registerName1("URLPasswordAllowedCharacterSet"); + _registerName1("URLPasswordAllowedCharacterSet"); late final _sel_URLHostAllowedCharacterSet1 = - _registerName1("URLHostAllowedCharacterSet"); + _registerName1("URLHostAllowedCharacterSet"); late final _sel_URLPathAllowedCharacterSet1 = - _registerName1("URLPathAllowedCharacterSet"); + _registerName1("URLPathAllowedCharacterSet"); late final _sel_URLQueryAllowedCharacterSet1 = - _registerName1("URLQueryAllowedCharacterSet"); + _registerName1("URLQueryAllowedCharacterSet"); late final _sel_URLFragmentAllowedCharacterSet1 = - _registerName1("URLFragmentAllowedCharacterSet"); + _registerName1("URLFragmentAllowedCharacterSet"); late final _sel_exemplarCharacterSet1 = - _registerName1("exemplarCharacterSet"); + _registerName1("exemplarCharacterSet"); late final _sel_calendarIdentifier1 = _registerName1("calendarIdentifier"); late final _sel_localizedStringForCalendarIdentifier_1 = - _registerName1("localizedStringForCalendarIdentifier:"); + _registerName1("localizedStringForCalendarIdentifier:"); late final _sel_collationIdentifier1 = _registerName1("collationIdentifier"); late final _sel_localizedStringForCollationIdentifier_1 = - _registerName1("localizedStringForCollationIdentifier:"); + _registerName1("localizedStringForCollationIdentifier:"); late final _sel_usesMetricSystem1 = _registerName1("usesMetricSystem"); late final _sel_decimalSeparator1 = _registerName1("decimalSeparator"); late final _sel_groupingSeparator1 = _registerName1("groupingSeparator"); late final _sel_currencySymbol1 = _registerName1("currencySymbol"); late final _sel_currencyCode1 = _registerName1("currencyCode"); late final _sel_localizedStringForCurrencyCode_1 = - _registerName1("localizedStringForCurrencyCode:"); + _registerName1("localizedStringForCurrencyCode:"); late final _sel_collatorIdentifier1 = _registerName1("collatorIdentifier"); late final _sel_localizedStringForCollatorIdentifier_1 = - _registerName1("localizedStringForCollatorIdentifier:"); + _registerName1("localizedStringForCollatorIdentifier:"); late final _sel_quotationBeginDelimiter1 = - _registerName1("quotationBeginDelimiter"); + _registerName1("quotationBeginDelimiter"); late final _sel_quotationEndDelimiter1 = - _registerName1("quotationEndDelimiter"); + _registerName1("quotationEndDelimiter"); late final _sel_alternateQuotationBeginDelimiter1 = - _registerName1("alternateQuotationBeginDelimiter"); + _registerName1("alternateQuotationBeginDelimiter"); late final _sel_alternateQuotationEndDelimiter1 = - _registerName1("alternateQuotationEndDelimiter"); + _registerName1("alternateQuotationEndDelimiter"); late final _sel_autoupdatingCurrentLocale1 = - _registerName1("autoupdatingCurrentLocale"); + _registerName1("autoupdatingCurrentLocale"); ffi.Pointer _objc_msgSend_182( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_182( obj, sel, @@ -4932,24 +4932,24 @@ class SentryCocoa { late final _sel_currentLocale1 = _registerName1("currentLocale"); late final _sel_systemLocale1 = _registerName1("systemLocale"); late final _sel_localeWithLocaleIdentifier_1 = - _registerName1("localeWithLocaleIdentifier:"); + _registerName1("localeWithLocaleIdentifier:"); late final _sel_availableLocaleIdentifiers1 = - _registerName1("availableLocaleIdentifiers"); + _registerName1("availableLocaleIdentifiers"); late final _sel_ISOLanguageCodes1 = _registerName1("ISOLanguageCodes"); late final _sel_ISOCountryCodes1 = _registerName1("ISOCountryCodes"); late final _sel_ISOCurrencyCodes1 = _registerName1("ISOCurrencyCodes"); late final _sel_commonISOCurrencyCodes1 = - _registerName1("commonISOCurrencyCodes"); + _registerName1("commonISOCurrencyCodes"); late final _sel_preferredLanguages1 = _registerName1("preferredLanguages"); late final _sel_componentsFromLocaleIdentifier_1 = - _registerName1("componentsFromLocaleIdentifier:"); + _registerName1("componentsFromLocaleIdentifier:"); late final _sel_localeIdentifierFromComponents_1 = - _registerName1("localeIdentifierFromComponents:"); + _registerName1("localeIdentifierFromComponents:"); ffi.Pointer _objc_msgSend_183( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dict, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dict, + ) { return __objc_msgSend_183( obj, sel, @@ -4966,16 +4966,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_canonicalLocaleIdentifierFromString_1 = - _registerName1("canonicalLocaleIdentifierFromString:"); + _registerName1("canonicalLocaleIdentifierFromString:"); late final _sel_canonicalLanguageIdentifierFromString_1 = - _registerName1("canonicalLanguageIdentifierFromString:"); + _registerName1("canonicalLanguageIdentifierFromString:"); late final _sel_localeIdentifierFromWindowsLocaleCode_1 = - _registerName1("localeIdentifierFromWindowsLocaleCode:"); + _registerName1("localeIdentifierFromWindowsLocaleCode:"); ffi.Pointer _objc_msgSend_184( - ffi.Pointer obj, - ffi.Pointer sel, - int lcid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int lcid, + ) { return __objc_msgSend_184( obj, sel, @@ -4992,12 +4992,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_windowsLocaleCodeFromLocaleIdentifier_1 = - _registerName1("windowsLocaleCodeFromLocaleIdentifier:"); + _registerName1("windowsLocaleCodeFromLocaleIdentifier:"); int _objc_msgSend_185( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localeIdentifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localeIdentifier, + ) { return __objc_msgSend_185( obj, sel, @@ -5014,12 +5014,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_characterDirectionForLanguage_1 = - _registerName1("characterDirectionForLanguage:"); + _registerName1("characterDirectionForLanguage:"); int _objc_msgSend_186( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer isoLangCode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer isoLangCode, + ) { return __objc_msgSend_186( obj, sel, @@ -5036,15 +5036,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_lineDirectionForLanguage_1 = - _registerName1("lineDirectionForLanguage:"); + _registerName1("lineDirectionForLanguage:"); late final _sel_localizedName_locale_1 = - _registerName1("localizedName:locale:"); + _registerName1("localizedName:locale:"); ffi.Pointer _objc_msgSend_187( - ffi.Pointer obj, - ffi.Pointer sel, - int style, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int style, + ffi.Pointer locale, + ) { return __objc_msgSend_187( obj, sel, @@ -5066,13 +5066,13 @@ class SentryCocoa { late final _sel_timeZoneWithName_1 = _registerName1("timeZoneWithName:"); late final _sel_timeZoneWithName_data_1 = - _registerName1("timeZoneWithName:data:"); + _registerName1("timeZoneWithName:data:"); instancetype _objc_msgSend_188( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer tzName, - ffi.Pointer aData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer tzName, + ffi.Pointer aData, + ) { return __objc_msgSend_188( obj, sel, @@ -5095,12 +5095,12 @@ class SentryCocoa { late final _sel_initWithName_1 = _registerName1("initWithName:"); late final _sel_initWithName_data_1 = _registerName1("initWithName:data:"); late final _sel_timeZoneForSecondsFromGMT_1 = - _registerName1("timeZoneForSecondsFromGMT:"); + _registerName1("timeZoneForSecondsFromGMT:"); instancetype _objc_msgSend_189( - ffi.Pointer obj, - ffi.Pointer sel, - int seconds, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int seconds, + ) { return __objc_msgSend_189( obj, sel, @@ -5117,20 +5117,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_timeZoneWithAbbreviation_1 = - _registerName1("timeZoneWithAbbreviation:"); + _registerName1("timeZoneWithAbbreviation:"); late final _sel_dateWithYear_month_day_hour_minute_second_timeZone_1 = - _registerName1("dateWithYear:month:day:hour:minute:second:timeZone:"); + _registerName1("dateWithYear:month:day:hour:minute:second:timeZone:"); ffi.Pointer _objc_msgSend_190( - ffi.Pointer obj, - ffi.Pointer sel, - int year, - int month, - int day, - int hour, - int minute, - int second, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int year, + int month, + int day, + int hour, + int minute, + int second, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_190( obj, sel, @@ -5169,17 +5169,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateByAddingYears_months_days_hours_minutes_seconds_1 = - _registerName1("dateByAddingYears:months:days:hours:minutes:seconds:"); + _registerName1("dateByAddingYears:months:days:hours:minutes:seconds:"); ffi.Pointer _objc_msgSend_191( - ffi.Pointer obj, - ffi.Pointer sel, - int year, - int month, - int day, - int hour, - int minute, - int second, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int year, + int month, + int day, + int hour, + int minute, + int second, + ) { return __objc_msgSend_191( obj, sel, @@ -5218,22 +5218,22 @@ class SentryCocoa { late final _sel_yearOfCommonEra1 = _registerName1("yearOfCommonEra"); late final _sel_calendarFormat1 = _registerName1("calendarFormat"); late final _sel_descriptionWithCalendarFormat_locale_1 = - _registerName1("descriptionWithCalendarFormat:locale:"); + _registerName1("descriptionWithCalendarFormat:locale:"); late final _sel_descriptionWithCalendarFormat_1 = - _registerName1("descriptionWithCalendarFormat:"); + _registerName1("descriptionWithCalendarFormat:"); late final _sel_timeZone1 = _registerName1("timeZone"); late final _sel_initWithString_calendarFormat_locale_1 = - _registerName1("initWithString:calendarFormat:locale:"); + _registerName1("initWithString:calendarFormat:locale:"); late final _sel_initWithString_calendarFormat_1 = - _registerName1("initWithString:calendarFormat:"); + _registerName1("initWithString:calendarFormat:"); late final _sel_initWithYear_month_day_hour_minute_second_timeZone_1 = - _registerName1("initWithYear:month:day:hour:minute:second:timeZone:"); + _registerName1("initWithYear:month:day:hour:minute:second:timeZone:"); late final _sel_setCalendarFormat_1 = _registerName1("setCalendarFormat:"); void _objc_msgSend_192( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ) { return __objc_msgSend_192( obj, sel, @@ -5251,10 +5251,10 @@ class SentryCocoa { late final _sel_setTimeZone_1 = _registerName1("setTimeZone:"); void _objc_msgSend_193( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_193( obj, sel, @@ -5271,18 +5271,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_years_months_days_hours_minutes_seconds_sinceDate_1 = - _registerName1("years:months:days:hours:minutes:seconds:sinceDate:"); + _registerName1("years:months:days:hours:minutes:seconds:sinceDate:"); void _objc_msgSend_194( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer yp, - ffi.Pointer mop, - ffi.Pointer dp, - ffi.Pointer hp, - ffi.Pointer mip, - ffi.Pointer sp, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer yp, + ffi.Pointer mop, + ffi.Pointer dp, + ffi.Pointer hp, + ffi.Pointer mip, + ffi.Pointer sp, + ffi.Pointer date, + ) { return __objc_msgSend_194( obj, sel, @@ -5321,13 +5321,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithCalendarFormat_timeZone_1 = - _registerName1("dateWithCalendarFormat:timeZone:"); + _registerName1("dateWithCalendarFormat:timeZone:"); ffi.Pointer _objc_msgSend_195( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer aTimeZone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer aTimeZone, + ) { return __objc_msgSend_195( obj, sel, @@ -5351,14 +5351,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_descriptionWithCalendarFormat_timeZone_locale_1 = - _registerName1("descriptionWithCalendarFormat:timeZone:locale:"); + _registerName1("descriptionWithCalendarFormat:timeZone:locale:"); ffi.Pointer _objc_msgSend_196( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer aTimeZone, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer aTimeZone, + ffi.Pointer locale, + ) { return __objc_msgSend_196( obj, sel, @@ -5385,23 +5385,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileModificationDate1 = - _registerName1("fileModificationDate"); + _registerName1("fileModificationDate"); late final _sel_fileType1 = _registerName1("fileType"); late final _sel_filePosixPermissions1 = - _registerName1("filePosixPermissions"); + _registerName1("filePosixPermissions"); late final _sel_fileOwnerAccountName1 = - _registerName1("fileOwnerAccountName"); + _registerName1("fileOwnerAccountName"); late final _sel_fileGroupOwnerAccountName1 = - _registerName1("fileGroupOwnerAccountName"); + _registerName1("fileGroupOwnerAccountName"); late final _sel_fileSystemNumber1 = _registerName1("fileSystemNumber"); late final _sel_fileSystemFileNumber1 = - _registerName1("fileSystemFileNumber"); + _registerName1("fileSystemFileNumber"); late final _sel_fileExtensionHidden1 = _registerName1("fileExtensionHidden"); late final _sel_fileHFSCreatorCode1 = _registerName1("fileHFSCreatorCode"); int _objc_msgSend_197( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_197( obj, sel, @@ -5421,9 +5421,9 @@ class SentryCocoa { late final _sel_fileCreationDate1 = _registerName1("fileCreationDate"); late final _sel_fileOwnerAccountID1 = _registerName1("fileOwnerAccountID"); ffi.Pointer _objc_msgSend_198( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_198( obj, sel, @@ -5439,13 +5439,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileGroupOwnerAccountID1 = - _registerName1("fileGroupOwnerAccountID"); + _registerName1("fileGroupOwnerAccountID"); late final _sel_predicateWithBlock_1 = _registerName1("predicateWithBlock:"); ffi.Pointer _objc_msgSend_199( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_199( obj, sel, @@ -5463,16 +5463,16 @@ class SentryCocoa { late final _sel_predicateFormat1 = _registerName1("predicateFormat"); late final _sel_predicateWithSubstitutionVariables_1 = - _registerName1("predicateWithSubstitutionVariables:"); + _registerName1("predicateWithSubstitutionVariables:"); late final _sel_evaluateWithObject_1 = _registerName1("evaluateWithObject:"); late final _sel_evaluateWithObject_substitutionVariables_1 = - _registerName1("evaluateWithObject:substitutionVariables:"); + _registerName1("evaluateWithObject:substitutionVariables:"); bool _objc_msgSend_200( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - ffi.Pointer bindings, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + ffi.Pointer bindings, + ) { return __objc_msgSend_200( obj, sel, @@ -5494,12 +5494,12 @@ class SentryCocoa { late final _sel_allowEvaluation1 = _registerName1("allowEvaluation"); late final _sel_filteredArrayUsingPredicate_1 = - _registerName1("filteredArrayUsingPredicate:"); + _registerName1("filteredArrayUsingPredicate:"); ffi.Pointer _objc_msgSend_201( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_201( obj, sel, @@ -5517,10 +5517,10 @@ class SentryCocoa { late final _sel_initWithChar_1 = _registerName1("initWithChar:"); ffi.Pointer _objc_msgSend_202( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_202( obj, sel, @@ -5537,12 +5537,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedChar_1 = - _registerName1("initWithUnsignedChar:"); + _registerName1("initWithUnsignedChar:"); ffi.Pointer _objc_msgSend_203( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_203( obj, sel, @@ -5560,10 +5560,10 @@ class SentryCocoa { late final _sel_initWithShort_1 = _registerName1("initWithShort:"); ffi.Pointer _objc_msgSend_204( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_204( obj, sel, @@ -5580,12 +5580,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedShort_1 = - _registerName1("initWithUnsignedShort:"); + _registerName1("initWithUnsignedShort:"); ffi.Pointer _objc_msgSend_205( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_205( obj, sel, @@ -5603,10 +5603,10 @@ class SentryCocoa { late final _sel_initWithInt_1 = _registerName1("initWithInt:"); ffi.Pointer _objc_msgSend_206( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_206( obj, sel, @@ -5623,12 +5623,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedInt_1 = - _registerName1("initWithUnsignedInt:"); + _registerName1("initWithUnsignedInt:"); ffi.Pointer _objc_msgSend_207( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_207( obj, sel, @@ -5646,10 +5646,10 @@ class SentryCocoa { late final _sel_initWithLong_1 = _registerName1("initWithLong:"); ffi.Pointer _objc_msgSend_208( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_208( obj, sel, @@ -5666,12 +5666,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedLong_1 = - _registerName1("initWithUnsignedLong:"); + _registerName1("initWithUnsignedLong:"); ffi.Pointer _objc_msgSend_209( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_209( obj, sel, @@ -5689,10 +5689,10 @@ class SentryCocoa { late final _sel_initWithLongLong_1 = _registerName1("initWithLongLong:"); ffi.Pointer _objc_msgSend_210( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_210( obj, sel, @@ -5709,12 +5709,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithUnsignedLongLong_1 = - _registerName1("initWithUnsignedLongLong:"); + _registerName1("initWithUnsignedLongLong:"); ffi.Pointer _objc_msgSend_211( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_211( obj, sel, @@ -5732,10 +5732,10 @@ class SentryCocoa { late final _sel_initWithFloat_1 = _registerName1("initWithFloat:"); ffi.Pointer _objc_msgSend_212( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_212( obj, sel, @@ -5753,10 +5753,10 @@ class SentryCocoa { late final _sel_initWithDouble_1 = _registerName1("initWithDouble:"); ffi.Pointer _objc_msgSend_213( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_213( obj, sel, @@ -5774,10 +5774,10 @@ class SentryCocoa { late final _sel_initWithBool_1 = _registerName1("initWithBool:"); ffi.Pointer _objc_msgSend_214( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_214( obj, sel, @@ -5795,12 +5795,12 @@ class SentryCocoa { late final _sel_initWithInteger_1 = _registerName1("initWithInteger:"); late final _sel_initWithUnsignedInteger_1 = - _registerName1("initWithUnsignedInteger:"); + _registerName1("initWithUnsignedInteger:"); late final _sel_charValue1 = _registerName1("charValue"); int _objc_msgSend_215( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_215( obj, sel, @@ -5816,9 +5816,9 @@ class SentryCocoa { late final _sel_unsignedCharValue1 = _registerName1("unsignedCharValue"); int _objc_msgSend_216( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_216( obj, sel, @@ -5834,9 +5834,9 @@ class SentryCocoa { late final _sel_shortValue1 = _registerName1("shortValue"); int _objc_msgSend_217( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_217( obj, sel, @@ -5852,9 +5852,9 @@ class SentryCocoa { late final _sel_unsignedShortValue1 = _registerName1("unsignedShortValue"); int _objc_msgSend_218( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_218( obj, sel, @@ -5870,9 +5870,9 @@ class SentryCocoa { late final _sel_intValue1 = _registerName1("intValue"); int _objc_msgSend_219( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_219( obj, sel, @@ -5891,9 +5891,9 @@ class SentryCocoa { late final _sel_unsignedLongValue1 = _registerName1("unsignedLongValue"); late final _sel_longLongValue1 = _registerName1("longLongValue"); int _objc_msgSend_220( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_220( obj, sel, @@ -5908,12 +5908,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_unsignedLongLongValue1 = - _registerName1("unsignedLongLongValue"); + _registerName1("unsignedLongLongValue"); late final _sel_floatValue1 = _registerName1("floatValue"); double _objc_msgSend_221( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_221( obj, sel, @@ -5931,13 +5931,13 @@ class SentryCocoa { late final _sel_boolValue1 = _registerName1("boolValue"); late final _sel_integerValue1 = _registerName1("integerValue"); late final _sel_unsignedIntegerValue1 = - _registerName1("unsignedIntegerValue"); + _registerName1("unsignedIntegerValue"); late final _sel_stringValue1 = _registerName1("stringValue"); int _objc_msgSend_222( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherNumber, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherNumber, + ) { return __objc_msgSend_222( obj, sel, @@ -5955,10 +5955,10 @@ class SentryCocoa { late final _sel_isEqualToNumber_1 = _registerName1("isEqualToNumber:"); bool _objc_msgSend_223( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer number, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer number, + ) { return __objc_msgSend_223( obj, sel, @@ -5976,25 +5976,25 @@ class SentryCocoa { late final _sel_numberWithChar_1 = _registerName1("numberWithChar:"); late final _sel_numberWithUnsignedChar_1 = - _registerName1("numberWithUnsignedChar:"); + _registerName1("numberWithUnsignedChar:"); late final _sel_numberWithShort_1 = _registerName1("numberWithShort:"); late final _sel_numberWithUnsignedShort_1 = - _registerName1("numberWithUnsignedShort:"); + _registerName1("numberWithUnsignedShort:"); late final _sel_numberWithInt_1 = _registerName1("numberWithInt:"); late final _sel_numberWithUnsignedInt_1 = - _registerName1("numberWithUnsignedInt:"); + _registerName1("numberWithUnsignedInt:"); late final _sel_numberWithLong_1 = _registerName1("numberWithLong:"); late final _sel_numberWithUnsignedLong_1 = - _registerName1("numberWithUnsignedLong:"); + _registerName1("numberWithUnsignedLong:"); late final _sel_numberWithLongLong_1 = _registerName1("numberWithLongLong:"); late final _sel_numberWithUnsignedLongLong_1 = - _registerName1("numberWithUnsignedLongLong:"); + _registerName1("numberWithUnsignedLongLong:"); late final _sel_numberWithFloat_1 = _registerName1("numberWithFloat:"); late final _sel_numberWithDouble_1 = _registerName1("numberWithDouble:"); late final _sel_numberWithBool_1 = _registerName1("numberWithBool:"); late final _sel_numberWithInteger_1 = _registerName1("numberWithInteger:"); late final _sel_numberWithUnsignedInteger_1 = - _registerName1("numberWithUnsignedInteger:"); + _registerName1("numberWithUnsignedInteger:"); late final _sel_port1 = _registerName1("port"); late final _sel_user1 = _registerName1("user"); late final _sel_password1 = _registerName1("password"); @@ -6005,13 +6005,13 @@ class SentryCocoa { late final _sel_relativePath1 = _registerName1("relativePath"); late final _sel_hasDirectoryPath1 = _registerName1("hasDirectoryPath"); late final _sel_getFileSystemRepresentation_maxLength_1 = - _registerName1("getFileSystemRepresentation:maxLength:"); + _registerName1("getFileSystemRepresentation:maxLength:"); bool _objc_msgSend_224( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferLength, + ) { return __objc_msgSend_224( obj, sel, @@ -6029,16 +6029,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_fileSystemRepresentation1 = - _registerName1("fileSystemRepresentation"); + _registerName1("fileSystemRepresentation"); late final _sel_isFileURL1 = _registerName1("isFileURL"); late final _sel_standardizedURL1 = _registerName1("standardizedURL"); late final _sel_checkResourceIsReachableAndReturnError_1 = - _registerName1("checkResourceIsReachableAndReturnError:"); + _registerName1("checkResourceIsReachableAndReturnError:"); bool _objc_msgSend_225( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_225( obj, sel, @@ -6058,14 +6058,14 @@ class SentryCocoa { late final _sel_fileReferenceURL1 = _registerName1("fileReferenceURL"); late final _sel_filePathURL1 = _registerName1("filePathURL"); late final _sel_getResourceValue_forKey_error_1 = - _registerName1("getResourceValue:forKey:error:"); + _registerName1("getResourceValue:forKey:error:"); bool _objc_msgSend_226( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> value, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> value, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_226( obj, sel, @@ -6092,13 +6092,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_resourceValuesForKeys_error_1 = - _registerName1("resourceValuesForKeys:error:"); + _registerName1("resourceValuesForKeys:error:"); ffi.Pointer _objc_msgSend_227( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer> error, + ) { return __objc_msgSend_227( obj, sel, @@ -6122,14 +6122,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setResourceValue_forKey_error_1 = - _registerName1("setResourceValue:forKey:error:"); + _registerName1("setResourceValue:forKey:error:"); bool _objc_msgSend_228( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_228( obj, sel, @@ -6156,13 +6156,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setResourceValues_error_1 = - _registerName1("setResourceValues:error:"); + _registerName1("setResourceValues:error:"); bool _objc_msgSend_229( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyedValues, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyedValues, + ffi.Pointer> error, + ) { return __objc_msgSend_229( obj, sel, @@ -6183,22 +6183,22 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_removeCachedResourceValueForKey_1 = - _registerName1("removeCachedResourceValueForKey:"); + _registerName1("removeCachedResourceValueForKey:"); late final _sel_removeAllCachedResourceValues1 = - _registerName1("removeAllCachedResourceValues"); + _registerName1("removeAllCachedResourceValues"); late final _sel_setTemporaryResourceValue_forKey_1 = - _registerName1("setTemporaryResourceValue:forKey:"); + _registerName1("setTemporaryResourceValue:forKey:"); late final _sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1 = - _registerName1( - "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:"); + _registerName1( + "bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:"); ffi.Pointer _objc_msgSend_230( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer keys, - ffi.Pointer relativeURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer keys, + ffi.Pointer relativeURL, + ffi.Pointer> error, + ) { return __objc_msgSend_230( obj, sel, @@ -6228,17 +6228,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1 = - _registerName1( - "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); + _registerName1( + "initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); instancetype _objc_msgSend_231( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkData, - int options, - ffi.Pointer relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkData, + int options, + ffi.Pointer relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error, + ) { return __objc_msgSend_231( obj, sel, @@ -6271,16 +6271,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1 = - _registerName1( - "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); + _registerName1( + "URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:"); late final _sel_resourceValuesForKeys_fromBookmarkData_1 = - _registerName1("resourceValuesForKeys:fromBookmarkData:"); + _registerName1("resourceValuesForKeys:fromBookmarkData:"); ffi.Pointer _objc_msgSend_232( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer bookmarkData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer bookmarkData, + ) { return __objc_msgSend_232( obj, sel, @@ -6304,15 +6304,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_writeBookmarkData_toURL_options_error_1 = - _registerName1("writeBookmarkData:toURL:options:error:"); + _registerName1("writeBookmarkData:toURL:options:error:"); bool _objc_msgSend_233( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkData, - ffi.Pointer bookmarkFileURL, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkData, + ffi.Pointer bookmarkFileURL, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_233( obj, sel, @@ -6342,13 +6342,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_bookmarkDataWithContentsOfURL_error_1 = - _registerName1("bookmarkDataWithContentsOfURL:error:"); + _registerName1("bookmarkDataWithContentsOfURL:error:"); ffi.Pointer _objc_msgSend_234( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bookmarkFileURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bookmarkFileURL, + ffi.Pointer> error, + ) { return __objc_msgSend_234( obj, sel, @@ -6372,14 +6372,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLByResolvingAliasFileAtURL_options_error_1 = - _registerName1("URLByResolvingAliasFileAtURL:options:error:"); + _registerName1("URLByResolvingAliasFileAtURL:options:error:"); instancetype _objc_msgSend_235( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_235( obj, sel, @@ -6406,19 +6406,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_startAccessingSecurityScopedResource1 = - _registerName1("startAccessingSecurityScopedResource"); + _registerName1("startAccessingSecurityScopedResource"); late final _sel_stopAccessingSecurityScopedResource1 = - _registerName1("stopAccessingSecurityScopedResource"); + _registerName1("stopAccessingSecurityScopedResource"); late final _sel_getPromisedItemResourceValue_forKey_error_1 = - _registerName1("getPromisedItemResourceValue:forKey:error:"); + _registerName1("getPromisedItemResourceValue:forKey:error:"); late final _sel_promisedItemResourceValuesForKeys_error_1 = - _registerName1("promisedItemResourceValuesForKeys:error:"); + _registerName1("promisedItemResourceValuesForKeys:error:"); ffi.Pointer _objc_msgSend_236( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ffi.Pointer> error, + ) { return __objc_msgSend_236( obj, sel, @@ -6442,14 +6442,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_checkPromisedItemIsReachableAndReturnError_1 = - _registerName1("checkPromisedItemIsReachableAndReturnError:"); + _registerName1("checkPromisedItemIsReachableAndReturnError:"); late final _sel_fileURLWithPathComponents_1 = - _registerName1("fileURLWithPathComponents:"); + _registerName1("fileURLWithPathComponents:"); ffi.Pointer _objc_msgSend_237( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer components, + ) { return __objc_msgSend_237( obj, sel, @@ -6469,26 +6469,26 @@ class SentryCocoa { late final _sel_lastPathComponent1 = _registerName1("lastPathComponent"); late final _sel_pathExtension1 = _registerName1("pathExtension"); late final _sel_URLByAppendingPathComponent_1 = - _registerName1("URLByAppendingPathComponent:"); + _registerName1("URLByAppendingPathComponent:"); late final _sel_URLByAppendingPathComponent_isDirectory_1 = - _registerName1("URLByAppendingPathComponent:isDirectory:"); + _registerName1("URLByAppendingPathComponent:isDirectory:"); late final _sel_URLByDeletingLastPathComponent1 = - _registerName1("URLByDeletingLastPathComponent"); + _registerName1("URLByDeletingLastPathComponent"); late final _sel_URLByAppendingPathExtension_1 = - _registerName1("URLByAppendingPathExtension:"); + _registerName1("URLByAppendingPathExtension:"); late final _sel_URLByDeletingPathExtension1 = - _registerName1("URLByDeletingPathExtension"); + _registerName1("URLByDeletingPathExtension"); late final _sel_URLByStandardizingPath1 = - _registerName1("URLByStandardizingPath"); + _registerName1("URLByStandardizingPath"); late final _sel_URLByResolvingSymlinksInPath1 = - _registerName1("URLByResolvingSymlinksInPath"); + _registerName1("URLByResolvingSymlinksInPath"); late final _sel_resourceDataUsingCache_1 = - _registerName1("resourceDataUsingCache:"); + _registerName1("resourceDataUsingCache:"); ffi.Pointer _objc_msgSend_238( - ffi.Pointer obj, - ffi.Pointer sel, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { return __objc_msgSend_238( obj, sel, @@ -6505,13 +6505,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_loadResourceDataNotifyingClient_usingCache_1 = - _registerName1("loadResourceDataNotifyingClient:usingCache:"); + _registerName1("loadResourceDataNotifyingClient:usingCache:"); void _objc_msgSend_239( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer client, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer client, + bool shouldUseCache, + ) { return __objc_msgSend_239( obj, sel, @@ -6532,11 +6532,11 @@ class SentryCocoa { late final _sel_setResourceData_1 = _registerName1("setResourceData:"); late final _sel_setProperty_forKey_1 = _registerName1("setProperty:forKey:"); bool _objc_msgSend_240( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer property, - ffi.Pointer propertyKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer property, + ffi.Pointer propertyKey, + ) { return __objc_msgSend_240( obj, sel, @@ -6558,14 +6558,14 @@ class SentryCocoa { late final _class_NSURLHandle1 = _getClass1("NSURLHandle"); late final _sel_registerURLHandleClass_1 = - _registerName1("registerURLHandleClass:"); + _registerName1("registerURLHandleClass:"); late final _sel_URLHandleClassForURL_1 = - _registerName1("URLHandleClassForURL:"); + _registerName1("URLHandleClassForURL:"); ffi.Pointer _objc_msgSend_241( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_241( obj, sel, @@ -6583,9 +6583,9 @@ class SentryCocoa { late final _sel_status1 = _registerName1("status"); int _objc_msgSend_242( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_242( obj, sel, @@ -6604,23 +6604,23 @@ class SentryCocoa { late final _sel_removeClient_1 = _registerName1("removeClient:"); late final _sel_loadInBackground1 = _registerName1("loadInBackground"); late final _sel_cancelLoadInBackground1 = - _registerName1("cancelLoadInBackground"); + _registerName1("cancelLoadInBackground"); late final _sel_resourceData1 = _registerName1("resourceData"); late final _sel_availableResourceData1 = - _registerName1("availableResourceData"); + _registerName1("availableResourceData"); late final _sel_expectedResourceDataSize1 = - _registerName1("expectedResourceDataSize"); + _registerName1("expectedResourceDataSize"); late final _sel_flushCachedData1 = _registerName1("flushCachedData"); late final _sel_backgroundLoadDidFailWithReason_1 = - _registerName1("backgroundLoadDidFailWithReason:"); + _registerName1("backgroundLoadDidFailWithReason:"); late final _sel_didLoadBytes_loadComplete_1 = - _registerName1("didLoadBytes:loadComplete:"); + _registerName1("didLoadBytes:loadComplete:"); void _objc_msgSend_243( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer newBytes, - bool yorn, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer newBytes, + bool yorn, + ) { return __objc_msgSend_243( obj, sel, @@ -6639,10 +6639,10 @@ class SentryCocoa { late final _sel_canInitWithURL_1 = _registerName1("canInitWithURL:"); bool _objc_msgSend_244( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_244( obj, sel, @@ -6660,10 +6660,10 @@ class SentryCocoa { late final _sel_cachedHandleForURL_1 = _registerName1("cachedHandleForURL:"); ffi.Pointer _objc_msgSend_245( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + ) { return __objc_msgSend_245( obj, sel, @@ -6681,11 +6681,11 @@ class SentryCocoa { late final _sel_initWithURL_cached_1 = _registerName1("initWithURL:cached:"); ffi.Pointer _objc_msgSend_246( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anURL, - bool willCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anURL, + bool willCache, + ) { return __objc_msgSend_246( obj, sel, @@ -6706,21 +6706,21 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_propertyForKeyIfAvailable_1 = - _registerName1("propertyForKeyIfAvailable:"); + _registerName1("propertyForKeyIfAvailable:"); late final _sel_writeProperty_forKey_1 = - _registerName1("writeProperty:forKey:"); + _registerName1("writeProperty:forKey:"); late final _sel_writeData_1 = _registerName1("writeData:"); late final _sel_loadInForeground1 = _registerName1("loadInForeground"); late final _sel_beginLoadInBackground1 = - _registerName1("beginLoadInBackground"); + _registerName1("beginLoadInBackground"); late final _sel_endLoadInBackground1 = _registerName1("endLoadInBackground"); late final _sel_URLHandleUsingCache_1 = - _registerName1("URLHandleUsingCache:"); + _registerName1("URLHandleUsingCache:"); ffi.Pointer _objc_msgSend_247( - ffi.Pointer obj, - ffi.Pointer sel, - bool shouldUseCache, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool shouldUseCache, + ) { return __objc_msgSend_247( obj, sel, @@ -6737,14 +6737,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_writeToFile_options_error_1 = - _registerName1("writeToFile:options:error:"); + _registerName1("writeToFile:options:error:"); bool _objc_msgSend_248( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int writeOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int writeOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_248( obj, sel, @@ -6771,14 +6771,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToURL_options_error_1 = - _registerName1("writeToURL:options:error:"); + _registerName1("writeToURL:options:error:"); bool _objc_msgSend_249( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int writeOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int writeOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_249( obj, sel, @@ -6805,15 +6805,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_rangeOfData_options_range_1 = - _registerName1("rangeOfData:options:range:"); + _registerName1("rangeOfData:options:range:"); void _objc_msgSend_250( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataToFind, - int mask, - _NSRange searchRange, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataToFind, + int mask, + _NSRange searchRange, + ) { return __objc_msgSend_250( stret, obj, @@ -6838,12 +6838,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_enumerateByteRangesUsingBlock_1 = - _registerName1("enumerateByteRangesUsingBlock:"); + _registerName1("enumerateByteRangesUsingBlock:"); void _objc_msgSend_251( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_251( obj, sel, @@ -6860,13 +6860,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataWithBytes_length_1 = - _registerName1("dataWithBytes:length:"); + _registerName1("dataWithBytes:length:"); instancetype _objc_msgSend_252( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ) { return __objc_msgSend_252( obj, sel, @@ -6884,16 +6884,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_dataWithBytesNoCopy_length_1 = - _registerName1("dataWithBytesNoCopy:length:"); + _registerName1("dataWithBytesNoCopy:length:"); late final _sel_dataWithBytesNoCopy_length_freeWhenDone_1 = - _registerName1("dataWithBytesNoCopy:length:freeWhenDone:"); + _registerName1("dataWithBytesNoCopy:length:freeWhenDone:"); instancetype _objc_msgSend_253( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - bool b, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + bool b, + ) { return __objc_msgSend_253( obj, sel, @@ -6916,14 +6916,14 @@ class SentryCocoa { ffi.Pointer, int, bool)>(); late final _sel_dataWithContentsOfFile_options_error_1 = - _registerName1("dataWithContentsOfFile:options:error:"); + _registerName1("dataWithContentsOfFile:options:error:"); instancetype _objc_msgSend_254( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int readOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int readOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_254( obj, sel, @@ -6950,14 +6950,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dataWithContentsOfURL_options_error_1 = - _registerName1("dataWithContentsOfURL:options:error:"); + _registerName1("dataWithContentsOfURL:options:error:"); instancetype _objc_msgSend_255( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int readOptionsMask, - ffi.Pointer> errorPtr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int readOptionsMask, + ffi.Pointer> errorPtr, + ) { return __objc_msgSend_255( obj, sel, @@ -6984,24 +6984,24 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_dataWithContentsOfFile_1 = - _registerName1("dataWithContentsOfFile:"); + _registerName1("dataWithContentsOfFile:"); late final _sel_dataWithContentsOfURL_1 = - _registerName1("dataWithContentsOfURL:"); + _registerName1("dataWithContentsOfURL:"); late final _sel_initWithBytes_length_1 = - _registerName1("initWithBytes:length:"); + _registerName1("initWithBytes:length:"); late final _sel_initWithBytesNoCopy_length_1 = - _registerName1("initWithBytesNoCopy:length:"); + _registerName1("initWithBytesNoCopy:length:"); late final _sel_initWithBytesNoCopy_length_freeWhenDone_1 = - _registerName1("initWithBytesNoCopy:length:freeWhenDone:"); + _registerName1("initWithBytesNoCopy:length:freeWhenDone:"); late final _sel_initWithBytesNoCopy_length_deallocator_1 = - _registerName1("initWithBytesNoCopy:length:deallocator:"); + _registerName1("initWithBytesNoCopy:length:deallocator:"); instancetype _objc_msgSend_256( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_256( obj, sel, @@ -7024,15 +7024,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithContentsOfFile_options_error_1 = - _registerName1("initWithContentsOfFile:options:error:"); + _registerName1("initWithContentsOfFile:options:error:"); late final _sel_initWithContentsOfURL_options_error_1 = - _registerName1("initWithContentsOfURL:options:error:"); + _registerName1("initWithContentsOfURL:options:error:"); late final _sel_initWithData_1 = _registerName1("initWithData:"); instancetype _objc_msgSend_257( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_257( obj, sel, @@ -7050,13 +7050,13 @@ class SentryCocoa { late final _sel_dataWithData_1 = _registerName1("dataWithData:"); late final _sel_initWithBase64EncodedString_options_1 = - _registerName1("initWithBase64EncodedString:options:"); + _registerName1("initWithBase64EncodedString:options:"); instancetype _objc_msgSend_258( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer base64String, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer base64String, + int options, + ) { return __objc_msgSend_258( obj, sel, @@ -7074,12 +7074,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_base64EncodedStringWithOptions_1 = - _registerName1("base64EncodedStringWithOptions:"); + _registerName1("base64EncodedStringWithOptions:"); ffi.Pointer _objc_msgSend_259( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_259( obj, sel, @@ -7096,13 +7096,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithBase64EncodedData_options_1 = - _registerName1("initWithBase64EncodedData:options:"); + _registerName1("initWithBase64EncodedData:options:"); instancetype _objc_msgSend_260( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer base64Data, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer base64Data, + int options, + ) { return __objc_msgSend_260( obj, sel, @@ -7120,12 +7120,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_base64EncodedDataWithOptions_1 = - _registerName1("base64EncodedDataWithOptions:"); + _registerName1("base64EncodedDataWithOptions:"); ffi.Pointer _objc_msgSend_261( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_261( obj, sel, @@ -7142,13 +7142,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_decompressedDataUsingAlgorithm_error_1 = - _registerName1("decompressedDataUsingAlgorithm:error:"); + _registerName1("decompressedDataUsingAlgorithm:error:"); instancetype _objc_msgSend_262( - ffi.Pointer obj, - ffi.Pointer sel, - int algorithm, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int algorithm, + ffi.Pointer> error, + ) { return __objc_msgSend_262( obj, sel, @@ -7169,21 +7169,21 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_compressedDataUsingAlgorithm_error_1 = - _registerName1("compressedDataUsingAlgorithm:error:"); + _registerName1("compressedDataUsingAlgorithm:error:"); late final _sel_getBytes_1 = _registerName1("getBytes:"); late final _sel_dataWithContentsOfMappedFile_1 = - _registerName1("dataWithContentsOfMappedFile:"); + _registerName1("dataWithContentsOfMappedFile:"); late final _sel_initWithContentsOfMappedFile_1 = - _registerName1("initWithContentsOfMappedFile:"); + _registerName1("initWithContentsOfMappedFile:"); late final _sel_initWithBase64Encoding_1 = - _registerName1("initWithBase64Encoding:"); + _registerName1("initWithBase64Encoding:"); late final _sel_base64Encoding1 = _registerName1("base64Encoding"); late final _sel_encodeDataObject_1 = _registerName1("encodeDataObject:"); void _objc_msgSend_263( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_263( obj, sel, @@ -7201,14 +7201,14 @@ class SentryCocoa { late final _sel_decodeDataObject1 = _registerName1("decodeDataObject"); late final _sel_decodeValueOfObjCType_at_size_1 = - _registerName1("decodeValueOfObjCType:at:size:"); + _registerName1("decodeValueOfObjCType:at:size:"); void _objc_msgSend_264( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - ffi.Pointer data, - int size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + ffi.Pointer data, + int size, + ) { return __objc_msgSend_264( obj, sel, @@ -7231,12 +7231,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_versionForClassName_1 = - _registerName1("versionForClassName:"); + _registerName1("versionForClassName:"); int _objc_msgSend_265( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer className, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer className, + ) { return __objc_msgSend_265( obj, sel, @@ -7257,14 +7257,14 @@ class SentryCocoa { late final _sel_encodeBycopyObject_1 = _registerName1("encodeBycopyObject:"); late final _sel_encodeByrefObject_1 = _registerName1("encodeByrefObject:"); late final _sel_encodeConditionalObject_1 = - _registerName1("encodeConditionalObject:"); + _registerName1("encodeConditionalObject:"); late final _sel_encodeValuesOfObjCTypes_1 = - _registerName1("encodeValuesOfObjCTypes:"); + _registerName1("encodeValuesOfObjCTypes:"); void _objc_msgSend_266( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer types, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer types, + ) { return __objc_msgSend_266( obj, sel, @@ -7281,14 +7281,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeArrayOfObjCType_count_at_1 = - _registerName1("encodeArrayOfObjCType:count:at:"); + _registerName1("encodeArrayOfObjCType:count:at:"); void _objc_msgSend_267( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer type, - int count, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer type, + int count, + ffi.Pointer array, + ) { return __objc_msgSend_267( obj, sel, @@ -7313,12 +7313,12 @@ class SentryCocoa { late final _sel_encodeBytes_length_1 = _registerName1("encodeBytes:length:"); late final _sel_decodeObject1 = _registerName1("decodeObject"); late final _sel_decodeTopLevelObjectAndReturnError_1 = - _registerName1("decodeTopLevelObjectAndReturnError:"); + _registerName1("decodeTopLevelObjectAndReturnError:"); ffi.Pointer _objc_msgSend_268( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_268( obj, sel, @@ -7337,16 +7337,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_decodeValuesOfObjCTypes_1 = - _registerName1("decodeValuesOfObjCTypes:"); + _registerName1("decodeValuesOfObjCTypes:"); late final _sel_decodeArrayOfObjCType_count_at_1 = - _registerName1("decodeArrayOfObjCType:count:at:"); + _registerName1("decodeArrayOfObjCType:count:at:"); late final _sel_decodeBytesWithReturnedLength_1 = - _registerName1("decodeBytesWithReturnedLength:"); + _registerName1("decodeBytesWithReturnedLength:"); ffi.Pointer _objc_msgSend_269( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer lengthp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer lengthp, + ) { return __objc_msgSend_269( obj, sel, @@ -7368,10 +7368,10 @@ class SentryCocoa { late final _sel_decodePropertyList1 = _registerName1("decodePropertyList"); late final _sel_setObjectZone_1 = _registerName1("setObjectZone:"); void _objc_msgSend_270( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_270( obj, sel, @@ -7389,9 +7389,9 @@ class SentryCocoa { late final _sel_objectZone1 = _registerName1("objectZone"); ffi.Pointer<_NSZone> _objc_msgSend_271( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_271( obj, sel, @@ -7409,16 +7409,16 @@ class SentryCocoa { late final _sel_systemVersion1 = _registerName1("systemVersion"); late final _sel_allowsKeyedCoding1 = _registerName1("allowsKeyedCoding"); late final _sel_encodeObject_forKey_1 = - _registerName1("encodeObject:forKey:"); + _registerName1("encodeObject:forKey:"); late final _sel_encodeConditionalObject_forKey_1 = - _registerName1("encodeConditionalObject:forKey:"); + _registerName1("encodeConditionalObject:forKey:"); late final _sel_encodeBool_forKey_1 = _registerName1("encodeBool:forKey:"); void _objc_msgSend_272( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ffi.Pointer key, + ) { return __objc_msgSend_272( obj, sel, @@ -7437,11 +7437,11 @@ class SentryCocoa { late final _sel_encodeInt_forKey_1 = _registerName1("encodeInt:forKey:"); void _objc_msgSend_273( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_273( obj, sel, @@ -7460,11 +7460,11 @@ class SentryCocoa { late final _sel_encodeInt32_forKey_1 = _registerName1("encodeInt32:forKey:"); void _objc_msgSend_274( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_274( obj, sel, @@ -7483,11 +7483,11 @@ class SentryCocoa { late final _sel_encodeInt64_forKey_1 = _registerName1("encodeInt64:forKey:"); void _objc_msgSend_275( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_275( obj, sel, @@ -7506,11 +7506,11 @@ class SentryCocoa { late final _sel_encodeFloat_forKey_1 = _registerName1("encodeFloat:forKey:"); void _objc_msgSend_276( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { return __objc_msgSend_276( obj, sel, @@ -7528,13 +7528,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeDouble_forKey_1 = - _registerName1("encodeDouble:forKey:"); + _registerName1("encodeDouble:forKey:"); void _objc_msgSend_277( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ffi.Pointer key, + ) { return __objc_msgSend_277( obj, sel, @@ -7552,14 +7552,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeBytes_length_forKey_1 = - _registerName1("encodeBytes:length:forKey:"); + _registerName1("encodeBytes:length:forKey:"); void _objc_msgSend_278( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + ffi.Pointer key, + ) { return __objc_msgSend_278( obj, sel, @@ -7582,16 +7582,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_containsValueForKey_1 = - _registerName1("containsValueForKey:"); + _registerName1("containsValueForKey:"); late final _sel_decodeObjectForKey_1 = _registerName1("decodeObjectForKey:"); late final _sel_decodeTopLevelObjectForKey_error_1 = - _registerName1("decodeTopLevelObjectForKey:error:"); + _registerName1("decodeTopLevelObjectForKey:error:"); ffi.Pointer _objc_msgSend_279( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_279( obj, sel, @@ -7617,10 +7617,10 @@ class SentryCocoa { late final _sel_decodeBoolForKey_1 = _registerName1("decodeBoolForKey:"); late final _sel_decodeIntForKey_1 = _registerName1("decodeIntForKey:"); int _objc_msgSend_280( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_280( obj, sel, @@ -7638,10 +7638,10 @@ class SentryCocoa { late final _sel_decodeInt32ForKey_1 = _registerName1("decodeInt32ForKey:"); int _objc_msgSend_281( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_281( obj, sel, @@ -7659,10 +7659,10 @@ class SentryCocoa { late final _sel_decodeInt64ForKey_1 = _registerName1("decodeInt64ForKey:"); int _objc_msgSend_282( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_282( obj, sel, @@ -7680,10 +7680,10 @@ class SentryCocoa { late final _sel_decodeFloatForKey_1 = _registerName1("decodeFloatForKey:"); double _objc_msgSend_283( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_283( obj, sel, @@ -7701,10 +7701,10 @@ class SentryCocoa { late final _sel_decodeDoubleForKey_1 = _registerName1("decodeDoubleForKey:"); double _objc_msgSend_284( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_284( obj, sel, @@ -7721,13 +7721,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeBytesForKey_returnedLength_1 = - _registerName1("decodeBytesForKey:returnedLength:"); + _registerName1("decodeBytesForKey:returnedLength:"); ffi.Pointer _objc_msgSend_285( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer lengthp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer lengthp, + ) { return __objc_msgSend_285( obj, sel, @@ -7751,13 +7751,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_encodeInteger_forKey_1 = - _registerName1("encodeInteger:forKey:"); + _registerName1("encodeInteger:forKey:"); void _objc_msgSend_286( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ffi.Pointer key, + ) { return __objc_msgSend_286( obj, sel, @@ -7775,17 +7775,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeIntegerForKey_1 = - _registerName1("decodeIntegerForKey:"); + _registerName1("decodeIntegerForKey:"); late final _sel_requiresSecureCoding1 = - _registerName1("requiresSecureCoding"); + _registerName1("requiresSecureCoding"); late final _sel_decodeObjectOfClass_forKey_1 = - _registerName1("decodeObjectOfClass:forKey:"); + _registerName1("decodeObjectOfClass:forKey:"); ffi.Pointer _objc_msgSend_287( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer key, + ) { return __objc_msgSend_287( obj, sel, @@ -7809,14 +7809,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeTopLevelObjectOfClass_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); + _registerName1("decodeTopLevelObjectOfClass:forKey:error:"); ffi.Pointer _objc_msgSend_288( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_288( obj, sel, @@ -7843,13 +7843,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_decodeArrayOfObjectsOfClass_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClass:forKey:"); + _registerName1("decodeArrayOfObjectsOfClass:forKey:"); ffi.Pointer _objc_msgSend_289( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cls, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cls, + ffi.Pointer key, + ) { return __objc_msgSend_289( obj, sel, @@ -7873,14 +7873,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeDictionaryWithKeysOfClass_objectsOfClass_forKey_1 = - _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); + _registerName1("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:"); ffi.Pointer _objc_msgSend_290( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyCls, - ffi.Pointer objectCls, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyCls, + ffi.Pointer objectCls, + ffi.Pointer key, + ) { return __objc_msgSend_290( obj, sel, @@ -7907,13 +7907,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeObjectOfClasses_forKey_1 = - _registerName1("decodeObjectOfClasses:forKey:"); + _registerName1("decodeObjectOfClasses:forKey:"); ffi.Pointer _objc_msgSend_291( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { return __objc_msgSend_291( obj, sel, @@ -7937,14 +7937,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeTopLevelObjectOfClasses_forKey_error_1 = - _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); + _registerName1("decodeTopLevelObjectOfClasses:forKey:error:"); ffi.Pointer _objc_msgSend_292( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ffi.Pointer> error, + ) { return __objc_msgSend_292( obj, sel, @@ -7971,13 +7971,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_decodeArrayOfObjectsOfClasses_forKey_1 = - _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); + _registerName1("decodeArrayOfObjectsOfClasses:forKey:"); ffi.Pointer _objc_msgSend_293( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classes, + ffi.Pointer key, + ) { return __objc_msgSend_293( obj, sel, @@ -8001,15 +8001,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodeDictionaryWithKeysOfClasses_objectsOfClasses_forKey_1 = - _registerName1( - "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); + _registerName1( + "decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:"); ffi.Pointer _objc_msgSend_294( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyClasses, - ffi.Pointer objectClasses, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyClasses, + ffi.Pointer objectClasses, + ffi.Pointer key, + ) { return __objc_msgSend_294( obj, sel, @@ -8036,12 +8036,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodePropertyListForKey_1 = - _registerName1("decodePropertyListForKey:"); + _registerName1("decodePropertyListForKey:"); late final _sel_allowedClasses1 = _registerName1("allowedClasses"); ffi.Pointer _objc_msgSend_295( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_295( obj, sel, @@ -8058,10 +8058,10 @@ class SentryCocoa { late final _sel_failWithError_1 = _registerName1("failWithError:"); void _objc_msgSend_296( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + ) { return __objc_msgSend_296( obj, sel, @@ -8078,11 +8078,11 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_decodingFailurePolicy1 = - _registerName1("decodingFailurePolicy"); + _registerName1("decodingFailurePolicy"); int _objc_msgSend_297( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_297( obj, sel, @@ -8098,9 +8098,9 @@ class SentryCocoa { late final _sel_error1 = _registerName1("error"); ffi.Pointer _objc_msgSend_298( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_298( obj, sel, @@ -8118,13 +8118,13 @@ class SentryCocoa { late final _sel_encodeNXObject_1 = _registerName1("encodeNXObject:"); late final _sel_decodeNXObject1 = _registerName1("decodeNXObject"); late final _sel_decodeValueOfObjCType_at_1 = - _registerName1("decodeValueOfObjCType:at:"); + _registerName1("decodeValueOfObjCType:at:"); late final _sel_encodePoint_1 = _registerName1("encodePoint:"); void _objc_msgSend_299( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ) { return __objc_msgSend_299( obj, sel, @@ -8142,10 +8142,10 @@ class SentryCocoa { late final _sel_decodePoint1 = _registerName1("decodePoint"); late final _sel_encodeSize_1 = _registerName1("encodeSize:"); void _objc_msgSend_300( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ) { return __objc_msgSend_300( obj, sel, @@ -8163,10 +8163,10 @@ class SentryCocoa { late final _sel_decodeSize1 = _registerName1("decodeSize"); late final _sel_encodeRect_1 = _registerName1("encodeRect:"); void _objc_msgSend_301( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ) { return __objc_msgSend_301( obj, sel, @@ -8184,11 +8184,11 @@ class SentryCocoa { late final _sel_decodeRect1 = _registerName1("decodeRect"); late final _sel_encodePoint_forKey_1 = _registerName1("encodePoint:forKey:"); void _objc_msgSend_302( - ffi.Pointer obj, - ffi.Pointer sel, - CGPoint point, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGPoint point, + ffi.Pointer key, + ) { return __objc_msgSend_302( obj, sel, @@ -8207,11 +8207,11 @@ class SentryCocoa { late final _sel_encodeSize_forKey_1 = _registerName1("encodeSize:forKey:"); void _objc_msgSend_303( - ffi.Pointer obj, - ffi.Pointer sel, - CGSize size, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGSize size, + ffi.Pointer key, + ) { return __objc_msgSend_303( obj, sel, @@ -8230,11 +8230,11 @@ class SentryCocoa { late final _sel_encodeRect_forKey_1 = _registerName1("encodeRect:forKey:"); void _objc_msgSend_304( - ffi.Pointer obj, - ffi.Pointer sel, - CGRect rect, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + CGRect rect, + ffi.Pointer key, + ) { return __objc_msgSend_304( obj, sel, @@ -8253,11 +8253,11 @@ class SentryCocoa { late final _sel_decodePointForKey_1 = _registerName1("decodePointForKey:"); void _objc_msgSend_305( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_305( stret, obj, @@ -8279,11 +8279,11 @@ class SentryCocoa { late final _sel_decodeSizeForKey_1 = _registerName1("decodeSizeForKey:"); void _objc_msgSend_306( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_306( stret, obj, @@ -8305,11 +8305,11 @@ class SentryCocoa { late final _sel_decodeRectForKey_1 = _registerName1("decodeRectForKey:"); void _objc_msgSend_307( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_307( stret, obj, @@ -8331,10 +8331,10 @@ class SentryCocoa { late final _sel_substringFromIndex_1 = _registerName1("substringFromIndex:"); ffi.Pointer _objc_msgSend_308( - ffi.Pointer obj, - ffi.Pointer sel, - int from, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int from, + ) { return __objc_msgSend_308( obj, sel, @@ -8353,10 +8353,10 @@ class SentryCocoa { late final _sel_substringToIndex_1 = _registerName1("substringToIndex:"); late final _sel_substringWithRange_1 = _registerName1("substringWithRange:"); ffi.Pointer _objc_msgSend_309( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_309( obj, sel, @@ -8373,13 +8373,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_getCharacters_range_1 = - _registerName1("getCharacters:range:"); + _registerName1("getCharacters:range:"); void _objc_msgSend_310( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + _NSRange range, + ) { return __objc_msgSend_310( obj, sel, @@ -8397,10 +8397,10 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); int _objc_msgSend_311( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_311( obj, sel, @@ -8418,11 +8418,11 @@ class SentryCocoa { late final _sel_compare_options_1 = _registerName1("compare:options:"); int _objc_msgSend_312( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + ) { return __objc_msgSend_312( obj, sel, @@ -8440,14 +8440,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_compare_options_range_1 = - _registerName1("compare:options:range:"); + _registerName1("compare:options:range:"); int _objc_msgSend_313( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - _NSRange rangeOfReceiverToCompare, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + _NSRange rangeOfReceiverToCompare, + ) { return __objc_msgSend_313( obj, sel, @@ -8466,15 +8466,15 @@ class SentryCocoa { ffi.Pointer, int, _NSRange)>(); late final _sel_compare_options_range_locale_1 = - _registerName1("compare:options:range:locale:"); + _registerName1("compare:options:range:locale:"); int _objc_msgSend_314( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - _NSRange rangeOfReceiverToCompare, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + _NSRange rangeOfReceiverToCompare, + ffi.Pointer locale, + ) { return __objc_msgSend_314( obj, sel, @@ -8499,23 +8499,23 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer)>(); late final _sel_caseInsensitiveCompare_1 = - _registerName1("caseInsensitiveCompare:"); + _registerName1("caseInsensitiveCompare:"); late final _sel_localizedCompare_1 = _registerName1("localizedCompare:"); late final _sel_localizedCaseInsensitiveCompare_1 = - _registerName1("localizedCaseInsensitiveCompare:"); + _registerName1("localizedCaseInsensitiveCompare:"); late final _sel_localizedStandardCompare_1 = - _registerName1("localizedStandardCompare:"); + _registerName1("localizedStandardCompare:"); late final _sel_isEqualToString_1 = _registerName1("isEqualToString:"); late final _sel_hasPrefix_1 = _registerName1("hasPrefix:"); late final _sel_hasSuffix_1 = _registerName1("hasSuffix:"); late final _sel_commonPrefixWithString_options_1 = - _registerName1("commonPrefixWithString:options:"); + _registerName1("commonPrefixWithString:options:"); ffi.Pointer _objc_msgSend_315( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - int mask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + int mask, + ) { return __objc_msgSend_315( obj, sel, @@ -8537,17 +8537,17 @@ class SentryCocoa { late final _sel_containsString_1 = _registerName1("containsString:"); late final _sel_localizedCaseInsensitiveContainsString_1 = - _registerName1("localizedCaseInsensitiveContainsString:"); + _registerName1("localizedCaseInsensitiveContainsString:"); late final _sel_localizedStandardContainsString_1 = - _registerName1("localizedStandardContainsString:"); + _registerName1("localizedStandardContainsString:"); late final _sel_localizedStandardRangeOfString_1 = - _registerName1("localizedStandardRangeOfString:"); + _registerName1("localizedStandardRangeOfString:"); void _objc_msgSend_316( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + ) { return __objc_msgSend_316( stret, obj, @@ -8569,14 +8569,14 @@ class SentryCocoa { late final _sel_rangeOfString_1 = _registerName1("rangeOfString:"); late final _sel_rangeOfString_options_1 = - _registerName1("rangeOfString:options:"); + _registerName1("rangeOfString:options:"); void _objc_msgSend_317( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + ) { return __objc_msgSend_317( stret, obj, @@ -8599,15 +8599,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfString_options_range_1 = - _registerName1("rangeOfString:options:range:"); + _registerName1("rangeOfString:options:range:"); void _objc_msgSend_318( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - _NSRange rangeOfReceiverToSearch, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { return __objc_msgSend_318( stret, obj, @@ -8632,16 +8632,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfString_options_range_locale_1 = - _registerName1("rangeOfString:options:range:locale:"); + _registerName1("rangeOfString:options:range:locale:"); void _objc_msgSend_319( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchString, - int mask, - _NSRange rangeOfReceiverToSearch, - ffi.Pointer locale, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchString, + int mask, + _NSRange rangeOfReceiverToSearch, + ffi.Pointer locale, + ) { return __objc_msgSend_319( stret, obj, @@ -8674,13 +8674,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rangeOfCharacterFromSet_1 = - _registerName1("rangeOfCharacterFromSet:"); + _registerName1("rangeOfCharacterFromSet:"); void _objc_msgSend_320( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + ) { return __objc_msgSend_320( stret, obj, @@ -8701,14 +8701,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_rangeOfCharacterFromSet_options_1 = - _registerName1("rangeOfCharacterFromSet:options:"); + _registerName1("rangeOfCharacterFromSet:options:"); void _objc_msgSend_321( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - int mask, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + ) { return __objc_msgSend_321( stret, obj, @@ -8731,15 +8731,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_rangeOfCharacterFromSet_options_range_1 = - _registerName1("rangeOfCharacterFromSet:options:range:"); + _registerName1("rangeOfCharacterFromSet:options:range:"); void _objc_msgSend_322( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer searchSet, - int mask, - _NSRange rangeOfReceiverToSearch, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer searchSet, + int mask, + _NSRange rangeOfReceiverToSearch, + ) { return __objc_msgSend_322( stret, obj, @@ -8764,13 +8764,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfComposedCharacterSequenceAtIndex_1 = - _registerName1("rangeOfComposedCharacterSequenceAtIndex:"); + _registerName1("rangeOfComposedCharacterSequenceAtIndex:"); void _objc_msgSend_323( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_323( stret, obj, @@ -8788,13 +8788,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_rangeOfComposedCharacterSequencesForRange_1 = - _registerName1("rangeOfComposedCharacterSequencesForRange:"); + _registerName1("rangeOfComposedCharacterSequencesForRange:"); void _objc_msgSend_324( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_324( stret, obj, @@ -8812,25 +8812,25 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_stringByAppendingString_1 = - _registerName1("stringByAppendingString:"); + _registerName1("stringByAppendingString:"); late final _sel_stringByAppendingFormat_1 = - _registerName1("stringByAppendingFormat:"); + _registerName1("stringByAppendingFormat:"); late final _sel_uppercaseString1 = _registerName1("uppercaseString"); late final _sel_lowercaseString1 = _registerName1("lowercaseString"); late final _sel_capitalizedString1 = _registerName1("capitalizedString"); late final _sel_localizedUppercaseString1 = - _registerName1("localizedUppercaseString"); + _registerName1("localizedUppercaseString"); late final _sel_localizedLowercaseString1 = - _registerName1("localizedLowercaseString"); + _registerName1("localizedLowercaseString"); late final _sel_localizedCapitalizedString1 = - _registerName1("localizedCapitalizedString"); + _registerName1("localizedCapitalizedString"); late final _sel_uppercaseStringWithLocale_1 = - _registerName1("uppercaseStringWithLocale:"); + _registerName1("uppercaseStringWithLocale:"); ffi.Pointer _objc_msgSend_325( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer locale, + ) { return __objc_msgSend_325( obj, sel, @@ -8847,19 +8847,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_lowercaseStringWithLocale_1 = - _registerName1("lowercaseStringWithLocale:"); + _registerName1("lowercaseStringWithLocale:"); late final _sel_capitalizedStringWithLocale_1 = - _registerName1("capitalizedStringWithLocale:"); + _registerName1("capitalizedStringWithLocale:"); late final _sel_getLineStart_end_contentsEnd_forRange_1 = - _registerName1("getLineStart:end:contentsEnd:forRange:"); + _registerName1("getLineStart:end:contentsEnd:forRange:"); void _objc_msgSend_326( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer startPtr, - ffi.Pointer lineEndPtr, - ffi.Pointer contentsEndPtr, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer startPtr, + ffi.Pointer lineEndPtr, + ffi.Pointer contentsEndPtr, + _NSRange range, + ) { return __objc_msgSend_326( obj, sel, @@ -8890,18 +8890,18 @@ class SentryCocoa { late final _sel_lineRangeForRange_1 = _registerName1("lineRangeForRange:"); late final _sel_getParagraphStart_end_contentsEnd_forRange_1 = - _registerName1("getParagraphStart:end:contentsEnd:forRange:"); + _registerName1("getParagraphStart:end:contentsEnd:forRange:"); late final _sel_paragraphRangeForRange_1 = - _registerName1("paragraphRangeForRange:"); + _registerName1("paragraphRangeForRange:"); late final _sel_enumerateSubstringsInRange_options_usingBlock_1 = - _registerName1("enumerateSubstringsInRange:options:usingBlock:"); + _registerName1("enumerateSubstringsInRange:options:usingBlock:"); void _objc_msgSend_327( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_327( obj, sel, @@ -8920,12 +8920,12 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateLinesUsingBlock_1 = - _registerName1("enumerateLinesUsingBlock:"); + _registerName1("enumerateLinesUsingBlock:"); void _objc_msgSend_328( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_328( obj, sel, @@ -8945,13 +8945,13 @@ class SentryCocoa { late final _sel_fastestEncoding1 = _registerName1("fastestEncoding"); late final _sel_smallestEncoding1 = _registerName1("smallestEncoding"); late final _sel_dataUsingEncoding_allowLossyConversion_1 = - _registerName1("dataUsingEncoding:allowLossyConversion:"); + _registerName1("dataUsingEncoding:allowLossyConversion:"); ffi.Pointer _objc_msgSend_329( - ffi.Pointer obj, - ffi.Pointer sel, - int encoding, - bool lossy, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int encoding, + bool lossy, + ) { return __objc_msgSend_329( obj, sel, @@ -8973,10 +8973,10 @@ class SentryCocoa { late final _sel_dataUsingEncoding_1 = _registerName1("dataUsingEncoding:"); ffi.Pointer _objc_msgSend_330( - ffi.Pointer obj, - ffi.Pointer sel, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int encoding, + ) { return __objc_msgSend_330( obj, sel, @@ -8993,18 +8993,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_canBeConvertedToEncoding_1 = - _registerName1("canBeConvertedToEncoding:"); + _registerName1("canBeConvertedToEncoding:"); late final _sel_cStringUsingEncoding_1 = - _registerName1("cStringUsingEncoding:"); + _registerName1("cStringUsingEncoding:"); late final _sel_getCString_maxLength_encoding_1 = - _registerName1("getCString:maxLength:encoding:"); + _registerName1("getCString:maxLength:encoding:"); bool _objc_msgSend_331( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferCount, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferCount, + int encoding, + ) { return __objc_msgSend_331( obj, sel, @@ -9027,19 +9027,19 @@ class SentryCocoa { ffi.Pointer, int, int)>(); late final _sel_getBytes_maxLength_usedLength_encoding_options_range_remainingRange_1 = - _registerName1( - "getBytes:maxLength:usedLength:encoding:options:range:remainingRange:"); + _registerName1( + "getBytes:maxLength:usedLength:encoding:options:range:remainingRange:"); bool _objc_msgSend_332( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int maxBufferCount, - ffi.Pointer usedBufferCount, - int encoding, - int options, - _NSRange range, - ffi.Pointer<_NSRange> leftover, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int maxBufferCount, + ffi.Pointer usedBufferCount, + int encoding, + int options, + _NSRange range, + ffi.Pointer<_NSRange> leftover, + ) { return __objc_msgSend_332( obj, sel, @@ -9078,15 +9078,15 @@ class SentryCocoa { ffi.Pointer<_NSRange>)>(); late final _sel_maximumLengthOfBytesUsingEncoding_1 = - _registerName1("maximumLengthOfBytesUsingEncoding:"); + _registerName1("maximumLengthOfBytesUsingEncoding:"); late final _sel_lengthOfBytesUsingEncoding_1 = - _registerName1("lengthOfBytesUsingEncoding:"); + _registerName1("lengthOfBytesUsingEncoding:"); late final _sel_availableStringEncodings1 = - _registerName1("availableStringEncodings"); + _registerName1("availableStringEncodings"); ffi.Pointer _objc_msgSend_333( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_333( obj, sel, @@ -9102,26 +9102,26 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedNameOfStringEncoding_1 = - _registerName1("localizedNameOfStringEncoding:"); + _registerName1("localizedNameOfStringEncoding:"); late final _sel_defaultCStringEncoding1 = - _registerName1("defaultCStringEncoding"); + _registerName1("defaultCStringEncoding"); late final _sel_decomposedStringWithCanonicalMapping1 = - _registerName1("decomposedStringWithCanonicalMapping"); + _registerName1("decomposedStringWithCanonicalMapping"); late final _sel_precomposedStringWithCanonicalMapping1 = - _registerName1("precomposedStringWithCanonicalMapping"); + _registerName1("precomposedStringWithCanonicalMapping"); late final _sel_decomposedStringWithCompatibilityMapping1 = - _registerName1("decomposedStringWithCompatibilityMapping"); + _registerName1("decomposedStringWithCompatibilityMapping"); late final _sel_precomposedStringWithCompatibilityMapping1 = - _registerName1("precomposedStringWithCompatibilityMapping"); + _registerName1("precomposedStringWithCompatibilityMapping"); late final _sel_componentsSeparatedByString_1 = - _registerName1("componentsSeparatedByString:"); + _registerName1("componentsSeparatedByString:"); late final _sel_componentsSeparatedByCharactersInSet_1 = - _registerName1("componentsSeparatedByCharactersInSet:"); + _registerName1("componentsSeparatedByCharactersInSet:"); ffi.Pointer _objc_msgSend_334( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer separator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer separator, + ) { return __objc_msgSend_334( obj, sel, @@ -9138,12 +9138,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByTrimmingCharactersInSet_1 = - _registerName1("stringByTrimmingCharactersInSet:"); + _registerName1("stringByTrimmingCharactersInSet:"); ffi.Pointer _objc_msgSend_335( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_335( obj, sel, @@ -9160,14 +9160,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringByPaddingToLength_withString_startingAtIndex_1 = - _registerName1("stringByPaddingToLength:withString:startingAtIndex:"); + _registerName1("stringByPaddingToLength:withString:startingAtIndex:"); ffi.Pointer _objc_msgSend_336( - ffi.Pointer obj, - ffi.Pointer sel, - int newLength, - ffi.Pointer padString, - int padIndex, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int newLength, + ffi.Pointer padString, + int padIndex, + ) { return __objc_msgSend_336( obj, sel, @@ -9190,13 +9190,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_stringByFoldingWithOptions_locale_1 = - _registerName1("stringByFoldingWithOptions:locale:"); + _registerName1("stringByFoldingWithOptions:locale:"); ffi.Pointer _objc_msgSend_337( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer locale, + ) { return __objc_msgSend_337( obj, sel, @@ -9217,16 +9217,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_stringByReplacingOccurrencesOfString_withString_options_range_1 = - _registerName1( - "stringByReplacingOccurrencesOfString:withString:options:range:"); + _registerName1( + "stringByReplacingOccurrencesOfString:withString:options:range:"); ffi.Pointer _objc_msgSend_338( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - int options, - _NSRange searchRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + int options, + _NSRange searchRange, + ) { return __objc_msgSend_338( obj, sel, @@ -9256,13 +9256,13 @@ class SentryCocoa { _NSRange)>(); late final _sel_stringByReplacingOccurrencesOfString_withString_1 = - _registerName1("stringByReplacingOccurrencesOfString:withString:"); + _registerName1("stringByReplacingOccurrencesOfString:withString:"); ffi.Pointer _objc_msgSend_339( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + ) { return __objc_msgSend_339( obj, sel, @@ -9286,13 +9286,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_stringByReplacingCharactersInRange_withString_1 = - _registerName1("stringByReplacingCharactersInRange:withString:"); + _registerName1("stringByReplacingCharactersInRange:withString:"); ffi.Pointer _objc_msgSend_340( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacement, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacement, + ) { return __objc_msgSend_340( obj, sel, @@ -9313,13 +9313,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_stringByApplyingTransform_reverse_1 = - _registerName1("stringByApplyingTransform:reverse:"); + _registerName1("stringByApplyingTransform:reverse:"); ffi.Pointer _objc_msgSend_341( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer transform, - bool reverse, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer transform, + bool reverse, + ) { return __objc_msgSend_341( obj, sel, @@ -9340,15 +9340,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_writeToURL_atomically_encoding_error_1 = - _registerName1("writeToURL:atomically:encoding:error:"); + _registerName1("writeToURL:atomically:encoding:error:"); bool _objc_msgSend_342( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool useAuxiliaryFile, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool useAuxiliaryFile, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_342( obj, sel, @@ -9378,15 +9378,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToFile_atomically_encoding_error_1 = - _registerName1("writeToFile:atomically:encoding:error:"); + _registerName1("writeToFile:atomically:encoding:error:"); bool _objc_msgSend_343( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool useAuxiliaryFile, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool useAuxiliaryFile, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_343( obj, sel, @@ -9417,14 +9417,14 @@ class SentryCocoa { late final _sel_hash1 = _registerName1("hash"); late final _sel_initWithCharactersNoCopy_length_freeWhenDone_1 = - _registerName1("initWithCharactersNoCopy:length:freeWhenDone:"); + _registerName1("initWithCharactersNoCopy:length:freeWhenDone:"); instancetype _objc_msgSend_344( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer characters, - int length, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer characters, + int length, + bool freeBuffer, + ) { return __objc_msgSend_344( obj, sel, @@ -9447,14 +9447,14 @@ class SentryCocoa { ffi.Pointer, int, bool)>(); late final _sel_initWithCharactersNoCopy_length_deallocator_1 = - _registerName1("initWithCharactersNoCopy:length:deallocator:"); + _registerName1("initWithCharactersNoCopy:length:deallocator:"); instancetype _objc_msgSend_345( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer chars, - int len, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer chars, + int len, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_345( obj, sel, @@ -9477,13 +9477,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithCharacters_length_1 = - _registerName1("initWithCharacters:length:"); + _registerName1("initWithCharacters:length:"); instancetype _objc_msgSend_346( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer characters, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer characters, + int length, + ) { return __objc_msgSend_346( obj, sel, @@ -9505,10 +9505,10 @@ class SentryCocoa { late final _sel_initWithUTF8String_1 = _registerName1("initWithUTF8String:"); instancetype _objc_msgSend_347( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer nullTerminatedCString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer nullTerminatedCString, + ) { return __objc_msgSend_347( obj, sel, @@ -9526,13 +9526,13 @@ class SentryCocoa { late final _sel_initWithFormat_1 = _registerName1("initWithFormat:"); late final _sel_initWithFormat_arguments_1 = - _registerName1("initWithFormat:arguments:"); + _registerName1("initWithFormat:arguments:"); instancetype _objc_msgSend_348( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_348( obj, sel, @@ -9553,16 +9553,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<__va_list_tag>)>(); late final _sel_initWithFormat_locale_1 = - _registerName1("initWithFormat:locale:"); + _registerName1("initWithFormat:locale:"); late final _sel_initWithFormat_locale_arguments_1 = - _registerName1("initWithFormat:locale:arguments:"); + _registerName1("initWithFormat:locale:arguments:"); instancetype _objc_msgSend_349( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_349( obj, sel, @@ -9589,14 +9589,14 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1("initWithValidatedFormat:validFormatSpecifiers:error:"); instancetype _objc_msgSend_350( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer> error, + ) { return __objc_msgSend_350( obj, sel, @@ -9623,16 +9623,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:locale:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:locale:error:"); instancetype _objc_msgSend_351( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer locale, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer locale, + ffi.Pointer> error, + ) { return __objc_msgSend_351( obj, sel, @@ -9662,16 +9662,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:arguments:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:arguments:error:"); instancetype _objc_msgSend_352( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error, + ) { return __objc_msgSend_352( obj, sel, @@ -9701,17 +9701,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1 = - _registerName1( - "initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error:"); + _registerName1( + "initWithValidatedFormat:validFormatSpecifiers:locale:arguments:error:"); instancetype _objc_msgSend_353( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - ffi.Pointer validFormatSpecifiers, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + ffi.Pointer validFormatSpecifiers, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error, + ) { return __objc_msgSend_353( obj, sel, @@ -9744,13 +9744,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithData_encoding_1 = - _registerName1("initWithData:encoding:"); + _registerName1("initWithData:encoding:"); instancetype _objc_msgSend_354( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + int encoding, + ) { return __objc_msgSend_354( obj, sel, @@ -9768,14 +9768,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithBytes_length_encoding_1 = - _registerName1("initWithBytes:length:encoding:"); + _registerName1("initWithBytes:length:encoding:"); instancetype _objc_msgSend_355( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + ) { return __objc_msgSend_355( obj, sel, @@ -9798,15 +9798,15 @@ class SentryCocoa { ffi.Pointer, int, int)>(); late final _sel_initWithBytesNoCopy_length_encoding_freeWhenDone_1 = - _registerName1("initWithBytesNoCopy:length:encoding:freeWhenDone:"); + _registerName1("initWithBytesNoCopy:length:encoding:freeWhenDone:"); instancetype _objc_msgSend_356( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + bool freeBuffer, + ) { return __objc_msgSend_356( obj, sel, @@ -9831,15 +9831,15 @@ class SentryCocoa { ffi.Pointer, int, int, bool)>(); late final _sel_initWithBytesNoCopy_length_encoding_deallocator_1 = - _registerName1("initWithBytesNoCopy:length:encoding:deallocator:"); + _registerName1("initWithBytesNoCopy:length:encoding:deallocator:"); instancetype _objc_msgSend_357( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int len, - int encoding, - ffi.Pointer<_ObjCBlock> deallocator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int len, + int encoding, + ffi.Pointer<_ObjCBlock> deallocator, + ) { return __objc_msgSend_357( obj, sel, @@ -9866,25 +9866,25 @@ class SentryCocoa { late final _sel_string1 = _registerName1("string"); late final _sel_stringWithString_1 = _registerName1("stringWithString:"); late final _sel_stringWithCharacters_length_1 = - _registerName1("stringWithCharacters:length:"); + _registerName1("stringWithCharacters:length:"); late final _sel_stringWithUTF8String_1 = - _registerName1("stringWithUTF8String:"); + _registerName1("stringWithUTF8String:"); late final _sel_stringWithFormat_1 = _registerName1("stringWithFormat:"); late final _sel_localizedStringWithFormat_1 = - _registerName1("localizedStringWithFormat:"); + _registerName1("localizedStringWithFormat:"); late final _sel_stringWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1("stringWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1("stringWithValidatedFormat:validFormatSpecifiers:error:"); late final _sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1 = - _registerName1( - "localizedStringWithValidatedFormat:validFormatSpecifiers:error:"); + _registerName1( + "localizedStringWithValidatedFormat:validFormatSpecifiers:error:"); late final _sel_initWithCString_encoding_1 = - _registerName1("initWithCString:encoding:"); + _registerName1("initWithCString:encoding:"); instancetype _objc_msgSend_358( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer nullTerminatedCString, - int encoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer nullTerminatedCString, + int encoding, + ) { return __objc_msgSend_358( obj, sel, @@ -9902,16 +9902,16 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_stringWithCString_encoding_1 = - _registerName1("stringWithCString:encoding:"); + _registerName1("stringWithCString:encoding:"); late final _sel_initWithContentsOfURL_encoding_error_1 = - _registerName1("initWithContentsOfURL:encoding:error:"); + _registerName1("initWithContentsOfURL:encoding:error:"); instancetype _objc_msgSend_359( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_359( obj, sel, @@ -9938,14 +9938,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithContentsOfFile_encoding_error_1 = - _registerName1("initWithContentsOfFile:encoding:error:"); + _registerName1("initWithContentsOfFile:encoding:error:"); instancetype _objc_msgSend_360( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - int enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + int enc, + ffi.Pointer> error, + ) { return __objc_msgSend_360( obj, sel, @@ -9972,18 +9972,18 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_stringWithContentsOfURL_encoding_error_1 = - _registerName1("stringWithContentsOfURL:encoding:error:"); + _registerName1("stringWithContentsOfURL:encoding:error:"); late final _sel_stringWithContentsOfFile_encoding_error_1 = - _registerName1("stringWithContentsOfFile:encoding:error:"); + _registerName1("stringWithContentsOfFile:encoding:error:"); late final _sel_initWithContentsOfURL_usedEncoding_error_1 = - _registerName1("initWithContentsOfURL:usedEncoding:error:"); + _registerName1("initWithContentsOfURL:usedEncoding:error:"); instancetype _objc_msgSend_361( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer enc, + ffi.Pointer> error, + ) { return __objc_msgSend_361( obj, sel, @@ -10010,14 +10010,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithContentsOfFile_usedEncoding_error_1 = - _registerName1("initWithContentsOfFile:usedEncoding:error:"); + _registerName1("initWithContentsOfFile:usedEncoding:error:"); instancetype _objc_msgSend_362( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer enc, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer enc, + ffi.Pointer> error, + ) { return __objc_msgSend_362( obj, sel, @@ -10044,20 +10044,20 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_stringWithContentsOfURL_usedEncoding_error_1 = - _registerName1("stringWithContentsOfURL:usedEncoding:error:"); + _registerName1("stringWithContentsOfURL:usedEncoding:error:"); late final _sel_stringWithContentsOfFile_usedEncoding_error_1 = - _registerName1("stringWithContentsOfFile:usedEncoding:error:"); + _registerName1("stringWithContentsOfFile:usedEncoding:error:"); late final _sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1 = - _registerName1( - "stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:"); + _registerName1( + "stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:"); int _objc_msgSend_363( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion, + ) { return __objc_msgSend_363( obj, sel, @@ -10088,19 +10088,19 @@ class SentryCocoa { late final _sel_propertyList1 = _registerName1("propertyList"); late final _sel_propertyListFromStringsFileFormat1 = - _registerName1("propertyListFromStringsFileFormat"); + _registerName1("propertyListFromStringsFileFormat"); late final _sel_cString1 = _registerName1("cString"); late final _sel_lossyCString1 = _registerName1("lossyCString"); late final _sel_cStringLength1 = _registerName1("cStringLength"); late final _sel_getCString_1 = _registerName1("getCString:"); late final _sel_getCString_maxLength_1 = - _registerName1("getCString:maxLength:"); + _registerName1("getCString:maxLength:"); void _objc_msgSend_364( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int maxLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int maxLength, + ) { return __objc_msgSend_364( obj, sel, @@ -10118,15 +10118,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_getCString_maxLength_range_remainingRange_1 = - _registerName1("getCString:maxLength:range:remainingRange:"); + _registerName1("getCString:maxLength:range:remainingRange:"); void _objc_msgSend_365( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int maxLength, - _NSRange aRange, - ffi.Pointer<_NSRange> leftoverRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int maxLength, + _NSRange aRange, + ffi.Pointer<_NSRange> leftoverRange, + ) { return __objc_msgSend_365( obj, sel, @@ -10151,18 +10151,18 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer<_NSRange>)>(); late final _sel_stringWithContentsOfFile_1 = - _registerName1("stringWithContentsOfFile:"); + _registerName1("stringWithContentsOfFile:"); late final _sel_stringWithContentsOfURL_1 = - _registerName1("stringWithContentsOfURL:"); + _registerName1("stringWithContentsOfURL:"); late final _sel_initWithCStringNoCopy_length_freeWhenDone_1 = - _registerName1("initWithCStringNoCopy:length:freeWhenDone:"); + _registerName1("initWithCStringNoCopy:length:freeWhenDone:"); ffi.Pointer _objc_msgSend_366( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - int length, - bool freeBuffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + int length, + bool freeBuffer, + ) { return __objc_msgSend_366( obj, sel, @@ -10185,17 +10185,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_initWithCString_length_1 = - _registerName1("initWithCString:length:"); + _registerName1("initWithCString:length:"); late final _sel_initWithCString_1 = _registerName1("initWithCString:"); late final _sel_stringWithCString_length_1 = - _registerName1("stringWithCString:length:"); + _registerName1("stringWithCString:length:"); late final _sel_stringWithCString_1 = _registerName1("stringWithCString:"); late final _sel_getCharacters_1 = _registerName1("getCharacters:"); void _objc_msgSend_367( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + ) { return __objc_msgSend_367( obj, sel, @@ -10212,12 +10212,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_variantFittingPresentationWidth_1 = - _registerName1("variantFittingPresentationWidth:"); + _registerName1("variantFittingPresentationWidth:"); ffi.Pointer _objc_msgSend_368( - ffi.Pointer obj, - ffi.Pointer sel, - int width, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int width, + ) { return __objc_msgSend_368( obj, sel, @@ -10235,10 +10235,10 @@ class SentryCocoa { late final _sel_pathWithComponents_1 = _registerName1("pathWithComponents:"); ffi.Pointer _objc_msgSend_369( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer components, + ) { return __objc_msgSend_369( obj, sel, @@ -10256,34 +10256,34 @@ class SentryCocoa { late final _sel_isAbsolutePath1 = _registerName1("isAbsolutePath"); late final _sel_stringByDeletingLastPathComponent1 = - _registerName1("stringByDeletingLastPathComponent"); + _registerName1("stringByDeletingLastPathComponent"); late final _sel_stringByAppendingPathComponent_1 = - _registerName1("stringByAppendingPathComponent:"); + _registerName1("stringByAppendingPathComponent:"); late final _sel_stringByDeletingPathExtension1 = - _registerName1("stringByDeletingPathExtension"); + _registerName1("stringByDeletingPathExtension"); late final _sel_stringByAppendingPathExtension_1 = - _registerName1("stringByAppendingPathExtension:"); + _registerName1("stringByAppendingPathExtension:"); late final _sel_stringByAbbreviatingWithTildeInPath1 = - _registerName1("stringByAbbreviatingWithTildeInPath"); + _registerName1("stringByAbbreviatingWithTildeInPath"); late final _sel_stringByExpandingTildeInPath1 = - _registerName1("stringByExpandingTildeInPath"); + _registerName1("stringByExpandingTildeInPath"); late final _sel_stringByStandardizingPath1 = - _registerName1("stringByStandardizingPath"); + _registerName1("stringByStandardizingPath"); late final _sel_stringByResolvingSymlinksInPath1 = - _registerName1("stringByResolvingSymlinksInPath"); + _registerName1("stringByResolvingSymlinksInPath"); late final _sel_stringsByAppendingPaths_1 = - _registerName1("stringsByAppendingPaths:"); + _registerName1("stringsByAppendingPaths:"); late final _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_1 = - _registerName1( - "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:"); + _registerName1( + "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:"); int _objc_msgSend_370( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> outputName, - bool flag, - ffi.Pointer> outputArray, - ffi.Pointer filterTypes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> outputName, + bool flag, + ffi.Pointer> outputArray, + ffi.Pointer filterTypes, + ) { return __objc_msgSend_370( obj, sel, @@ -10313,24 +10313,24 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_stringByAddingPercentEncodingWithAllowedCharacters_1 = - _registerName1("stringByAddingPercentEncodingWithAllowedCharacters:"); + _registerName1("stringByAddingPercentEncodingWithAllowedCharacters:"); late final _sel_stringByRemovingPercentEncoding1 = - _registerName1("stringByRemovingPercentEncoding"); + _registerName1("stringByRemovingPercentEncoding"); late final _sel_stringByAddingPercentEscapesUsingEncoding_1 = - _registerName1("stringByAddingPercentEscapesUsingEncoding:"); + _registerName1("stringByAddingPercentEscapesUsingEncoding:"); late final _sel_stringByReplacingPercentEscapesUsingEncoding_1 = - _registerName1("stringByReplacingPercentEscapesUsingEncoding:"); + _registerName1("stringByReplacingPercentEscapesUsingEncoding:"); late final _class_NSOrthography1 = _getClass1("NSOrthography"); late final _sel_dominantScript1 = _registerName1("dominantScript"); late final _sel_languageMap1 = _registerName1("languageMap"); late final _sel_initWithDominantScript_languageMap_1 = - _registerName1("initWithDominantScript:languageMap:"); + _registerName1("initWithDominantScript:languageMap:"); instancetype _objc_msgSend_371( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer script, - ffi.Pointer map, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer script, + ffi.Pointer map, + ) { return __objc_msgSend_371( obj, sel, @@ -10352,26 +10352,26 @@ class SentryCocoa { late final _sel_languagesForScript_1 = _registerName1("languagesForScript:"); late final _sel_dominantLanguageForScript_1 = - _registerName1("dominantLanguageForScript:"); + _registerName1("dominantLanguageForScript:"); late final _sel_dominantLanguage1 = _registerName1("dominantLanguage"); late final _sel_allScripts1 = _registerName1("allScripts"); late final _sel_allLanguages1 = _registerName1("allLanguages"); late final _sel_defaultOrthographyForLanguage_1 = - _registerName1("defaultOrthographyForLanguage:"); + _registerName1("defaultOrthographyForLanguage:"); late final _sel_orthographyWithDominantScript_languageMap_1 = - _registerName1("orthographyWithDominantScript:languageMap:"); + _registerName1("orthographyWithDominantScript:languageMap:"); late final _sel_linguisticTagsInRange_scheme_options_orthography_tokenRanges_1 = - _registerName1( - "linguisticTagsInRange:scheme:options:orthography:tokenRanges:"); + _registerName1( + "linguisticTagsInRange:scheme:options:orthography:tokenRanges:"); ffi.Pointer _objc_msgSend_372( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer scheme, - int options, - ffi.Pointer orthography, - ffi.Pointer> tokenRanges, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer scheme, + int options, + ffi.Pointer orthography, + ffi.Pointer> tokenRanges, + ) { return __objc_msgSend_372( obj, sel, @@ -10404,17 +10404,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_1 = - _registerName1( - "enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:"); + _registerName1( + "enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:"); void _objc_msgSend_373( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer scheme, - int options, - ffi.Pointer orthography, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer scheme, + int options, + ffi.Pointer orthography, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_373( obj, sel, @@ -10449,10 +10449,10 @@ class SentryCocoa { late final _sel_anyObject1 = _registerName1("anyObject"); late final _sel_intersectsSet_1 = _registerName1("intersectsSet:"); bool _objc_msgSend_374( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherSet, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherSet, + ) { return __objc_msgSend_374( obj, sel, @@ -10472,10 +10472,10 @@ class SentryCocoa { late final _sel_isSubsetOfSet_1 = _registerName1("isSubsetOfSet:"); late final _sel_setByAddingObject_1 = _registerName1("setByAddingObject:"); ffi.Pointer _objc_msgSend_375( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ) { return __objc_msgSend_375( obj, sel, @@ -10492,12 +10492,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromSet_1 = - _registerName1("setByAddingObjectsFromSet:"); + _registerName1("setByAddingObjectsFromSet:"); ffi.Pointer _objc_msgSend_376( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_376( obj, sel, @@ -10514,12 +10514,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setByAddingObjectsFromArray_1 = - _registerName1("setByAddingObjectsFromArray:"); + _registerName1("setByAddingObjectsFromArray:"); ffi.Pointer _objc_msgSend_377( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_377( obj, sel, @@ -10536,10 +10536,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); void _objc_msgSend_378( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_378( obj, sel, @@ -10556,11 +10556,11 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); void _objc_msgSend_379( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_379( obj, sel, @@ -10579,10 +10579,10 @@ class SentryCocoa { late final _sel_objectsPassingTest_1 = _registerName1("objectsPassingTest:"); ffi.Pointer _objc_msgSend_380( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_380( obj, sel, @@ -10599,13 +10599,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_objectsWithOptions_passingTest_1 = - _registerName1("objectsWithOptions:passingTest:"); + _registerName1("objectsWithOptions:passingTest:"); ffi.Pointer _objc_msgSend_381( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> predicate, + ) { return __objc_msgSend_381( obj, sel, @@ -10628,14 +10628,14 @@ class SentryCocoa { late final _sel_set1 = _registerName1("set"); late final _sel_setWithObject_1 = _registerName1("setWithObject:"); late final _sel_setWithObjects_count_1 = - _registerName1("setWithObjects:count:"); + _registerName1("setWithObjects:count:"); late final _sel_setWithObjects_1 = _registerName1("setWithObjects:"); late final _sel_setWithSet_1 = _registerName1("setWithSet:"); instancetype _objc_msgSend_382( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_382( obj, sel, @@ -10654,13 +10654,13 @@ class SentryCocoa { late final _sel_setWithArray_1 = _registerName1("setWithArray:"); late final _sel_initWithSet_1 = _registerName1("initWithSet:"); late final _sel_initWithSet_copyItems_1 = - _registerName1("initWithSet:copyItems:"); + _registerName1("initWithSet:copyItems:"); instancetype _objc_msgSend_383( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + bool flag, + ) { return __objc_msgSend_383( obj, sel, @@ -10678,12 +10678,12 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_filteredSetUsingPredicate_1 = - _registerName1("filteredSetUsingPredicate:"); + _registerName1("filteredSetUsingPredicate:"); ffi.Pointer _objc_msgSend_384( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_384( obj, sel, @@ -10700,12 +10700,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_invocationWithMethodSignature_1 = - _registerName1("invocationWithMethodSignature:"); + _registerName1("invocationWithMethodSignature:"); ffi.Pointer _objc_msgSend_385( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sig, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sig, + ) { return __objc_msgSend_385( obj, sel, @@ -10723,9 +10723,9 @@ class SentryCocoa { late final _sel_methodSignature1 = _registerName1("methodSignature"); ffi.Pointer _objc_msgSend_386( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_386( obj, sel, @@ -10745,10 +10745,10 @@ class SentryCocoa { late final _sel_target1 = _registerName1("target"); late final _sel_setTarget_1 = _registerName1("setTarget:"); void _objc_msgSend_387( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_387( obj, sel, @@ -10766,9 +10766,9 @@ class SentryCocoa { late final _sel_selector1 = _registerName1("selector"); ffi.Pointer _objc_msgSend_388( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_388( obj, sel, @@ -10785,10 +10785,10 @@ class SentryCocoa { late final _sel_setSelector_1 = _registerName1("setSelector:"); void _objc_msgSend_389( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_389( obj, sel, @@ -10807,13 +10807,13 @@ class SentryCocoa { late final _sel_getReturnValue_1 = _registerName1("getReturnValue:"); late final _sel_setReturnValue_1 = _registerName1("setReturnValue:"); late final _sel_getArgument_atIndex_1 = - _registerName1("getArgument:atIndex:"); + _registerName1("getArgument:atIndex:"); void _objc_msgSend_390( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer argumentLocation, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer argumentLocation, + int idx, + ) { return __objc_msgSend_390( obj, sel, @@ -10831,15 +10831,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_setArgument_atIndex_1 = - _registerName1("setArgument:atIndex:"); + _registerName1("setArgument:atIndex:"); late final _sel_invoke1 = _registerName1("invoke"); late final _sel_invokeWithTarget_1 = _registerName1("invokeWithTarget:"); late final _sel_invokeUsingIMP_1 = _registerName1("invokeUsingIMP:"); void _objc_msgSend_391( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> imp, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> imp, + ) { return __objc_msgSend_391( obj, sel, @@ -10848,9 +10848,9 @@ class SentryCocoa { } late final __objc_msgSend_391Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer>)>>( + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer>)>>( 'objc_msgSend'); late final __objc_msgSend_391 = __objc_msgSend_391Ptr.asFunction< void Function(ffi.Pointer, ffi.Pointer, @@ -10858,10 +10858,10 @@ class SentryCocoa { late final _sel_forwardInvocation_1 = _registerName1("forwardInvocation:"); void _objc_msgSend_392( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anInvocation, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anInvocation, + ) { return __objc_msgSend_392( obj, sel, @@ -10878,12 +10878,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_methodSignatureForSelector_1 = - _registerName1("methodSignatureForSelector:"); + _registerName1("methodSignatureForSelector:"); ffi.Pointer _objc_msgSend_393( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ) { return __objc_msgSend_393( obj, sel, @@ -10900,23 +10900,23 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_instanceMethodSignatureForSelector_1 = - _registerName1("instanceMethodSignatureForSelector:"); + _registerName1("instanceMethodSignatureForSelector:"); late final _sel_allowsWeakReference1 = _registerName1("allowsWeakReference"); late final _sel_retainWeakReference1 = _registerName1("retainWeakReference"); late final _sel_isSubclassOfClass_1 = _registerName1("isSubclassOfClass:"); late final _sel_resolveClassMethod_1 = _registerName1("resolveClassMethod:"); late final _sel_resolveInstanceMethod_1 = - _registerName1("resolveInstanceMethod:"); + _registerName1("resolveInstanceMethod:"); late final _sel_superclass1 = _registerName1("superclass"); late final _sel_class1 = _registerName1("class"); late final _sel_debugDescription1 = _registerName1("debugDescription"); late final _sel_version1 = _registerName1("version"); late final _sel_setVersion_1 = _registerName1("setVersion:"); void _objc_msgSend_394( - ffi.Pointer obj, - ffi.Pointer sel, - int aVersion, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int aVersion, + ) { return __objc_msgSend_394( obj, sel, @@ -10933,24 +10933,24 @@ class SentryCocoa { late final _sel_classForCoder1 = _registerName1("classForCoder"); late final _sel_replacementObjectForCoder_1 = - _registerName1("replacementObjectForCoder:"); + _registerName1("replacementObjectForCoder:"); late final _sel_awakeAfterUsingCoder_1 = - _registerName1("awakeAfterUsingCoder:"); + _registerName1("awakeAfterUsingCoder:"); late final _sel_poseAsClass_1 = _registerName1("poseAsClass:"); late final _sel_autoContentAccessingProxy1 = - _registerName1("autoContentAccessingProxy"); + _registerName1("autoContentAccessingProxy"); late final _sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1 = - _registerName1( - "attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:"); + _registerName1( + "attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:"); void _objc_msgSend_395( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - int recoveryOptionIndex, - ffi.Pointer delegate, - ffi.Pointer didRecoverSelector, - ffi.Pointer contextInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + int recoveryOptionIndex, + ffi.Pointer delegate, + ffi.Pointer didRecoverSelector, + ffi.Pointer contextInfo, + ) { return __objc_msgSend_395( obj, sel, @@ -10983,13 +10983,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attemptRecoveryFromError_optionIndex_1 = - _registerName1("attemptRecoveryFromError:optionIndex:"); + _registerName1("attemptRecoveryFromError:optionIndex:"); bool _objc_msgSend_396( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer error, - int recoveryOptionIndex, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer error, + int recoveryOptionIndex, + ) { return __objc_msgSend_396( obj, sel, @@ -11007,15 +11007,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_performSelector_withObject_afterDelay_inModes_1 = - _registerName1("performSelector:withObject:afterDelay:inModes:"); + _registerName1("performSelector:withObject:afterDelay:inModes:"); void _objc_msgSend_397( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - double delay, - ffi.Pointer modes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + double delay, + ffi.Pointer modes, + ) { return __objc_msgSend_397( obj, sel, @@ -11045,14 +11045,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelector_withObject_afterDelay_1 = - _registerName1("performSelector:withObject:afterDelay:"); + _registerName1("performSelector:withObject:afterDelay:"); void _objc_msgSend_398( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer anArgument, - double delay, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer anArgument, + double delay, + ) { return __objc_msgSend_398( obj, sel, @@ -11075,13 +11075,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_URL_resourceDataDidBecomeAvailable_1 = - _registerName1("URL:resourceDataDidBecomeAvailable:"); + _registerName1("URL:resourceDataDidBecomeAvailable:"); void _objc_msgSend_399( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ffi.Pointer newBytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer newBytes, + ) { return __objc_msgSend_399( obj, sel, @@ -11102,12 +11102,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_URLResourceDidFinishLoading_1 = - _registerName1("URLResourceDidFinishLoading:"); + _registerName1("URLResourceDidFinishLoading:"); void _objc_msgSend_400( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ) { return __objc_msgSend_400( obj, sel, @@ -11124,15 +11124,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLResourceDidCancelLoading_1 = - _registerName1("URLResourceDidCancelLoading:"); + _registerName1("URLResourceDidCancelLoading:"); late final _sel_URL_resourceDidFailLoadingWithReason_1 = - _registerName1("URL:resourceDidFailLoadingWithReason:"); + _registerName1("URL:resourceDidFailLoadingWithReason:"); void _objc_msgSend_401( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer sender, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer sender, + ffi.Pointer reason, + ) { return __objc_msgSend_401( obj, sel, @@ -11155,9 +11155,9 @@ class SentryCocoa { late final _class_NSFileManager1 = _getClass1("NSFileManager"); late final _sel_defaultManager1 = _registerName1("defaultManager"); ffi.Pointer _objc_msgSend_402( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_402( obj, sel, @@ -11173,14 +11173,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_mountedVolumeURLsIncludingResourceValuesForKeys_options_1 = - _registerName1( - "mountedVolumeURLsIncludingResourceValuesForKeys:options:"); + _registerName1( + "mountedVolumeURLsIncludingResourceValuesForKeys:options:"); ffi.Pointer _objc_msgSend_403( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer propertyKeys, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer propertyKeys, + int options, + ) { return __objc_msgSend_403( obj, sel, @@ -11201,14 +11201,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_unmountVolumeAtURL_options_completionHandler_1 = - _registerName1("unmountVolumeAtURL:options:completionHandler:"); + _registerName1("unmountVolumeAtURL:options:completionHandler:"); void _objc_msgSend_404( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int mask, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int mask, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_404( obj, sel, @@ -11231,16 +11231,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error_1 = - _registerName1( - "contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:"); + _registerName1( + "contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:"); ffi.Pointer _objc_msgSend_405( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer keys, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer keys, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_405( obj, sel, @@ -11270,13 +11270,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_URLsForDirectory_inDomains_1 = - _registerName1("URLsForDirectory:inDomains:"); + _registerName1("URLsForDirectory:inDomains:"); ffi.Pointer _objc_msgSend_406( - ffi.Pointer obj, - ffi.Pointer sel, - int directory, - int domainMask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int directory, + int domainMask, + ) { return __objc_msgSend_406( obj, sel, @@ -11294,17 +11294,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_URLForDirectory_inDomain_appropriateForURL_create_error_1 = - _registerName1( - "URLForDirectory:inDomain:appropriateForURL:create:error:"); + _registerName1( + "URLForDirectory:inDomain:appropriateForURL:create:error:"); ffi.Pointer _objc_msgSend_407( - ffi.Pointer obj, - ffi.Pointer sel, - int directory, - int domain, - ffi.Pointer url, - bool shouldCreate, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int directory, + int domain, + ffi.Pointer url, + bool shouldCreate, + ffi.Pointer> error, + ) { return __objc_msgSend_407( obj, sel, @@ -11337,15 +11337,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getRelationship_ofDirectoryAtURL_toItemAtURL_error_1 = - _registerName1("getRelationship:ofDirectoryAtURL:toItemAtURL:error:"); + _registerName1("getRelationship:ofDirectoryAtURL:toItemAtURL:error:"); bool _objc_msgSend_408( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer outRelationship, - ffi.Pointer directoryURL, - ffi.Pointer otherURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer outRelationship, + ffi.Pointer directoryURL, + ffi.Pointer otherURL, + ffi.Pointer> error, + ) { return __objc_msgSend_408( obj, sel, @@ -11375,16 +11375,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getRelationship_ofDirectory_inDomain_toItemAtURL_error_1 = - _registerName1("getRelationship:ofDirectory:inDomain:toItemAtURL:error:"); + _registerName1("getRelationship:ofDirectory:inDomain:toItemAtURL:error:"); bool _objc_msgSend_409( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer outRelationship, - int directory, - int domainMask, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer outRelationship, + int directory, + int domainMask, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_409( obj, sel, @@ -11417,16 +11417,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createDirectoryAtURL_withIntermediateDirectories_attributes_error_1 = - _registerName1( - "createDirectoryAtURL:withIntermediateDirectories:attributes:error:"); + _registerName1( + "createDirectoryAtURL:withIntermediateDirectories:attributes:error:"); bool _objc_msgSend_410( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - bool createIntermediates, - ffi.Pointer attributes, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + bool createIntermediates, + ffi.Pointer attributes, + ffi.Pointer> error, + ) { return __objc_msgSend_410( obj, sel, @@ -11456,14 +11456,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createSymbolicLinkAtURL_withDestinationURL_error_1 = - _registerName1("createSymbolicLinkAtURL:withDestinationURL:error:"); + _registerName1("createSymbolicLinkAtURL:withDestinationURL:error:"); bool _objc_msgSend_411( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer destURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer destURL, + ffi.Pointer> error, + ) { return __objc_msgSend_411( obj, sel, @@ -11492,14 +11492,14 @@ class SentryCocoa { late final _sel_delegate1 = _registerName1("delegate"); late final _sel_setDelegate_1 = _registerName1("setDelegate:"); late final _sel_setAttributes_ofItemAtPath_error_1 = - _registerName1("setAttributes:ofItemAtPath:error:"); + _registerName1("setAttributes:ofItemAtPath:error:"); bool _objc_msgSend_412( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attributes, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attributes, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_412( obj, sel, @@ -11526,16 +11526,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_createDirectoryAtPath_withIntermediateDirectories_attributes_error_1 = - _registerName1( - "createDirectoryAtPath:withIntermediateDirectories:attributes:error:"); + _registerName1( + "createDirectoryAtPath:withIntermediateDirectories:attributes:error:"); bool _objc_msgSend_413( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool createIntermediates, - ffi.Pointer attributes, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool createIntermediates, + ffi.Pointer attributes, + ffi.Pointer> error, + ) { return __objc_msgSend_413( obj, sel, @@ -11565,13 +11565,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_contentsOfDirectoryAtPath_error_1 = - _registerName1("contentsOfDirectoryAtPath:error:"); + _registerName1("contentsOfDirectoryAtPath:error:"); ffi.Pointer _objc_msgSend_414( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_414( obj, sel, @@ -11595,15 +11595,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_subpathsOfDirectoryAtPath_error_1 = - _registerName1("subpathsOfDirectoryAtPath:error:"); + _registerName1("subpathsOfDirectoryAtPath:error:"); late final _sel_attributesOfItemAtPath_error_1 = - _registerName1("attributesOfItemAtPath:error:"); + _registerName1("attributesOfItemAtPath:error:"); ffi.Pointer _objc_msgSend_415( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_415( obj, sel, @@ -11627,16 +11627,16 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_attributesOfFileSystemForPath_error_1 = - _registerName1("attributesOfFileSystemForPath:error:"); + _registerName1("attributesOfFileSystemForPath:error:"); late final _sel_createSymbolicLinkAtPath_withDestinationPath_error_1 = - _registerName1("createSymbolicLinkAtPath:withDestinationPath:error:"); + _registerName1("createSymbolicLinkAtPath:withDestinationPath:error:"); bool _objc_msgSend_416( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer destPath, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer destPath, + ffi.Pointer> error, + ) { return __objc_msgSend_416( obj, sel, @@ -11663,13 +11663,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_destinationOfSymbolicLinkAtPath_error_1 = - _registerName1("destinationOfSymbolicLinkAtPath:error:"); + _registerName1("destinationOfSymbolicLinkAtPath:error:"); ffi.Pointer _objc_msgSend_417( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_417( obj, sel, @@ -11693,19 +11693,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_copyItemAtPath_toPath_error_1 = - _registerName1("copyItemAtPath:toPath:error:"); + _registerName1("copyItemAtPath:toPath:error:"); late final _sel_moveItemAtPath_toPath_error_1 = - _registerName1("moveItemAtPath:toPath:error:"); + _registerName1("moveItemAtPath:toPath:error:"); late final _sel_linkItemAtPath_toPath_error_1 = - _registerName1("linkItemAtPath:toPath:error:"); + _registerName1("linkItemAtPath:toPath:error:"); late final _sel_removeItemAtPath_error_1 = - _registerName1("removeItemAtPath:error:"); + _registerName1("removeItemAtPath:error:"); bool _objc_msgSend_418( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer> error, + ) { return __objc_msgSend_418( obj, sel, @@ -11726,22 +11726,22 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_copyItemAtURL_toURL_error_1 = - _registerName1("copyItemAtURL:toURL:error:"); + _registerName1("copyItemAtURL:toURL:error:"); late final _sel_moveItemAtURL_toURL_error_1 = - _registerName1("moveItemAtURL:toURL:error:"); + _registerName1("moveItemAtURL:toURL:error:"); late final _sel_linkItemAtURL_toURL_error_1 = - _registerName1("linkItemAtURL:toURL:error:"); + _registerName1("linkItemAtURL:toURL:error:"); late final _sel_removeItemAtURL_error_1 = - _registerName1("removeItemAtURL:error:"); + _registerName1("removeItemAtURL:error:"); late final _sel_trashItemAtURL_resultingItemURL_error_1 = - _registerName1("trashItemAtURL:resultingItemURL:error:"); + _registerName1("trashItemAtURL:resultingItemURL:error:"); bool _objc_msgSend_419( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> outResultingURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> outResultingURL, + ffi.Pointer> error, + ) { return __objc_msgSend_419( obj, sel, @@ -11768,13 +11768,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_fileAttributesAtPath_traverseLink_1 = - _registerName1("fileAttributesAtPath:traverseLink:"); + _registerName1("fileAttributesAtPath:traverseLink:"); ffi.Pointer _objc_msgSend_420( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool yorn, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool yorn, + ) { return __objc_msgSend_420( obj, sel, @@ -11795,13 +11795,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_changeFileAttributes_atPath_1 = - _registerName1("changeFileAttributes:atPath:"); + _registerName1("changeFileAttributes:atPath:"); bool _objc_msgSend_421( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attributes, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attributes, + ffi.Pointer path, + ) { return __objc_msgSend_421( obj, sel, @@ -11822,19 +11822,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_directoryContentsAtPath_1 = - _registerName1("directoryContentsAtPath:"); + _registerName1("directoryContentsAtPath:"); late final _sel_fileSystemAttributesAtPath_1 = - _registerName1("fileSystemAttributesAtPath:"); + _registerName1("fileSystemAttributesAtPath:"); late final _sel_pathContentOfSymbolicLinkAtPath_1 = - _registerName1("pathContentOfSymbolicLinkAtPath:"); + _registerName1("pathContentOfSymbolicLinkAtPath:"); late final _sel_createSymbolicLinkAtPath_pathContent_1 = - _registerName1("createSymbolicLinkAtPath:pathContent:"); + _registerName1("createSymbolicLinkAtPath:pathContent:"); bool _objc_msgSend_422( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer otherpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer otherpath, + ) { return __objc_msgSend_422( obj, sel, @@ -11855,13 +11855,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_createDirectoryAtPath_attributes_1 = - _registerName1("createDirectoryAtPath:attributes:"); + _registerName1("createDirectoryAtPath:attributes:"); bool _objc_msgSend_423( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer attributes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer attributes, + ) { return __objc_msgSend_423( obj, sel, @@ -11882,14 +11882,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_linkPath_toPath_handler_1 = - _registerName1("linkPath:toPath:handler:"); + _registerName1("linkPath:toPath:handler:"); bool _objc_msgSend_424( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer src, - ffi.Pointer dest, - ffi.Pointer handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer src, + ffi.Pointer dest, + ffi.Pointer handler, + ) { return __objc_msgSend_424( obj, sel, @@ -11916,17 +11916,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_copyPath_toPath_handler_1 = - _registerName1("copyPath:toPath:handler:"); + _registerName1("copyPath:toPath:handler:"); late final _sel_movePath_toPath_handler_1 = - _registerName1("movePath:toPath:handler:"); + _registerName1("movePath:toPath:handler:"); late final _sel_removeFileAtPath_handler_1 = - _registerName1("removeFileAtPath:handler:"); + _registerName1("removeFileAtPath:handler:"); bool _objc_msgSend_425( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer handler, + ) { return __objc_msgSend_425( obj, sel, @@ -11947,18 +11947,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_currentDirectoryPath1 = - _registerName1("currentDirectoryPath"); + _registerName1("currentDirectoryPath"); late final _sel_changeCurrentDirectoryPath_1 = - _registerName1("changeCurrentDirectoryPath:"); + _registerName1("changeCurrentDirectoryPath:"); late final _sel_fileExistsAtPath_1 = _registerName1("fileExistsAtPath:"); late final _sel_fileExistsAtPath_isDirectory_1 = - _registerName1("fileExistsAtPath:isDirectory:"); + _registerName1("fileExistsAtPath:isDirectory:"); bool _objc_msgSend_426( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer isDirectory, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer isDirectory, + ) { return __objc_msgSend_426( obj, sel, @@ -11976,30 +11976,30 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_isReadableFileAtPath_1 = - _registerName1("isReadableFileAtPath:"); + _registerName1("isReadableFileAtPath:"); late final _sel_isWritableFileAtPath_1 = - _registerName1("isWritableFileAtPath:"); + _registerName1("isWritableFileAtPath:"); late final _sel_isExecutableFileAtPath_1 = - _registerName1("isExecutableFileAtPath:"); + _registerName1("isExecutableFileAtPath:"); late final _sel_isDeletableFileAtPath_1 = - _registerName1("isDeletableFileAtPath:"); + _registerName1("isDeletableFileAtPath:"); late final _sel_contentsEqualAtPath_andPath_1 = - _registerName1("contentsEqualAtPath:andPath:"); + _registerName1("contentsEqualAtPath:andPath:"); late final _sel_displayNameAtPath_1 = _registerName1("displayNameAtPath:"); late final _sel_componentsToDisplayForPath_1 = - _registerName1("componentsToDisplayForPath:"); + _registerName1("componentsToDisplayForPath:"); late final _sel_enumeratorAtPath_1 = _registerName1("enumeratorAtPath:"); late final _sel_enumeratorAtURL_includingPropertiesForKeys_options_errorHandler_1 = - _registerName1( - "enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:"); + _registerName1( + "enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:"); ffi.Pointer _objc_msgSend_427( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer keys, - int mask, - ffi.Pointer<_ObjCBlock> handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer keys, + int mask, + ffi.Pointer<_ObjCBlock> handler, + ) { return __objc_msgSend_427( obj, sel, @@ -12031,10 +12031,10 @@ class SentryCocoa { late final _sel_subpathsAtPath_1 = _registerName1("subpathsAtPath:"); late final _sel_contentsAtPath_1 = _registerName1("contentsAtPath:"); ffi.Pointer _objc_msgSend_428( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_428( obj, sel, @@ -12051,14 +12051,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_createFileAtPath_contents_attributes_1 = - _registerName1("createFileAtPath:contents:attributes:"); + _registerName1("createFileAtPath:contents:attributes:"); bool _objc_msgSend_429( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer data, - ffi.Pointer attr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer data, + ffi.Pointer attr, + ) { return __objc_msgSend_429( obj, sel, @@ -12085,12 +12085,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_fileSystemRepresentationWithPath_1 = - _registerName1("fileSystemRepresentationWithPath:"); + _registerName1("fileSystemRepresentationWithPath:"); ffi.Pointer _objc_msgSend_430( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_430( obj, sel, @@ -12107,13 +12107,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_stringWithFileSystemRepresentation_length_1 = - _registerName1("stringWithFileSystemRepresentation:length:"); + _registerName1("stringWithFileSystemRepresentation:length:"); ffi.Pointer _objc_msgSend_431( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer str, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer str, + int len, + ) { return __objc_msgSend_431( obj, sel, @@ -12134,18 +12134,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1 = - _registerName1( - "replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:"); + _registerName1( + "replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:"); bool _objc_msgSend_432( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer originalItemURL, - ffi.Pointer newItemURL, - ffi.Pointer backupItemName, - int options, - ffi.Pointer> resultingURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer originalItemURL, + ffi.Pointer newItemURL, + ffi.Pointer backupItemName, + int options, + ffi.Pointer> resultingURL, + ffi.Pointer> error, + ) { return __objc_msgSend_432( obj, sel, @@ -12181,15 +12181,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_setUbiquitous_itemAtURL_destinationURL_error_1 = - _registerName1("setUbiquitous:itemAtURL:destinationURL:error:"); + _registerName1("setUbiquitous:itemAtURL:destinationURL:error:"); bool _objc_msgSend_433( - ffi.Pointer obj, - ffi.Pointer sel, - bool flag, - ffi.Pointer url, - ffi.Pointer destinationURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool flag, + ffi.Pointer url, + ffi.Pointer destinationURL, + ffi.Pointer> error, + ) { return __objc_msgSend_433( obj, sel, @@ -12219,23 +12219,23 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isUbiquitousItemAtURL_1 = - _registerName1("isUbiquitousItemAtURL:"); + _registerName1("isUbiquitousItemAtURL:"); late final _sel_startDownloadingUbiquitousItemAtURL_error_1 = - _registerName1("startDownloadingUbiquitousItemAtURL:error:"); + _registerName1("startDownloadingUbiquitousItemAtURL:error:"); late final _sel_evictUbiquitousItemAtURL_error_1 = - _registerName1("evictUbiquitousItemAtURL:error:"); + _registerName1("evictUbiquitousItemAtURL:error:"); late final _sel_URLForUbiquityContainerIdentifier_1 = - _registerName1("URLForUbiquityContainerIdentifier:"); + _registerName1("URLForUbiquityContainerIdentifier:"); late final _sel_URLForPublishingUbiquitousItemAtURL_expirationDate_error_1 = - _registerName1( - "URLForPublishingUbiquitousItemAtURL:expirationDate:error:"); + _registerName1( + "URLForPublishingUbiquitousItemAtURL:expirationDate:error:"); ffi.Pointer _objc_msgSend_434( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> outDate, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> outDate, + ffi.Pointer> error, + ) { return __objc_msgSend_434( obj, sel, @@ -12262,15 +12262,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_ubiquityIdentityToken1 = - _registerName1("ubiquityIdentityToken"); + _registerName1("ubiquityIdentityToken"); late final _sel_getFileProviderServicesForItemAtURL_completionHandler_1 = - _registerName1("getFileProviderServicesForItemAtURL:completionHandler:"); + _registerName1("getFileProviderServicesForItemAtURL:completionHandler:"); void _objc_msgSend_435( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_435( obj, sel, @@ -12291,20 +12291,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_containerURLForSecurityApplicationGroupIdentifier_1 = - _registerName1("containerURLForSecurityApplicationGroupIdentifier:"); + _registerName1("containerURLForSecurityApplicationGroupIdentifier:"); late final _sel_homeDirectoryForCurrentUser1 = - _registerName1("homeDirectoryForCurrentUser"); + _registerName1("homeDirectoryForCurrentUser"); late final _sel_temporaryDirectory1 = _registerName1("temporaryDirectory"); late final _sel_homeDirectoryForUser_1 = - _registerName1("homeDirectoryForUser:"); + _registerName1("homeDirectoryForUser:"); late final _sel_fileManager_shouldProceedAfterError_1 = - _registerName1("fileManager:shouldProceedAfterError:"); + _registerName1("fileManager:shouldProceedAfterError:"); bool _objc_msgSend_436( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fm, - ffi.Pointer errorInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fm, + ffi.Pointer errorInfo, + ) { return __objc_msgSend_436( obj, sel, @@ -12325,13 +12325,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileManager_willProcessPath_1 = - _registerName1("fileManager:willProcessPath:"); + _registerName1("fileManager:willProcessPath:"); void _objc_msgSend_437( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fm, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fm, + ffi.Pointer path, + ) { return __objc_msgSend_437( obj, sel, @@ -12352,17 +12352,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_validateValue_forKey_error_1 = - _registerName1("validateValue:forKey:error:"); + _registerName1("validateValue:forKey:error:"); late final _class_NSMutableArray1 = _getClass1("NSMutableArray"); late final _sel_addObject_1 = _registerName1("addObject:"); late final _sel_insertObject_atIndex_1 = - _registerName1("insertObject:atIndex:"); + _registerName1("insertObject:atIndex:"); void _objc_msgSend_438( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + int index, + ) { return __objc_msgSend_438( obj, sel, @@ -12381,12 +12381,12 @@ class SentryCocoa { late final _sel_removeLastObject1 = _registerName1("removeLastObject"); late final _sel_removeObjectAtIndex_1 = - _registerName1("removeObjectAtIndex:"); + _registerName1("removeObjectAtIndex:"); void _objc_msgSend_439( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_439( obj, sel, @@ -12402,13 +12402,13 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_replaceObjectAtIndex_withObject_1 = - _registerName1("replaceObjectAtIndex:withObject:"); + _registerName1("replaceObjectAtIndex:withObject:"); void _objc_msgSend_440( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer anObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer anObject, + ) { return __objc_msgSend_440( obj, sel, @@ -12427,12 +12427,12 @@ class SentryCocoa { late final _sel_initWithCapacity_1 = _registerName1("initWithCapacity:"); late final _sel_addObjectsFromArray_1 = - _registerName1("addObjectsFromArray:"); + _registerName1("addObjectsFromArray:"); void _objc_msgSend_441( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherArray, + ) { return __objc_msgSend_441( obj, sel, @@ -12449,13 +12449,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_exchangeObjectAtIndex_withObjectAtIndex_1 = - _registerName1("exchangeObjectAtIndex:withObjectAtIndex:"); + _registerName1("exchangeObjectAtIndex:withObjectAtIndex:"); void _objc_msgSend_442( - ffi.Pointer obj, - ffi.Pointer sel, - int idx1, - int idx2, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int idx1, + int idx2, + ) { return __objc_msgSend_442( obj, sel, @@ -12473,13 +12473,13 @@ class SentryCocoa { late final _sel_removeAllObjects1 = _registerName1("removeAllObjects"); late final _sel_removeObject_inRange_1 = - _registerName1("removeObject:inRange:"); + _registerName1("removeObject:inRange:"); void _objc_msgSend_443( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + _NSRange range, + ) { return __objc_msgSend_443( obj, sel, @@ -12498,17 +12498,17 @@ class SentryCocoa { late final _sel_removeObject_1 = _registerName1("removeObject:"); late final _sel_removeObjectIdenticalTo_inRange_1 = - _registerName1("removeObjectIdenticalTo:inRange:"); + _registerName1("removeObjectIdenticalTo:inRange:"); late final _sel_removeObjectIdenticalTo_1 = - _registerName1("removeObjectIdenticalTo:"); + _registerName1("removeObjectIdenticalTo:"); late final _sel_removeObjectsFromIndices_numIndices_1 = - _registerName1("removeObjectsFromIndices:numIndices:"); + _registerName1("removeObjectsFromIndices:numIndices:"); void _objc_msgSend_444( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indices, - int cnt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indices, + int cnt, + ) { return __objc_msgSend_444( obj, sel, @@ -12529,14 +12529,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_removeObjectsInArray_1 = - _registerName1("removeObjectsInArray:"); + _registerName1("removeObjectsInArray:"); late final _sel_removeObjectsInRange_1 = - _registerName1("removeObjectsInRange:"); + _registerName1("removeObjectsInRange:"); void _objc_msgSend_445( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_445( obj, sel, @@ -12552,14 +12552,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_range_1 = - _registerName1("replaceObjectsInRange:withObjectsFromArray:range:"); + _registerName1("replaceObjectsInRange:withObjectsFromArray:range:"); void _objc_msgSend_446( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer otherArray, - _NSRange otherRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer otherArray, + _NSRange otherRange, + ) { return __objc_msgSend_446( obj, sel, @@ -12578,13 +12578,13 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_replaceObjectsInRange_withObjectsFromArray_1 = - _registerName1("replaceObjectsInRange:withObjectsFromArray:"); + _registerName1("replaceObjectsInRange:withObjectsFromArray:"); void _objc_msgSend_447( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer otherArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer otherArray, + ) { return __objc_msgSend_447( obj, sel, @@ -12603,17 +12603,17 @@ class SentryCocoa { late final _sel_setArray_1 = _registerName1("setArray:"); late final _sel_sortUsingFunction_context_1 = - _registerName1("sortUsingFunction:context:"); + _registerName1("sortUsingFunction:context:"); void _objc_msgSend_448( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - compare, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + compare, + ffi.Pointer context, + ) { return __objc_msgSend_448( obj, sel, @@ -12644,13 +12644,13 @@ class SentryCocoa { late final _sel_sortUsingSelector_1 = _registerName1("sortUsingSelector:"); late final _sel_insertObjects_atIndexes_1 = - _registerName1("insertObjects:atIndexes:"); + _registerName1("insertObjects:atIndexes:"); void _objc_msgSend_449( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objects, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objects, + ffi.Pointer indexes, + ) { return __objc_msgSend_449( obj, sel, @@ -12671,12 +12671,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeObjectsAtIndexes_1 = - _registerName1("removeObjectsAtIndexes:"); + _registerName1("removeObjectsAtIndexes:"); void _objc_msgSend_450( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_450( obj, sel, @@ -12693,13 +12693,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceObjectsAtIndexes_withObjects_1 = - _registerName1("replaceObjectsAtIndexes:withObjects:"); + _registerName1("replaceObjectsAtIndexes:withObjects:"); void _objc_msgSend_451( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ffi.Pointer objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ffi.Pointer objects, + ) { return __objc_msgSend_451( obj, sel, @@ -12720,14 +12720,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setObject_atIndexedSubscript_1 = - _registerName1("setObject:atIndexedSubscript:"); + _registerName1("setObject:atIndexedSubscript:"); late final _sel_sortUsingComparator_1 = - _registerName1("sortUsingComparator:"); + _registerName1("sortUsingComparator:"); void _objc_msgSend_452( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_452( obj, sel, @@ -12744,13 +12744,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sortWithOptions_usingComparator_1 = - _registerName1("sortWithOptions:usingComparator:"); + _registerName1("sortWithOptions:usingComparator:"); void _objc_msgSend_453( - ffi.Pointer obj, - ffi.Pointer sel, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_453( obj, sel, @@ -12769,10 +12769,10 @@ class SentryCocoa { late final _sel_arrayWithCapacity_1 = _registerName1("arrayWithCapacity:"); ffi.Pointer _objc_msgSend_454( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_454( obj, sel, @@ -12789,10 +12789,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_455( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_455( obj, sel, @@ -12810,14 +12810,14 @@ class SentryCocoa { late final _sel_applyDifference_1 = _registerName1("applyDifference:"); late final _sel_sortUsingDescriptors_1 = - _registerName1("sortUsingDescriptors:"); + _registerName1("sortUsingDescriptors:"); late final _sel_filterUsingPredicate_1 = - _registerName1("filterUsingPredicate:"); + _registerName1("filterUsingPredicate:"); void _objc_msgSend_456( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer predicate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer predicate, + ) { return __objc_msgSend_456( obj, sel, @@ -12834,16 +12834,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_mutableArrayValueForKey_1 = - _registerName1("mutableArrayValueForKey:"); + _registerName1("mutableArrayValueForKey:"); late final _class_NSMutableOrderedSet1 = _getClass1("NSMutableOrderedSet"); late final _class_NSOrderedSet1 = _getClass1("NSOrderedSet"); late final _sel_isEqualToOrderedSet_1 = - _registerName1("isEqualToOrderedSet:"); + _registerName1("isEqualToOrderedSet:"); bool _objc_msgSend_457( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_457( obj, sel, @@ -12860,14 +12860,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_intersectsOrderedSet_1 = - _registerName1("intersectsOrderedSet:"); + _registerName1("intersectsOrderedSet:"); late final _sel_isSubsetOfOrderedSet_1 = - _registerName1("isSubsetOfOrderedSet:"); + _registerName1("isSubsetOfOrderedSet:"); late final _sel_reversedOrderedSet1 = _registerName1("reversedOrderedSet"); ffi.Pointer _objc_msgSend_458( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_458( obj, sel, @@ -12884,18 +12884,18 @@ class SentryCocoa { late final _sel_orderedSet1 = _registerName1("orderedSet"); late final _sel_orderedSetWithObject_1 = - _registerName1("orderedSetWithObject:"); + _registerName1("orderedSetWithObject:"); late final _sel_orderedSetWithObjects_count_1 = - _registerName1("orderedSetWithObjects:count:"); + _registerName1("orderedSetWithObjects:count:"); late final _sel_orderedSetWithObjects_1 = - _registerName1("orderedSetWithObjects:"); + _registerName1("orderedSetWithObjects:"); late final _sel_orderedSetWithOrderedSet_1 = - _registerName1("orderedSetWithOrderedSet:"); + _registerName1("orderedSetWithOrderedSet:"); instancetype _objc_msgSend_459( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ) { return __objc_msgSend_459( obj, sel, @@ -12912,14 +12912,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_orderedSetWithOrderedSet_range_copyItems_1 = - _registerName1("orderedSetWithOrderedSet:range:copyItems:"); + _registerName1("orderedSetWithOrderedSet:range:copyItems:"); instancetype _objc_msgSend_460( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - _NSRange range, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + _NSRange range, + bool flag, + ) { return __objc_msgSend_460( obj, sel, @@ -12938,16 +12938,16 @@ class SentryCocoa { ffi.Pointer, _NSRange, bool)>(); late final _sel_orderedSetWithArray_1 = - _registerName1("orderedSetWithArray:"); + _registerName1("orderedSetWithArray:"); late final _sel_orderedSetWithArray_range_copyItems_1 = - _registerName1("orderedSetWithArray:range:copyItems:"); + _registerName1("orderedSetWithArray:range:copyItems:"); instancetype _objc_msgSend_461( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer array, - _NSRange range, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer array, + _NSRange range, + bool flag, + ) { return __objc_msgSend_461( obj, sel, @@ -12967,17 +12967,17 @@ class SentryCocoa { late final _sel_orderedSetWithSet_1 = _registerName1("orderedSetWithSet:"); late final _sel_orderedSetWithSet_copyItems_1 = - _registerName1("orderedSetWithSet:copyItems:"); + _registerName1("orderedSetWithSet:copyItems:"); late final _sel_initWithObject_1 = _registerName1("initWithObject:"); late final _sel_initWithOrderedSet_1 = _registerName1("initWithOrderedSet:"); late final _sel_initWithOrderedSet_copyItems_1 = - _registerName1("initWithOrderedSet:copyItems:"); + _registerName1("initWithOrderedSet:copyItems:"); instancetype _objc_msgSend_462( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + bool flag, + ) { return __objc_msgSend_462( obj, sel, @@ -12995,19 +12995,19 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_initWithOrderedSet_range_copyItems_1 = - _registerName1("initWithOrderedSet:range:copyItems:"); + _registerName1("initWithOrderedSet:range:copyItems:"); late final _sel_initWithArray_range_copyItems_1 = - _registerName1("initWithArray:range:copyItems:"); + _registerName1("initWithArray:range:copyItems:"); late final _sel_differenceFromOrderedSet_withOptions_usingEquivalenceTest_1 = - _registerName1( - "differenceFromOrderedSet:withOptions:usingEquivalenceTest:"); + _registerName1( + "differenceFromOrderedSet:withOptions:usingEquivalenceTest:"); ffi.Pointer _objc_msgSend_463( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_463( obj, sel, @@ -13034,13 +13034,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_differenceFromOrderedSet_withOptions_1 = - _registerName1("differenceFromOrderedSet:withOptions:"); + _registerName1("differenceFromOrderedSet:withOptions:"); ffi.Pointer _objc_msgSend_464( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + int options, + ) { return __objc_msgSend_464( obj, sel, @@ -13061,14 +13061,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_differenceFromOrderedSet_1 = - _registerName1("differenceFromOrderedSet:"); + _registerName1("differenceFromOrderedSet:"); late final _sel_orderedSetByApplyingDifference_1 = - _registerName1("orderedSetByApplyingDifference:"); + _registerName1("orderedSetByApplyingDifference:"); ffi.Pointer _objc_msgSend_465( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer difference, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer difference, + ) { return __objc_msgSend_465( obj, sel, @@ -13085,12 +13085,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_filteredOrderedSetUsingPredicate_1 = - _registerName1("filteredOrderedSetUsingPredicate:"); + _registerName1("filteredOrderedSetUsingPredicate:"); ffi.Pointer _objc_msgSend_466( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer p, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer p, + ) { return __objc_msgSend_466( obj, sel, @@ -13108,11 +13108,11 @@ class SentryCocoa { late final _sel_addObjects_count_1 = _registerName1("addObjects:count:"); void _objc_msgSend_467( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> objects, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> objects, + int count, + ) { return __objc_msgSend_467( obj, sel, @@ -13133,13 +13133,13 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_moveObjectsAtIndexes_toIndex_1 = - _registerName1("moveObjectsAtIndexes:toIndex:"); + _registerName1("moveObjectsAtIndexes:toIndex:"); void _objc_msgSend_468( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - int idx, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + int idx, + ) { return __objc_msgSend_468( obj, sel, @@ -13158,14 +13158,14 @@ class SentryCocoa { late final _sel_setObject_atIndex_1 = _registerName1("setObject:atIndex:"); late final _sel_replaceObjectsInRange_withObjects_count_1 = - _registerName1("replaceObjectsInRange:withObjects:count:"); + _registerName1("replaceObjectsInRange:withObjects:count:"); void _objc_msgSend_469( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer> objects, - int count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer> objects, + int count, + ) { return __objc_msgSend_469( obj, sel, @@ -13188,12 +13188,12 @@ class SentryCocoa { ffi.Pointer>, int)>(); late final _sel_intersectOrderedSet_1 = - _registerName1("intersectOrderedSet:"); + _registerName1("intersectOrderedSet:"); void _objc_msgSend_470( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_470( obj, sel, @@ -13213,10 +13213,10 @@ class SentryCocoa { late final _sel_unionOrderedSet_1 = _registerName1("unionOrderedSet:"); late final _sel_intersectSet_1 = _registerName1("intersectSet:"); void _objc_msgSend_471( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_471( obj, sel, @@ -13235,14 +13235,14 @@ class SentryCocoa { late final _sel_minusSet_1 = _registerName1("minusSet:"); late final _sel_unionSet_1 = _registerName1("unionSet:"); late final _sel_sortRange_options_usingComparator_1 = - _registerName1("sortRange:options:usingComparator:"); + _registerName1("sortRange:options:usingComparator:"); void _objc_msgSend_472( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - int opts, - ffi.Pointer<_ObjCBlock> cmptr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + int opts, + ffi.Pointer<_ObjCBlock> cmptr, + ) { return __objc_msgSend_472( obj, sel, @@ -13261,14 +13261,14 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_orderedSetWithCapacity_1 = - _registerName1("orderedSetWithCapacity:"); + _registerName1("orderedSetWithCapacity:"); late final _sel_mutableOrderedSetValueForKey_1 = - _registerName1("mutableOrderedSetValueForKey:"); + _registerName1("mutableOrderedSetValueForKey:"); ffi.Pointer _objc_msgSend_473( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_473( obj, sel, @@ -13288,12 +13288,12 @@ class SentryCocoa { late final _sel_setSet_1 = _registerName1("setSet:"); late final _sel_setWithCapacity_1 = _registerName1("setWithCapacity:"); late final _sel_mutableSetValueForKey_1 = - _registerName1("mutableSetValueForKey:"); + _registerName1("mutableSetValueForKey:"); ffi.Pointer _objc_msgSend_474( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_474( obj, sel, @@ -13311,27 +13311,27 @@ class SentryCocoa { late final _sel_valueForKeyPath_1 = _registerName1("valueForKeyPath:"); late final _sel_setValue_forKeyPath_1 = - _registerName1("setValue:forKeyPath:"); + _registerName1("setValue:forKeyPath:"); late final _sel_validateValue_forKeyPath_error_1 = - _registerName1("validateValue:forKeyPath:error:"); + _registerName1("validateValue:forKeyPath:error:"); late final _sel_mutableArrayValueForKeyPath_1 = - _registerName1("mutableArrayValueForKeyPath:"); + _registerName1("mutableArrayValueForKeyPath:"); late final _sel_mutableOrderedSetValueForKeyPath_1 = - _registerName1("mutableOrderedSetValueForKeyPath:"); + _registerName1("mutableOrderedSetValueForKeyPath:"); late final _sel_mutableSetValueForKeyPath_1 = - _registerName1("mutableSetValueForKeyPath:"); + _registerName1("mutableSetValueForKeyPath:"); late final _sel_valueForUndefinedKey_1 = - _registerName1("valueForUndefinedKey:"); + _registerName1("valueForUndefinedKey:"); late final _sel_setValue_forUndefinedKey_1 = - _registerName1("setValue:forUndefinedKey:"); + _registerName1("setValue:forUndefinedKey:"); late final _sel_setNilValueForKey_1 = _registerName1("setNilValueForKey:"); late final _sel_dictionaryWithValuesForKeys_1 = - _registerName1("dictionaryWithValuesForKeys:"); + _registerName1("dictionaryWithValuesForKeys:"); ffi.Pointer _objc_msgSend_475( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keys, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keys, + ) { return __objc_msgSend_475( obj, sel, @@ -13348,12 +13348,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setValuesForKeysWithDictionary_1 = - _registerName1("setValuesForKeysWithDictionary:"); + _registerName1("setValuesForKeysWithDictionary:"); void _objc_msgSend_476( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyedValues, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyedValues, + ) { return __objc_msgSend_476( obj, sel, @@ -13371,29 +13371,29 @@ class SentryCocoa { late final _sel_storedValueForKey_1 = _registerName1("storedValueForKey:"); late final _sel_takeStoredValue_forKey_1 = - _registerName1("takeStoredValue:forKey:"); + _registerName1("takeStoredValue:forKey:"); late final _sel_takeValue_forKey_1 = _registerName1("takeValue:forKey:"); late final _sel_takeValue_forKeyPath_1 = - _registerName1("takeValue:forKeyPath:"); + _registerName1("takeValue:forKeyPath:"); late final _sel_handleQueryWithUnboundKey_1 = - _registerName1("handleQueryWithUnboundKey:"); + _registerName1("handleQueryWithUnboundKey:"); late final _sel_handleTakeValue_forUnboundKey_1 = - _registerName1("handleTakeValue:forUnboundKey:"); + _registerName1("handleTakeValue:forUnboundKey:"); late final _sel_unableToSetNilForKey_1 = - _registerName1("unableToSetNilForKey:"); + _registerName1("unableToSetNilForKey:"); late final _sel_valuesForKeys_1 = _registerName1("valuesForKeys:"); late final _sel_takeValuesFromDictionary_1 = - _registerName1("takeValuesFromDictionary:"); + _registerName1("takeValuesFromDictionary:"); late final _sel_observeValueForKeyPath_ofObject_change_context_1 = - _registerName1("observeValueForKeyPath:ofObject:change:context:"); + _registerName1("observeValueForKeyPath:ofObject:change:context:"); void _objc_msgSend_477( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyPath, - ffi.Pointer object, - ffi.Pointer change, - ffi.Pointer context, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyPath, + ffi.Pointer object, + ffi.Pointer change, + ffi.Pointer context, + ) { return __objc_msgSend_477( obj, sel, @@ -13423,18 +13423,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_willChangeValueForKey_1 = - _registerName1("willChangeValueForKey:"); + _registerName1("willChangeValueForKey:"); late final _sel_didChangeValueForKey_1 = - _registerName1("didChangeValueForKey:"); + _registerName1("didChangeValueForKey:"); late final _sel_willChange_valuesAtIndexes_forKey_1 = - _registerName1("willChange:valuesAtIndexes:forKey:"); + _registerName1("willChange:valuesAtIndexes:forKey:"); void _objc_msgSend_478( - ffi.Pointer obj, - ffi.Pointer sel, - int changeKind, - ffi.Pointer indexes, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int changeKind, + ffi.Pointer indexes, + ffi.Pointer key, + ) { return __objc_msgSend_478( obj, sel, @@ -13457,16 +13457,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_didChange_valuesAtIndexes_forKey_1 = - _registerName1("didChange:valuesAtIndexes:forKey:"); + _registerName1("didChange:valuesAtIndexes:forKey:"); late final _sel_willChangeValueForKey_withSetMutation_usingObjects_1 = - _registerName1("willChangeValueForKey:withSetMutation:usingObjects:"); + _registerName1("willChangeValueForKey:withSetMutation:usingObjects:"); void _objc_msgSend_479( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - int mutationKind, - ffi.Pointer objects, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + int mutationKind, + ffi.Pointer objects, + ) { return __objc_msgSend_479( obj, sel, @@ -13489,14 +13489,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_didChangeValueForKey_withSetMutation_usingObjects_1 = - _registerName1("didChangeValueForKey:withSetMutation:usingObjects:"); + _registerName1("didChangeValueForKey:withSetMutation:usingObjects:"); late final _sel_observationInfo1 = _registerName1("observationInfo"); late final _sel_setObservationInfo_1 = _registerName1("setObservationInfo:"); void _objc_msgSend_480( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_480( obj, sel, @@ -13513,15 +13513,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_classForKeyedArchiver1 = - _registerName1("classForKeyedArchiver"); + _registerName1("classForKeyedArchiver"); late final _class_NSKeyedArchiver1 = _getClass1("NSKeyedArchiver"); late final _sel_initRequiringSecureCoding_1 = - _registerName1("initRequiringSecureCoding:"); + _registerName1("initRequiringSecureCoding:"); instancetype _objc_msgSend_481( - ffi.Pointer obj, - ffi.Pointer sel, - bool requiresSecureCoding, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool requiresSecureCoding, + ) { return __objc_msgSend_481( obj, sel, @@ -13538,14 +13538,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_archivedDataWithRootObject_requiringSecureCoding_error_1 = - _registerName1("archivedDataWithRootObject:requiringSecureCoding:error:"); + _registerName1("archivedDataWithRootObject:requiringSecureCoding:error:"); ffi.Pointer _objc_msgSend_482( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - bool requiresSecureCoding, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + bool requiresSecureCoding, + ffi.Pointer> error, + ) { return __objc_msgSend_482( obj, sel, @@ -13575,10 +13575,10 @@ class SentryCocoa { late final _sel_mutableBytes1 = _registerName1("mutableBytes"); late final _sel_setLength_1 = _registerName1("setLength:"); void _objc_msgSend_483( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_483( obj, sel, @@ -13597,13 +13597,13 @@ class SentryCocoa { late final _sel_appendData_1 = _registerName1("appendData:"); late final _sel_increaseLengthBy_1 = _registerName1("increaseLengthBy:"); late final _sel_replaceBytesInRange_withBytes_1 = - _registerName1("replaceBytesInRange:withBytes:"); + _registerName1("replaceBytesInRange:withBytes:"); void _objc_msgSend_484( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer bytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer bytes, + ) { return __objc_msgSend_484( obj, sel, @@ -13623,14 +13623,14 @@ class SentryCocoa { late final _sel_resetBytesInRange_1 = _registerName1("resetBytesInRange:"); late final _sel_setData_1 = _registerName1("setData:"); late final _sel_replaceBytesInRange_withBytes_length_1 = - _registerName1("replaceBytesInRange:withBytes:length:"); + _registerName1("replaceBytesInRange:withBytes:length:"); void _objc_msgSend_485( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementBytes, - int replacementLength, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementBytes, + int replacementLength, + ) { return __objc_msgSend_485( obj, sel, @@ -13656,13 +13656,13 @@ class SentryCocoa { late final _sel_dataWithLength_1 = _registerName1("dataWithLength:"); late final _sel_initWithLength_1 = _registerName1("initWithLength:"); late final _sel_decompressUsingAlgorithm_error_1 = - _registerName1("decompressUsingAlgorithm:error:"); + _registerName1("decompressUsingAlgorithm:error:"); bool _objc_msgSend_486( - ffi.Pointer obj, - ffi.Pointer sel, - int algorithm, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int algorithm, + ffi.Pointer> error, + ) { return __objc_msgSend_486( obj, sel, @@ -13683,14 +13683,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_compressUsingAlgorithm_error_1 = - _registerName1("compressUsingAlgorithm:error:"); + _registerName1("compressUsingAlgorithm:error:"); late final _sel_initForWritingWithMutableData_1 = - _registerName1("initForWritingWithMutableData:"); + _registerName1("initForWritingWithMutableData:"); instancetype _objc_msgSend_487( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_487( obj, sel, @@ -13707,12 +13707,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_archivedDataWithRootObject_1 = - _registerName1("archivedDataWithRootObject:"); + _registerName1("archivedDataWithRootObject:"); ffi.Pointer _objc_msgSend_488( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rootObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer rootObject, + ) { return __objc_msgSend_488( obj, sel, @@ -13729,12 +13729,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_archiveRootObject_toFile_1 = - _registerName1("archiveRootObject:toFile:"); + _registerName1("archiveRootObject:toFile:"); late final _sel_outputFormat1 = _registerName1("outputFormat"); int _objc_msgSend_489( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_489( obj, sel, @@ -13750,10 +13750,10 @@ class SentryCocoa { late final _sel_setOutputFormat_1 = _registerName1("setOutputFormat:"); void _objc_msgSend_490( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_490( obj, sel, @@ -13771,13 +13771,13 @@ class SentryCocoa { late final _sel_encodedData1 = _registerName1("encodedData"); late final _sel_finishEncoding1 = _registerName1("finishEncoding"); late final _sel_setClassName_forClass_1 = - _registerName1("setClassName:forClass:"); + _registerName1("setClassName:forClass:"); void _objc_msgSend_491( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer codedName, - ffi.Pointer cls, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer codedName, + ffi.Pointer cls, + ) { return __objc_msgSend_491( obj, sel, @@ -13799,12 +13799,12 @@ class SentryCocoa { late final _sel_classNameForClass_1 = _registerName1("classNameForClass:"); late final _sel_setRequiresSecureCoding_1 = - _registerName1("setRequiresSecureCoding:"); + _registerName1("setRequiresSecureCoding:"); void _objc_msgSend_492( - ffi.Pointer obj, - ffi.Pointer sel, - bool value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool value, + ) { return __objc_msgSend_492( obj, sel, @@ -13820,12 +13820,12 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_replacementObjectForKeyedArchiver_1 = - _registerName1("replacementObjectForKeyedArchiver:"); + _registerName1("replacementObjectForKeyedArchiver:"); ffi.Pointer _objc_msgSend_493( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer archiver, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer archiver, + ) { return __objc_msgSend_493( obj, sel, @@ -13842,16 +13842,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_modes_1 = - _registerName1( - "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); + _registerName1( + "performSelectorOnMainThread:withObject:waitUntilDone:modes:"); void _objc_msgSend_494( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, + ffi.Pointer array, + ) { return __objc_msgSend_494( obj, sel, @@ -13881,14 +13881,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelectorOnMainThread_withObject_waitUntilDone_1 = - _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); + _registerName1("performSelectorOnMainThread:withObject:waitUntilDone:"); void _objc_msgSend_495( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer arg, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer arg, + bool wait, + ) { return __objc_msgSend_495( obj, sel, @@ -13913,9 +13913,9 @@ class SentryCocoa { late final _class_NSThread1 = _getClass1("NSThread"); late final _sel_currentThread1 = _registerName1("currentThread"); ffi.Pointer _objc_msgSend_496( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_496( obj, sel, @@ -13931,12 +13931,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_detachNewThreadWithBlock_1 = - _registerName1("detachNewThreadWithBlock:"); + _registerName1("detachNewThreadWithBlock:"); void _objc_msgSend_497( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_497( obj, sel, @@ -13953,14 +13953,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_detachNewThreadSelector_toTarget_withObject_1 = - _registerName1("detachNewThreadSelector:toTarget:withObject:"); + _registerName1("detachNewThreadSelector:toTarget:withObject:"); void _objc_msgSend_498( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer selector, - ffi.Pointer target, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer selector, + ffi.Pointer target, + ffi.Pointer argument, + ) { return __objc_msgSend_498( obj, sel, @@ -13991,11 +13991,11 @@ class SentryCocoa { late final _sel_removeObjectForKey_1 = _registerName1("removeObjectForKey:"); late final _sel_setObject_forKey_1 = _registerName1("setObject:forKey:"); void _objc_msgSend_499( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ffi.Pointer aKey, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ffi.Pointer aKey, + ) { return __objc_msgSend_499( obj, sel, @@ -14016,19 +14016,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addEntriesFromDictionary_1 = - _registerName1("addEntriesFromDictionary:"); + _registerName1("addEntriesFromDictionary:"); late final _sel_removeObjectsForKeys_1 = - _registerName1("removeObjectsForKeys:"); + _registerName1("removeObjectsForKeys:"); late final _sel_setDictionary_1 = _registerName1("setDictionary:"); late final _sel_setObject_forKeyedSubscript_1 = - _registerName1("setObject:forKeyedSubscript:"); + _registerName1("setObject:forKeyedSubscript:"); late final _sel_dictionaryWithCapacity_1 = - _registerName1("dictionaryWithCapacity:"); + _registerName1("dictionaryWithCapacity:"); ffi.Pointer _objc_msgSend_500( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ) { return __objc_msgSend_500( obj, sel, @@ -14045,10 +14045,10 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_501( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_501( obj, sel, @@ -14065,12 +14065,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dictionaryWithSharedKeySet_1 = - _registerName1("dictionaryWithSharedKeySet:"); + _registerName1("dictionaryWithSharedKeySet:"); ffi.Pointer _objc_msgSend_502( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer keyset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer keyset, + ) { return __objc_msgSend_502( obj, sel, @@ -14088,9 +14088,9 @@ class SentryCocoa { late final _sel_threadDictionary1 = _registerName1("threadDictionary"); ffi.Pointer _objc_msgSend_503( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_503( obj, sel, @@ -14107,10 +14107,10 @@ class SentryCocoa { late final _sel_sleepUntilDate_1 = _registerName1("sleepUntilDate:"); void _objc_msgSend_504( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { return __objc_msgSend_504( obj, sel, @@ -14127,12 +14127,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sleepForTimeInterval_1 = - _registerName1("sleepForTimeInterval:"); + _registerName1("sleepForTimeInterval:"); void _objc_msgSend_505( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ) { return __objc_msgSend_505( obj, sel, @@ -14151,10 +14151,10 @@ class SentryCocoa { late final _sel_threadPriority1 = _registerName1("threadPriority"); late final _sel_setThreadPriority_1 = _registerName1("setThreadPriority:"); void _objc_msgSend_506( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_506( obj, sel, @@ -14171,9 +14171,9 @@ class SentryCocoa { late final _sel_qualityOfService1 = _registerName1("qualityOfService"); int _objc_msgSend_507( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_507( obj, sel, @@ -14188,12 +14188,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setQualityOfService_1 = - _registerName1("setQualityOfService:"); + _registerName1("setQualityOfService:"); void _objc_msgSend_508( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_508( obj, sel, @@ -14209,14 +14209,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_callStackReturnAddresses1 = - _registerName1("callStackReturnAddresses"); + _registerName1("callStackReturnAddresses"); late final _sel_callStackSymbols1 = _registerName1("callStackSymbols"); late final _sel_setName_1 = _registerName1("setName:"); void _objc_msgSend_509( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_509( obj, sel, @@ -14237,14 +14237,14 @@ class SentryCocoa { late final _sel_isMainThread1 = _registerName1("isMainThread"); late final _sel_mainThread1 = _registerName1("mainThread"); late final _sel_initWithTarget_selector_object_1 = - _registerName1("initWithTarget:selector:object:"); + _registerName1("initWithTarget:selector:object:"); instancetype _objc_msgSend_510( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer selector, - ffi.Pointer argument, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer selector, + ffi.Pointer argument, + ) { return __objc_msgSend_510( obj, sel, @@ -14272,10 +14272,10 @@ class SentryCocoa { late final _sel_initWithBlock_1 = _registerName1("initWithBlock:"); instancetype _objc_msgSend_511( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_511( obj, sel, @@ -14298,17 +14298,17 @@ class SentryCocoa { late final _sel_start1 = _registerName1("start"); late final _sel_main1 = _registerName1("main"); late final _sel_performSelector_onThread_withObject_waitUntilDone_modes_1 = - _registerName1( - "performSelector:onThread:withObject:waitUntilDone:modes:"); + _registerName1( + "performSelector:onThread:withObject:waitUntilDone:modes:"); void _objc_msgSend_512( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer thr, - ffi.Pointer arg, - bool wait, - ffi.Pointer array, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer thr, + ffi.Pointer arg, + bool wait, + ffi.Pointer array, + ) { return __objc_msgSend_512( obj, sel, @@ -14341,15 +14341,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_performSelector_onThread_withObject_waitUntilDone_1 = - _registerName1("performSelector:onThread:withObject:waitUntilDone:"); + _registerName1("performSelector:onThread:withObject:waitUntilDone:"); void _objc_msgSend_513( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer thr, - ffi.Pointer arg, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer thr, + ffi.Pointer arg, + bool wait, + ) { return __objc_msgSend_513( obj, sel, @@ -14379,14 +14379,14 @@ class SentryCocoa { bool)>(); late final _sel_performSelectorInBackground_withObject_1 = - _registerName1("performSelectorInBackground:withObject:"); + _registerName1("performSelectorInBackground:withObject:"); late final _sel_classForArchiver1 = _registerName1("classForArchiver"); late final _class_NSArchiver1 = _getClass1("NSArchiver"); late final _sel_archiverData1 = _registerName1("archiverData"); ffi.Pointer _objc_msgSend_514( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_514( obj, sel, @@ -14402,13 +14402,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_encodeClassName_intoClassName_1 = - _registerName1("encodeClassName:intoClassName:"); + _registerName1("encodeClassName:intoClassName:"); void _objc_msgSend_515( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer trueName, - ffi.Pointer inArchiveName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer trueName, + ffi.Pointer inArchiveName, + ) { return __objc_msgSend_515( obj, sel, @@ -14429,16 +14429,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_classNameEncodedForTrueClassName_1 = - _registerName1("classNameEncodedForTrueClassName:"); + _registerName1("classNameEncodedForTrueClassName:"); late final _sel_replaceObject_withObject_1 = - _registerName1("replaceObject:withObject:"); + _registerName1("replaceObject:withObject:"); late final _sel_replacementObjectForArchiver_1 = - _registerName1("replacementObjectForArchiver:"); + _registerName1("replacementObjectForArchiver:"); ffi.Pointer _objc_msgSend_516( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer archiver, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer archiver, + ) { return __objc_msgSend_516( obj, sel, @@ -14460,9 +14460,9 @@ class SentryCocoa { late final _sel_isByref1 = _registerName1("isByref"); late final _class_NSPort1 = _getClass1("NSPort"); ffi.Pointer _objc_msgSend_517( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_517( obj, sel, @@ -14482,9 +14482,9 @@ class SentryCocoa { late final _class_NSRunLoop1 = _getClass1("NSRunLoop"); late final _sel_currentRunLoop1 = _registerName1("currentRunLoop"); ffi.Pointer _objc_msgSend_518( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_518( obj, sel, @@ -14503,9 +14503,9 @@ class SentryCocoa { late final _sel_currentMode1 = _registerName1("currentMode"); late final _sel_getCFRunLoop1 = _registerName1("getCFRunLoop"); ffi.Pointer<__CFRunLoop> _objc_msgSend_519( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_519( obj, sel, @@ -14522,14 +14522,14 @@ class SentryCocoa { late final _class_NSTimer1 = _getClass1("NSTimer"); late final _sel_timerWithTimeInterval_invocation_repeats_1 = - _registerName1("timerWithTimeInterval:invocation:repeats:"); + _registerName1("timerWithTimeInterval:invocation:repeats:"); ffi.Pointer _objc_msgSend_520( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ffi.Pointer invocation, - bool yesOrNo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer invocation, + bool yesOrNo, + ) { return __objc_msgSend_520( obj, sel, @@ -14552,18 +14552,18 @@ class SentryCocoa { ffi.Pointer, double, ffi.Pointer, bool)>(); late final _sel_scheduledTimerWithTimeInterval_invocation_repeats_1 = - _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); + _registerName1("scheduledTimerWithTimeInterval:invocation:repeats:"); late final _sel_timerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); + _registerName1("timerWithTimeInterval:target:selector:userInfo:repeats:"); ffi.Pointer _objc_msgSend_521( - ffi.Pointer obj, - ffi.Pointer sel, - double ti, - ffi.Pointer aTarget, - ffi.Pointer aSelector, - ffi.Pointer userInfo, - bool yesOrNo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double ti, + ffi.Pointer aTarget, + ffi.Pointer aSelector, + ffi.Pointer userInfo, + bool yesOrNo, + ) { return __objc_msgSend_521( obj, sel, @@ -14596,17 +14596,17 @@ class SentryCocoa { bool)>(); late final _sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1 = - _registerName1( - "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); + _registerName1( + "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:"); late final _sel_timerWithTimeInterval_repeats_block_1 = - _registerName1("timerWithTimeInterval:repeats:block:"); + _registerName1("timerWithTimeInterval:repeats:block:"); ffi.Pointer _objc_msgSend_522( - ffi.Pointer obj, - ffi.Pointer sel, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_522( obj, sel, @@ -14629,17 +14629,17 @@ class SentryCocoa { ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); late final _sel_scheduledTimerWithTimeInterval_repeats_block_1 = - _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); + _registerName1("scheduledTimerWithTimeInterval:repeats:block:"); late final _sel_initWithFireDate_interval_repeats_block_1 = - _registerName1("initWithFireDate:interval:repeats:block:"); + _registerName1("initWithFireDate:interval:repeats:block:"); instancetype _objc_msgSend_523( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - double interval, - bool repeats, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double interval, + bool repeats, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_523( obj, sel, @@ -14664,18 +14664,18 @@ class SentryCocoa { ffi.Pointer, double, bool, ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithFireDate_interval_target_selector_userInfo_repeats_1 = - _registerName1( - "initWithFireDate:interval:target:selector:userInfo:repeats:"); + _registerName1( + "initWithFireDate:interval:target:selector:userInfo:repeats:"); instancetype _objc_msgSend_524( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - double ti, - ffi.Pointer t, - ffi.Pointer s, - ffi.Pointer ui, - bool rep, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + double ti, + ffi.Pointer t, + ffi.Pointer s, + ffi.Pointer ui, + bool rep, + ) { return __objc_msgSend_524( obj, sel, @@ -14714,10 +14714,10 @@ class SentryCocoa { late final _sel_fireDate1 = _registerName1("fireDate"); late final _sel_setFireDate_1 = _registerName1("setFireDate:"); void _objc_msgSend_525( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_525( obj, sel, @@ -14738,11 +14738,11 @@ class SentryCocoa { late final _sel_setTolerance_1 = _registerName1("setTolerance:"); late final _sel_addTimer_forMode_1 = _registerName1("addTimer:forMode:"); void _objc_msgSend_526( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer timer, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer timer, + ffi.Pointer mode, + ) { return __objc_msgSend_526( obj, sel, @@ -14764,11 +14764,11 @@ class SentryCocoa { late final _sel_addPort_forMode_1 = _registerName1("addPort:forMode:"); void _objc_msgSend_527( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aPort, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aPort, + ffi.Pointer mode, + ) { return __objc_msgSend_527( obj, sel, @@ -14791,10 +14791,10 @@ class SentryCocoa { late final _sel_removePort_forMode_1 = _registerName1("removePort:forMode:"); late final _sel_limitDateForMode_1 = _registerName1("limitDateForMode:"); ffi.Pointer _objc_msgSend_528( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ) { return __objc_msgSend_528( obj, sel, @@ -14811,13 +14811,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_acceptInputForMode_beforeDate_1 = - _registerName1("acceptInputForMode:beforeDate:"); + _registerName1("acceptInputForMode:beforeDate:"); void _objc_msgSend_529( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ffi.Pointer limitDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ffi.Pointer limitDate, + ) { return __objc_msgSend_529( obj, sel, @@ -14841,11 +14841,11 @@ class SentryCocoa { late final _sel_runUntilDate_1 = _registerName1("runUntilDate:"); late final _sel_runMode_beforeDate_1 = _registerName1("runMode:beforeDate:"); bool _objc_msgSend_530( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer mode, - ffi.Pointer limitDate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer mode, + ffi.Pointer limitDate, + ) { return __objc_msgSend_530( obj, sel, @@ -14867,13 +14867,13 @@ class SentryCocoa { late final _sel_configureAsServer1 = _registerName1("configureAsServer"); late final _sel_performInModes_block_1 = - _registerName1("performInModes:block:"); + _registerName1("performInModes:block:"); void _objc_msgSend_531( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer modes, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer modes, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_531( obj, sel, @@ -14895,16 +14895,16 @@ class SentryCocoa { late final _sel_performBlock_1 = _registerName1("performBlock:"); late final _sel_performSelector_target_argument_order_modes_1 = - _registerName1("performSelector:target:argument:order:modes:"); + _registerName1("performSelector:target:argument:order:modes:"); void _objc_msgSend_532( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aSelector, - ffi.Pointer target, - ffi.Pointer arg, - int order, - ffi.Pointer modes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aSelector, + ffi.Pointer target, + ffi.Pointer arg, + int order, + ffi.Pointer modes, + ) { return __objc_msgSend_532( obj, sel, @@ -14937,17 +14937,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_cancelPerformSelector_target_argument_1 = - _registerName1("cancelPerformSelector:target:argument:"); + _registerName1("cancelPerformSelector:target:argument:"); late final _sel_cancelPerformSelectorsWithTarget_1 = - _registerName1("cancelPerformSelectorsWithTarget:"); + _registerName1("cancelPerformSelectorsWithTarget:"); late final _sel_scheduleInRunLoop_forMode_1 = - _registerName1("scheduleInRunLoop:forMode:"); + _registerName1("scheduleInRunLoop:forMode:"); void _objc_msgSend_533( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer runLoop, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer runLoop, + ffi.Pointer mode, + ) { return __objc_msgSend_533( obj, sel, @@ -14968,18 +14968,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeFromRunLoop_forMode_1 = - _registerName1("removeFromRunLoop:forMode:"); + _registerName1("removeFromRunLoop:forMode:"); late final _sel_reservedSpaceLength1 = _registerName1("reservedSpaceLength"); late final _sel_sendBeforeDate_components_from_reserved_1 = - _registerName1("sendBeforeDate:components:from:reserved:"); + _registerName1("sendBeforeDate:components:from:reserved:"); bool _objc_msgSend_534( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer limitDate, - ffi.Pointer components, - ffi.Pointer receivePort, - int headerSpaceReserved, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer limitDate, + ffi.Pointer components, + ffi.Pointer receivePort, + int headerSpaceReserved, + ) { return __objc_msgSend_534( obj, sel, @@ -15009,16 +15009,16 @@ class SentryCocoa { int)>(); late final _sel_sendBeforeDate_msgid_components_from_reserved_1 = - _registerName1("sendBeforeDate:msgid:components:from:reserved:"); + _registerName1("sendBeforeDate:msgid:components:from:reserved:"); bool _objc_msgSend_535( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer limitDate, - int msgID, - ffi.Pointer components, - ffi.Pointer receivePort, - int headerSpaceReserved, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer limitDate, + int msgID, + ffi.Pointer components, + ffi.Pointer receivePort, + int headerSpaceReserved, + ) { return __objc_msgSend_535( obj, sel, @@ -15055,9 +15055,9 @@ class SentryCocoa { late final _sel_allConnections1 = _registerName1("allConnections"); late final _sel_defaultConnection1 = _registerName1("defaultConnection"); ffi.Pointer _objc_msgSend_536( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_536( obj, sel, @@ -15073,14 +15073,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithRegisteredName_host_1 = - _registerName1("connectionWithRegisteredName:host:"); + _registerName1("connectionWithRegisteredName:host:"); late final _class_NSPortNameServer1 = _getClass1("NSPortNameServer"); late final _sel_systemDefaultPortNameServer1 = - _registerName1("systemDefaultPortNameServer"); + _registerName1("systemDefaultPortNameServer"); ffi.Pointer _objc_msgSend_537( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_537( obj, sel, @@ -15097,10 +15097,10 @@ class SentryCocoa { late final _sel_portForName_1 = _registerName1("portForName:"); ffi.Pointer _objc_msgSend_538( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_538( obj, sel, @@ -15118,11 +15118,11 @@ class SentryCocoa { late final _sel_portForName_host_1 = _registerName1("portForName:host:"); ffi.Pointer _objc_msgSend_539( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer host, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer host, + ) { return __objc_msgSend_539( obj, sel, @@ -15147,11 +15147,11 @@ class SentryCocoa { late final _sel_registerPort_name_1 = _registerName1("registerPort:name:"); bool _objc_msgSend_540( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer port, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer port, + ffi.Pointer name, + ) { return __objc_msgSend_540( obj, sel, @@ -15173,14 +15173,14 @@ class SentryCocoa { late final _sel_removePortForName_1 = _registerName1("removePortForName:"); late final _sel_connectionWithRegisteredName_host_usingNameServer_1 = - _registerName1("connectionWithRegisteredName:host:usingNameServer:"); + _registerName1("connectionWithRegisteredName:host:usingNameServer:"); instancetype _objc_msgSend_541( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ffi.Pointer server, + ) { return __objc_msgSend_541( obj, sel, @@ -15210,13 +15210,13 @@ class SentryCocoa { late final _class_NSProxy1 = _getClass1("NSProxy"); late final _sel_respondsToSelector_1 = _registerName1("respondsToSelector:"); late final _sel_proxyWithTarget_connection_1 = - _registerName1("proxyWithTarget:connection:"); + _registerName1("proxyWithTarget:connection:"); ffi.Pointer _objc_msgSend_542( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer connection, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer connection, + ) { return __objc_msgSend_542( obj, sel, @@ -15240,18 +15240,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithTarget_connection_1 = - _registerName1("initWithTarget:connection:"); + _registerName1("initWithTarget:connection:"); late final _sel_proxyWithLocal_connection_1 = - _registerName1("proxyWithLocal:connection:"); + _registerName1("proxyWithLocal:connection:"); late final _sel_initWithLocal_connection_1 = - _registerName1("initWithLocal:connection:"); + _registerName1("initWithLocal:connection:"); late final _sel_setProtocolForProxy_1 = - _registerName1("setProtocolForProxy:"); + _registerName1("setProtocolForProxy:"); void _objc_msgSend_543( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer proto, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer proto, + ) { return __objc_msgSend_543( obj, sel, @@ -15269,13 +15269,13 @@ class SentryCocoa { late final _sel_connectionForProxy1 = _registerName1("connectionForProxy"); late final _sel_rootProxyForConnectionWithRegisteredName_host_1 = - _registerName1("rootProxyForConnectionWithRegisteredName:host:"); + _registerName1("rootProxyForConnectionWithRegisteredName:host:"); ffi.Pointer _objc_msgSend_544( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ) { return __objc_msgSend_544( obj, sel, @@ -15299,15 +15299,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rootProxyForConnectionWithRegisteredName_host_usingNameServer_1 = - _registerName1( - "rootProxyForConnectionWithRegisteredName:host:usingNameServer:"); + _registerName1( + "rootProxyForConnectionWithRegisteredName:host:usingNameServer:"); ffi.Pointer _objc_msgSend_545( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer hostName, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer hostName, + ffi.Pointer server, + ) { return __objc_msgSend_545( obj, sel, @@ -15334,14 +15334,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_serviceConnectionWithName_rootObject_usingNameServer_1 = - _registerName1("serviceConnectionWithName:rootObject:usingNameServer:"); + _registerName1("serviceConnectionWithName:rootObject:usingNameServer:"); instancetype _objc_msgSend_546( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer root, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer root, + ffi.Pointer server, + ) { return __objc_msgSend_546( obj, sel, @@ -15368,7 +15368,7 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_serviceConnectionWithName_rootObject_1 = - _registerName1("serviceConnectionWithName:rootObject:"); + _registerName1("serviceConnectionWithName:rootObject:"); late final _sel_requestTimeout1 = _registerName1("requestTimeout"); late final _sel_setRequestTimeout_1 = _registerName1("setRequestTimeout:"); late final _sel_replyTimeout1 = _registerName1("replyTimeout"); @@ -15376,14 +15376,14 @@ class SentryCocoa { late final _sel_rootObject1 = _registerName1("rootObject"); late final _sel_setRootObject_1 = _registerName1("setRootObject:"); late final _sel_independentConversationQueueing1 = - _registerName1("independentConversationQueueing"); + _registerName1("independentConversationQueueing"); late final _sel_setIndependentConversationQueueing_1 = - _registerName1("setIndependentConversationQueueing:"); + _registerName1("setIndependentConversationQueueing:"); late final _sel_rootProxy1 = _registerName1("rootProxy"); ffi.Pointer _objc_msgSend_547( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_547( obj, sel, @@ -15403,13 +15403,13 @@ class SentryCocoa { late final _sel_requestModes1 = _registerName1("requestModes"); late final _sel_registerName_1 = _registerName1("registerName:"); late final _sel_registerName_withNameServer_1 = - _registerName1("registerName:withNameServer:"); + _registerName1("registerName:withNameServer:"); bool _objc_msgSend_548( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer server, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer server, + ) { return __objc_msgSend_548( obj, sel, @@ -15430,13 +15430,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithReceivePort_sendPort_1 = - _registerName1("connectionWithReceivePort:sendPort:"); + _registerName1("connectionWithReceivePort:sendPort:"); instancetype _objc_msgSend_549( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer receivePort, - ffi.Pointer sendPort, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer receivePort, + ffi.Pointer sendPort, + ) { return __objc_msgSend_549( obj, sel, @@ -15458,19 +15458,19 @@ class SentryCocoa { late final _sel_currentConversation1 = _registerName1("currentConversation"); late final _sel_initWithReceivePort_sendPort_1 = - _registerName1("initWithReceivePort:sendPort:"); + _registerName1("initWithReceivePort:sendPort:"); late final _sel_sendPort1 = _registerName1("sendPort"); late final _sel_receivePort1 = _registerName1("receivePort"); late final _sel_enableMultipleThreads1 = - _registerName1("enableMultipleThreads"); + _registerName1("enableMultipleThreads"); late final _sel_multipleThreadsEnabled1 = - _registerName1("multipleThreadsEnabled"); + _registerName1("multipleThreadsEnabled"); late final _sel_addRunLoop_1 = _registerName1("addRunLoop:"); void _objc_msgSend_550( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer runloop, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer runloop, + ) { return __objc_msgSend_550( obj, sel, @@ -15491,16 +15491,16 @@ class SentryCocoa { late final _sel_remoteObjects1 = _registerName1("remoteObjects"); late final _sel_localObjects1 = _registerName1("localObjects"); late final _sel_dispatchWithComponents_1 = - _registerName1("dispatchWithComponents:"); + _registerName1("dispatchWithComponents:"); late final _sel_addConnection_toRunLoop_forMode_1 = - _registerName1("addConnection:toRunLoop:forMode:"); + _registerName1("addConnection:toRunLoop:forMode:"); void _objc_msgSend_551( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer conn, - ffi.Pointer runLoop, - ffi.Pointer mode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer conn, + ffi.Pointer runLoop, + ffi.Pointer mode, + ) { return __objc_msgSend_551( obj, sel, @@ -15527,13 +15527,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeConnection_fromRunLoop_forMode_1 = - _registerName1("removeConnection:fromRunLoop:forMode:"); + _registerName1("removeConnection:fromRunLoop:forMode:"); late final _sel_encodePortObject_1 = _registerName1("encodePortObject:"); void _objc_msgSend_552( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aport, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aport, + ) { return __objc_msgSend_552( obj, sel, @@ -15552,14 +15552,14 @@ class SentryCocoa { late final _sel_decodePortObject1 = _registerName1("decodePortObject"); late final _sel_connection1 = _registerName1("connection"); late final _sel_portCoderWithReceivePort_sendPort_components_1 = - _registerName1("portCoderWithReceivePort:sendPort:components:"); + _registerName1("portCoderWithReceivePort:sendPort:components:"); ffi.Pointer _objc_msgSend_553( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer rcvPort, - ffi.Pointer sndPort, - ffi.Pointer comps, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer rcvPort, + ffi.Pointer sndPort, + ffi.Pointer comps, + ) { return __objc_msgSend_553( obj, sel, @@ -15586,15 +15586,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithReceivePort_sendPort_components_1 = - _registerName1("initWithReceivePort:sendPort:components:"); + _registerName1("initWithReceivePort:sendPort:components:"); late final _sel_dispatch1 = _registerName1("dispatch"); late final _sel_replacementObjectForPortCoder_1 = - _registerName1("replacementObjectForPortCoder:"); + _registerName1("replacementObjectForPortCoder:"); ffi.Pointer _objc_msgSend_554( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer coder, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer coder, + ) { return __objc_msgSend_554( obj, sel, @@ -15612,13 +15612,13 @@ class SentryCocoa { late final _class_NSClassDescription1 = _getClass1("NSClassDescription"); late final _sel_registerClassDescription_forClass_1 = - _registerName1("registerClassDescription:forClass:"); + _registerName1("registerClassDescription:forClass:"); void _objc_msgSend_555( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer description, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer description, + ffi.Pointer aClass, + ) { return __objc_msgSend_555( obj, sel, @@ -15639,14 +15639,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_invalidateClassDescriptionCache1 = - _registerName1("invalidateClassDescriptionCache"); + _registerName1("invalidateClassDescriptionCache"); late final _sel_classDescriptionForClass_1 = - _registerName1("classDescriptionForClass:"); + _registerName1("classDescriptionForClass:"); ffi.Pointer _objc_msgSend_556( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_556( obj, sel, @@ -15664,16 +15664,16 @@ class SentryCocoa { late final _sel_attributeKeys1 = _registerName1("attributeKeys"); late final _sel_toOneRelationshipKeys1 = - _registerName1("toOneRelationshipKeys"); + _registerName1("toOneRelationshipKeys"); late final _sel_toManyRelationshipKeys1 = - _registerName1("toManyRelationshipKeys"); + _registerName1("toManyRelationshipKeys"); late final _sel_inverseForRelationshipKey_1 = - _registerName1("inverseForRelationshipKey:"); + _registerName1("inverseForRelationshipKey:"); late final _sel_classDescription1 = _registerName1("classDescription"); ffi.Pointer _objc_msgSend_557( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_557( obj, sel, @@ -15689,14 +15689,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSScriptObjectSpecifier1 = - _getClass1("NSScriptObjectSpecifier"); + _getClass1("NSScriptObjectSpecifier"); late final _class_NSAppleEventDescriptor1 = - _getClass1("NSAppleEventDescriptor"); + _getClass1("NSAppleEventDescriptor"); late final _sel_nullDescriptor1 = _registerName1("nullDescriptor"); ffi.Pointer _objc_msgSend_558( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_558( obj, sel, @@ -15712,14 +15712,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptorWithDescriptorType_bytes_length_1 = - _registerName1("descriptorWithDescriptorType:bytes:length:"); + _registerName1("descriptorWithDescriptorType:bytes:length:"); ffi.Pointer _objc_msgSend_559( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer bytes, - int byteCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer bytes, + int byteCount, + ) { return __objc_msgSend_559( obj, sel, @@ -15742,13 +15742,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_descriptorWithDescriptorType_data_1 = - _registerName1("descriptorWithDescriptorType:data:"); + _registerName1("descriptorWithDescriptorType:data:"); ffi.Pointer _objc_msgSend_560( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer data, + ) { return __objc_msgSend_560( obj, sel, @@ -15769,12 +15769,12 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_descriptorWithBoolean_1 = - _registerName1("descriptorWithBoolean:"); + _registerName1("descriptorWithBoolean:"); ffi.Pointer _objc_msgSend_561( - ffi.Pointer obj, - ffi.Pointer sel, - int boolean, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int boolean, + ) { return __objc_msgSend_561( obj, sel, @@ -15791,12 +15791,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithEnumCode_1 = - _registerName1("descriptorWithEnumCode:"); + _registerName1("descriptorWithEnumCode:"); ffi.Pointer _objc_msgSend_562( - ffi.Pointer obj, - ffi.Pointer sel, - int enumerator, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int enumerator, + ) { return __objc_msgSend_562( obj, sel, @@ -15813,12 +15813,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithInt32_1 = - _registerName1("descriptorWithInt32:"); + _registerName1("descriptorWithInt32:"); ffi.Pointer _objc_msgSend_563( - ffi.Pointer obj, - ffi.Pointer sel, - int signedInt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int signedInt, + ) { return __objc_msgSend_563( obj, sel, @@ -15835,12 +15835,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_descriptorWithDouble_1 = - _registerName1("descriptorWithDouble:"); + _registerName1("descriptorWithDouble:"); ffi.Pointer _objc_msgSend_564( - ffi.Pointer obj, - ffi.Pointer sel, - double doubleValue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double doubleValue, + ) { return __objc_msgSend_564( obj, sel, @@ -15857,14 +15857,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, double)>(); late final _sel_descriptorWithTypeCode_1 = - _registerName1("descriptorWithTypeCode:"); + _registerName1("descriptorWithTypeCode:"); late final _sel_descriptorWithString_1 = - _registerName1("descriptorWithString:"); + _registerName1("descriptorWithString:"); ffi.Pointer _objc_msgSend_565( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_565( obj, sel, @@ -15882,10 +15882,10 @@ class SentryCocoa { late final _sel_descriptorWithDate_1 = _registerName1("descriptorWithDate:"); ffi.Pointer _objc_msgSend_566( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ) { return __objc_msgSend_566( obj, sel, @@ -15902,12 +15902,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_descriptorWithFileURL_1 = - _registerName1("descriptorWithFileURL:"); + _registerName1("descriptorWithFileURL:"); ffi.Pointer _objc_msgSend_567( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer fileURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer fileURL, + ) { return __objc_msgSend_567( obj, sel, @@ -15924,17 +15924,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_1 = - _registerName1( - "appleEventWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); + _registerName1( + "appleEventWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); ffi.Pointer _objc_msgSend_568( - ffi.Pointer obj, - ffi.Pointer sel, - int eventClass, - int eventID, - ffi.Pointer targetDescriptor, - int returnID, - int transactionID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eventClass, + int eventID, + ffi.Pointer targetDescriptor, + int returnID, + int transactionID, + ) { return __objc_msgSend_568( obj, sel, @@ -15963,20 +15963,20 @@ class SentryCocoa { late final _sel_listDescriptor1 = _registerName1("listDescriptor"); late final _sel_recordDescriptor1 = _registerName1("recordDescriptor"); late final _sel_currentProcessDescriptor1 = - _registerName1("currentProcessDescriptor"); + _registerName1("currentProcessDescriptor"); late final _sel_descriptorWithProcessIdentifier_1 = - _registerName1("descriptorWithProcessIdentifier:"); + _registerName1("descriptorWithProcessIdentifier:"); late final _sel_descriptorWithBundleIdentifier_1 = - _registerName1("descriptorWithBundleIdentifier:"); + _registerName1("descriptorWithBundleIdentifier:"); late final _sel_descriptorWithApplicationURL_1 = - _registerName1("descriptorWithApplicationURL:"); + _registerName1("descriptorWithApplicationURL:"); late final _sel_initWithAEDescNoCopy_1 = - _registerName1("initWithAEDescNoCopy:"); + _registerName1("initWithAEDescNoCopy:"); instancetype _objc_msgSend_569( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aeDesc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aeDesc, + ) { return __objc_msgSend_569( obj, sel, @@ -15993,14 +15993,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithDescriptorType_bytes_length_1 = - _registerName1("initWithDescriptorType:bytes:length:"); + _registerName1("initWithDescriptorType:bytes:length:"); instancetype _objc_msgSend_570( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer bytes, - int byteCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer bytes, + int byteCount, + ) { return __objc_msgSend_570( obj, sel, @@ -16023,13 +16023,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithDescriptorType_data_1 = - _registerName1("initWithDescriptorType:data:"); + _registerName1("initWithDescriptorType:data:"); instancetype _objc_msgSend_571( - ffi.Pointer obj, - ffi.Pointer sel, - int descriptorType, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int descriptorType, + ffi.Pointer data, + ) { return __objc_msgSend_571( obj, sel, @@ -16047,17 +16047,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithEventClass_eventID_targetDescriptor_returnID_transactionID_1 = - _registerName1( - "initWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); + _registerName1( + "initWithEventClass:eventID:targetDescriptor:returnID:transactionID:"); instancetype _objc_msgSend_572( - ffi.Pointer obj, - ffi.Pointer sel, - int eventClass, - int eventID, - ffi.Pointer targetDescriptor, - int returnID, - int transactionID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eventClass, + int eventID, + ffi.Pointer targetDescriptor, + int returnID, + int transactionID, + ) { return __objc_msgSend_572( obj, sel, @@ -16085,12 +16085,12 @@ class SentryCocoa { late final _sel_initListDescriptor1 = _registerName1("initListDescriptor"); late final _sel_initRecordDescriptor1 = - _registerName1("initRecordDescriptor"); + _registerName1("initRecordDescriptor"); late final _sel_aeDesc1 = _registerName1("aeDesc"); ffi.Pointer _objc_msgSend_573( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_573( obj, sel, @@ -16117,13 +16117,13 @@ class SentryCocoa { late final _sel_returnID1 = _registerName1("returnID"); late final _sel_transactionID1 = _registerName1("transactionID"); late final _sel_setParamDescriptor_forKeyword_1 = - _registerName1("setParamDescriptor:forKeyword:"); + _registerName1("setParamDescriptor:forKeyword:"); void _objc_msgSend_574( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - int keyword, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + int keyword, + ) { return __objc_msgSend_574( obj, sel, @@ -16141,14 +16141,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_paramDescriptorForKeyword_1 = - _registerName1("paramDescriptorForKeyword:"); + _registerName1("paramDescriptorForKeyword:"); late final _sel_removeParamDescriptorWithKeyword_1 = - _registerName1("removeParamDescriptorWithKeyword:"); + _registerName1("removeParamDescriptorWithKeyword:"); void _objc_msgSend_575( - ffi.Pointer obj, - ffi.Pointer sel, - int keyword, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int keyword, + ) { return __objc_msgSend_575( obj, sel, @@ -16164,18 +16164,18 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setAttributeDescriptor_forKeyword_1 = - _registerName1("setAttributeDescriptor:forKeyword:"); + _registerName1("setAttributeDescriptor:forKeyword:"); late final _sel_attributeDescriptorForKeyword_1 = - _registerName1("attributeDescriptorForKeyword:"); + _registerName1("attributeDescriptorForKeyword:"); late final _sel_sendEventWithOptions_timeout_error_1 = - _registerName1("sendEventWithOptions:timeout:error:"); + _registerName1("sendEventWithOptions:timeout:error:"); ffi.Pointer _objc_msgSend_576( - ffi.Pointer obj, - ffi.Pointer sel, - int sendOptions, - double timeoutInSeconds, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int sendOptions, + double timeoutInSeconds, + ffi.Pointer> error, + ) { return __objc_msgSend_576( obj, sel, @@ -16204,13 +16204,13 @@ class SentryCocoa { late final _sel_isRecordDescriptor1 = _registerName1("isRecordDescriptor"); late final _sel_numberOfItems1 = _registerName1("numberOfItems"); late final _sel_insertDescriptor_atIndex_1 = - _registerName1("insertDescriptor:atIndex:"); + _registerName1("insertDescriptor:atIndex:"); void _objc_msgSend_577( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + int index, + ) { return __objc_msgSend_577( obj, sel, @@ -16229,10 +16229,10 @@ class SentryCocoa { late final _sel_descriptorAtIndex_1 = _registerName1("descriptorAtIndex:"); ffi.Pointer _objc_msgSend_578( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_578( obj, sel, @@ -16249,20 +16249,20 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_removeDescriptorAtIndex_1 = - _registerName1("removeDescriptorAtIndex:"); + _registerName1("removeDescriptorAtIndex:"); late final _sel_setDescriptor_forKeyword_1 = - _registerName1("setDescriptor:forKeyword:"); + _registerName1("setDescriptor:forKeyword:"); late final _sel_descriptorForKeyword_1 = - _registerName1("descriptorForKeyword:"); + _registerName1("descriptorForKeyword:"); late final _sel_removeDescriptorWithKeyword_1 = - _registerName1("removeDescriptorWithKeyword:"); + _registerName1("removeDescriptorWithKeyword:"); late final _sel_keywordForDescriptorAtIndex_1 = - _registerName1("keywordForDescriptorAtIndex:"); + _registerName1("keywordForDescriptorAtIndex:"); int _objc_msgSend_579( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_579( obj, sel, @@ -16278,14 +16278,14 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_coerceToDescriptorType_1 = - _registerName1("coerceToDescriptorType:"); + _registerName1("coerceToDescriptorType:"); late final _sel_objectSpecifierWithDescriptor_1 = - _registerName1("objectSpecifierWithDescriptor:"); + _registerName1("objectSpecifierWithDescriptor:"); ffi.Pointer _objc_msgSend_580( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer descriptor, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer descriptor, + ) { return __objc_msgSend_580( obj, sel, @@ -16302,13 +16302,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithContainerSpecifier_key_1 = - _registerName1("initWithContainerSpecifier:key:"); + _registerName1("initWithContainerSpecifier:key:"); instancetype _objc_msgSend_581( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer container, - ffi.Pointer property, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer container, + ffi.Pointer property, + ) { return __objc_msgSend_581( obj, sel, @@ -16329,12 +16329,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSScriptClassDescription1 = - _getClass1("NSScriptClassDescription"); + _getClass1("NSScriptClassDescription"); ffi.Pointer _objc_msgSend_582( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_582( obj, sel, @@ -16351,14 +16351,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithSuiteName_className_dictionary_1 = - _registerName1("initWithSuiteName:className:dictionary:"); + _registerName1("initWithSuiteName:className:dictionary:"); instancetype _objc_msgSend_583( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer suiteName, - ffi.Pointer className, - ffi.Pointer classDeclaration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer suiteName, + ffi.Pointer className, + ffi.Pointer classDeclaration, + ) { return __objc_msgSend_583( obj, sel, @@ -16387,13 +16387,13 @@ class SentryCocoa { late final _sel_suiteName1 = _registerName1("suiteName"); late final _sel_className1 = _registerName1("className"); late final _sel_implementationClassName1 = - _registerName1("implementationClassName"); + _registerName1("implementationClassName"); late final _sel_superclassDescription1 = - _registerName1("superclassDescription"); + _registerName1("superclassDescription"); ffi.Pointer _objc_msgSend_584( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_584( obj, sel, @@ -16410,27 +16410,27 @@ class SentryCocoa { late final _sel_appleEventCode1 = _registerName1("appleEventCode"); late final _sel_matchesAppleEventCode_1 = - _registerName1("matchesAppleEventCode:"); + _registerName1("matchesAppleEventCode:"); late final _class_NSScriptCommandDescription1 = - _getClass1("NSScriptCommandDescription"); + _getClass1("NSScriptCommandDescription"); late final _sel_initWithSuiteName_commandName_dictionary_1 = - _registerName1("initWithSuiteName:commandName:dictionary:"); + _registerName1("initWithSuiteName:commandName:dictionary:"); late final _sel_commandName1 = _registerName1("commandName"); late final _sel_appleEventClassCode1 = _registerName1("appleEventClassCode"); late final _sel_commandClassName1 = _registerName1("commandClassName"); late final _sel_returnType1 = _registerName1("returnType"); late final _sel_appleEventCodeForReturnType1 = - _registerName1("appleEventCodeForReturnType"); + _registerName1("appleEventCodeForReturnType"); late final _sel_argumentNames1 = _registerName1("argumentNames"); late final _sel_typeForArgumentWithName_1 = - _registerName1("typeForArgumentWithName:"); + _registerName1("typeForArgumentWithName:"); late final _sel_appleEventCodeForArgumentWithName_1 = - _registerName1("appleEventCodeForArgumentWithName:"); + _registerName1("appleEventCodeForArgumentWithName:"); int _objc_msgSend_585( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer argumentName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer argumentName, + ) { return __objc_msgSend_585( obj, sel, @@ -16447,15 +16447,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_isOptionalArgumentWithName_1 = - _registerName1("isOptionalArgumentWithName:"); + _registerName1("isOptionalArgumentWithName:"); late final _class_NSScriptCommand1 = _getClass1("NSScriptCommand"); late final _sel_initWithCommandDescription_1 = - _registerName1("initWithCommandDescription:"); + _registerName1("initWithCommandDescription:"); instancetype _objc_msgSend_586( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDef, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDef, + ) { return __objc_msgSend_586( obj, sel, @@ -16473,9 +16473,9 @@ class SentryCocoa { late final _sel_commandDescription1 = _registerName1("commandDescription"); ffi.Pointer _objc_msgSend_587( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_587( obj, sel, @@ -16494,9 +16494,9 @@ class SentryCocoa { late final _sel_setDirectParameter_1 = _registerName1("setDirectParameter:"); late final _sel_receiversSpecifier1 = _registerName1("receiversSpecifier"); ffi.Pointer _objc_msgSend_588( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_588( obj, sel, @@ -16512,12 +16512,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setReceiversSpecifier_1 = - _registerName1("setReceiversSpecifier:"); + _registerName1("setReceiversSpecifier:"); void _objc_msgSend_589( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_589( obj, sel, @@ -16539,16 +16539,16 @@ class SentryCocoa { late final _sel_evaluatedArguments1 = _registerName1("evaluatedArguments"); late final _sel_isWellFormed1 = _registerName1("isWellFormed"); late final _sel_performDefaultImplementation1 = - _registerName1("performDefaultImplementation"); + _registerName1("performDefaultImplementation"); late final _sel_executeCommand1 = _registerName1("executeCommand"); late final _sel_scriptErrorNumber1 = _registerName1("scriptErrorNumber"); late final _sel_setScriptErrorNumber_1 = - _registerName1("setScriptErrorNumber:"); + _registerName1("setScriptErrorNumber:"); void _objc_msgSend_590( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_590( obj, sel, @@ -16564,14 +16564,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_scriptErrorOffendingObjectDescriptor1 = - _registerName1("scriptErrorOffendingObjectDescriptor"); + _registerName1("scriptErrorOffendingObjectDescriptor"); late final _sel_setScriptErrorOffendingObjectDescriptor_1 = - _registerName1("setScriptErrorOffendingObjectDescriptor:"); + _registerName1("setScriptErrorOffendingObjectDescriptor:"); void _objc_msgSend_591( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_591( obj, sel, @@ -16588,17 +16588,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_scriptErrorExpectedTypeDescriptor1 = - _registerName1("scriptErrorExpectedTypeDescriptor"); + _registerName1("scriptErrorExpectedTypeDescriptor"); late final _sel_setScriptErrorExpectedTypeDescriptor_1 = - _registerName1("setScriptErrorExpectedTypeDescriptor:"); + _registerName1("setScriptErrorExpectedTypeDescriptor:"); late final _sel_scriptErrorString1 = _registerName1("scriptErrorString"); late final _sel_setScriptErrorString_1 = - _registerName1("setScriptErrorString:"); + _registerName1("setScriptErrorString:"); late final _sel_currentCommand1 = _registerName1("currentCommand"); ffi.Pointer _objc_msgSend_592( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_592( obj, sel, @@ -16616,16 +16616,16 @@ class SentryCocoa { late final _sel_appleEvent1 = _registerName1("appleEvent"); late final _sel_suspendExecution1 = _registerName1("suspendExecution"); late final _sel_resumeExecutionWithResult_1 = - _registerName1("resumeExecutionWithResult:"); + _registerName1("resumeExecutionWithResult:"); late final _sel_createCommandInstance1 = - _registerName1("createCommandInstance"); + _registerName1("createCommandInstance"); late final _sel_createCommandInstanceWithZone_1 = - _registerName1("createCommandInstanceWithZone:"); + _registerName1("createCommandInstanceWithZone:"); ffi.Pointer _objc_msgSend_593( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSZone> zone, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSZone> zone, + ) { return __objc_msgSend_593( obj, sel, @@ -16643,10 +16643,10 @@ class SentryCocoa { late final _sel_supportsCommand_1 = _registerName1("supportsCommand:"); bool _objc_msgSend_594( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDescription, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDescription, + ) { return __objc_msgSend_594( obj, sel, @@ -16664,10 +16664,10 @@ class SentryCocoa { late final _sel_selectorForCommand_1 = _registerName1("selectorForCommand:"); ffi.Pointer _objc_msgSend_595( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer commandDescription, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer commandDescription, + ) { return __objc_msgSend_595( obj, sel, @@ -16685,12 +16685,12 @@ class SentryCocoa { late final _sel_typeForKey_1 = _registerName1("typeForKey:"); late final _sel_classDescriptionForKey_1 = - _registerName1("classDescriptionForKey:"); + _registerName1("classDescriptionForKey:"); ffi.Pointer _objc_msgSend_596( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ) { return __objc_msgSend_596( obj, sel, @@ -16707,14 +16707,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appleEventCodeForKey_1 = - _registerName1("appleEventCodeForKey:"); + _registerName1("appleEventCodeForKey:"); late final _sel_keyWithAppleEventCode_1 = - _registerName1("keyWithAppleEventCode:"); + _registerName1("keyWithAppleEventCode:"); ffi.Pointer _objc_msgSend_597( - ffi.Pointer obj, - ffi.Pointer sel, - int appleEventCode, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int appleEventCode, + ) { return __objc_msgSend_597( obj, sel, @@ -16731,27 +16731,27 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_defaultSubcontainerAttributeKey1 = - _registerName1("defaultSubcontainerAttributeKey"); + _registerName1("defaultSubcontainerAttributeKey"); late final _sel_isLocationRequiredToCreateForKey_1 = - _registerName1("isLocationRequiredToCreateForKey:"); + _registerName1("isLocationRequiredToCreateForKey:"); late final _sel_hasPropertyForKey_1 = _registerName1("hasPropertyForKey:"); late final _sel_hasOrderedToManyRelationshipForKey_1 = - _registerName1("hasOrderedToManyRelationshipForKey:"); + _registerName1("hasOrderedToManyRelationshipForKey:"); late final _sel_hasReadablePropertyForKey_1 = - _registerName1("hasReadablePropertyForKey:"); + _registerName1("hasReadablePropertyForKey:"); late final _sel_hasWritablePropertyForKey_1 = - _registerName1("hasWritablePropertyForKey:"); + _registerName1("hasWritablePropertyForKey:"); late final _sel_isReadOnlyKey_1 = _registerName1("isReadOnlyKey:"); late final _sel_initWithContainerClassDescription_containerSpecifier_key_1 = - _registerName1( - "initWithContainerClassDescription:containerSpecifier:key:"); + _registerName1( + "initWithContainerClassDescription:containerSpecifier:key:"); instancetype _objc_msgSend_598( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer classDesc, - ffi.Pointer container, - ffi.Pointer property, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer classDesc, + ffi.Pointer container, + ffi.Pointer property, + ) { return __objc_msgSend_598( obj, sel, @@ -16781,26 +16781,26 @@ class SentryCocoa { late final _sel_setChildSpecifier_1 = _registerName1("setChildSpecifier:"); late final _sel_containerSpecifier1 = _registerName1("containerSpecifier"); late final _sel_setContainerSpecifier_1 = - _registerName1("setContainerSpecifier:"); + _registerName1("setContainerSpecifier:"); late final _sel_containerIsObjectBeingTested1 = - _registerName1("containerIsObjectBeingTested"); + _registerName1("containerIsObjectBeingTested"); late final _sel_setContainerIsObjectBeingTested_1 = - _registerName1("setContainerIsObjectBeingTested:"); + _registerName1("setContainerIsObjectBeingTested:"); late final _sel_containerIsRangeContainerObject1 = - _registerName1("containerIsRangeContainerObject"); + _registerName1("containerIsRangeContainerObject"); late final _sel_setContainerIsRangeContainerObject_1 = - _registerName1("setContainerIsRangeContainerObject:"); + _registerName1("setContainerIsRangeContainerObject:"); late final _sel_key1 = _registerName1("key"); late final _sel_setKey_1 = _registerName1("setKey:"); late final _sel_containerClassDescription1 = - _registerName1("containerClassDescription"); + _registerName1("containerClassDescription"); late final _sel_setContainerClassDescription_1 = - _registerName1("setContainerClassDescription:"); + _registerName1("setContainerClassDescription:"); void _objc_msgSend_599( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_599( obj, sel, @@ -16818,13 +16818,13 @@ class SentryCocoa { late final _sel_keyClassDescription1 = _registerName1("keyClassDescription"); late final _sel_indicesOfObjectsByEvaluatingWithContainer_count_1 = - _registerName1("indicesOfObjectsByEvaluatingWithContainer:count:"); + _registerName1("indicesOfObjectsByEvaluatingWithContainer:count:"); ffi.Pointer _objc_msgSend_600( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer container, - ffi.Pointer count, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer container, + ffi.Pointer count, + ) { return __objc_msgSend_600( obj, sel, @@ -16848,23 +16848,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_objectsByEvaluatingWithContainers_1 = - _registerName1("objectsByEvaluatingWithContainers:"); + _registerName1("objectsByEvaluatingWithContainers:"); late final _sel_objectsByEvaluatingSpecifier1 = - _registerName1("objectsByEvaluatingSpecifier"); + _registerName1("objectsByEvaluatingSpecifier"); late final _sel_evaluationErrorNumber1 = - _registerName1("evaluationErrorNumber"); + _registerName1("evaluationErrorNumber"); late final _sel_setEvaluationErrorNumber_1 = - _registerName1("setEvaluationErrorNumber:"); + _registerName1("setEvaluationErrorNumber:"); late final _sel_evaluationErrorSpecifier1 = - _registerName1("evaluationErrorSpecifier"); + _registerName1("evaluationErrorSpecifier"); late final _sel_descriptor1 = _registerName1("descriptor"); late final _sel_scriptingValueForSpecifier_1 = - _registerName1("scriptingValueForSpecifier:"); + _registerName1("scriptingValueForSpecifier:"); ffi.Pointer _objc_msgSend_601( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objectSpecifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objectSpecifier, + ) { return __objc_msgSend_601( obj, sel, @@ -16882,16 +16882,16 @@ class SentryCocoa { late final _sel_scriptingProperties1 = _registerName1("scriptingProperties"); late final _sel_setScriptingProperties_1 = - _registerName1("setScriptingProperties:"); + _registerName1("setScriptingProperties:"); late final _sel_copyScriptingValue_forKey_withProperties_1 = - _registerName1("copyScriptingValue:forKey:withProperties:"); + _registerName1("copyScriptingValue:forKey:withProperties:"); ffi.Pointer _objc_msgSend_602( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer properties, + ) { return __objc_msgSend_602( obj, sel, @@ -16918,16 +16918,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_1 = - _registerName1( - "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:"); + _registerName1( + "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:"); ffi.Pointer _objc_msgSend_603( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer objectClass, - ffi.Pointer key, - ffi.Pointer contentsValue, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer objectClass, + ffi.Pointer key, + ffi.Pointer contentsValue, + ffi.Pointer properties, + ) { return __objc_msgSend_603( obj, sel, @@ -16958,13 +16958,13 @@ class SentryCocoa { late final _sel_classCode1 = _registerName1("classCode"); late final _sel_valueAtIndex_inPropertyWithKey_1 = - _registerName1("valueAtIndex:inPropertyWithKey:"); + _registerName1("valueAtIndex:inPropertyWithKey:"); ffi.Pointer _objc_msgSend_604( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_604( obj, sel, @@ -16985,18 +16985,18 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_valueWithName_inPropertyWithKey_1 = - _registerName1("valueWithName:inPropertyWithKey:"); + _registerName1("valueWithName:inPropertyWithKey:"); late final _sel_valueWithUniqueID_inPropertyWithKey_1 = - _registerName1("valueWithUniqueID:inPropertyWithKey:"); + _registerName1("valueWithUniqueID:inPropertyWithKey:"); late final _sel_insertValue_atIndex_inPropertyWithKey_1 = - _registerName1("insertValue:atIndex:inPropertyWithKey:"); + _registerName1("insertValue:atIndex:inPropertyWithKey:"); void _objc_msgSend_605( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_605( obj, sel, @@ -17019,13 +17019,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_removeValueAtIndex_fromPropertyWithKey_1 = - _registerName1("removeValueAtIndex:fromPropertyWithKey:"); + _registerName1("removeValueAtIndex:fromPropertyWithKey:"); void _objc_msgSend_606( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ) { return __objc_msgSend_606( obj, sel, @@ -17043,14 +17043,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceValueAtIndex_inPropertyWithKey_withValue_1 = - _registerName1("replaceValueAtIndex:inPropertyWithKey:withValue:"); + _registerName1("replaceValueAtIndex:inPropertyWithKey:withValue:"); void _objc_msgSend_607( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer key, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer key, + ffi.Pointer value, + ) { return __objc_msgSend_607( obj, sel, @@ -17073,16 +17073,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_insertValue_inPropertyWithKey_1 = - _registerName1("insertValue:inPropertyWithKey:"); + _registerName1("insertValue:inPropertyWithKey:"); late final _sel_coerceValue_forKey_1 = _registerName1("coerceValue:forKey:"); late final _sel_objectSpecifier1 = _registerName1("objectSpecifier"); late final _sel_indicesOfObjectsByEvaluatingObjectSpecifier_1 = - _registerName1("indicesOfObjectsByEvaluatingObjectSpecifier:"); + _registerName1("indicesOfObjectsByEvaluatingObjectSpecifier:"); ffi.Pointer _objc_msgSend_608( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer specifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer specifier, + ) { return __objc_msgSend_608( obj, sel, @@ -17100,36 +17100,36 @@ class SentryCocoa { late final _sel_isEqualTo_1 = _registerName1("isEqualTo:"); late final _sel_isLessThanOrEqualTo_1 = - _registerName1("isLessThanOrEqualTo:"); + _registerName1("isLessThanOrEqualTo:"); late final _sel_isLessThan_1 = _registerName1("isLessThan:"); late final _sel_isGreaterThanOrEqualTo_1 = - _registerName1("isGreaterThanOrEqualTo:"); + _registerName1("isGreaterThanOrEqualTo:"); late final _sel_isGreaterThan_1 = _registerName1("isGreaterThan:"); late final _sel_isNotEqualTo_1 = _registerName1("isNotEqualTo:"); late final _sel_doesContain_1 = _registerName1("doesContain:"); late final _sel_isLike_1 = _registerName1("isLike:"); late final _sel_isCaseInsensitiveLike_1 = - _registerName1("isCaseInsensitiveLike:"); + _registerName1("isCaseInsensitiveLike:"); late final _sel_scriptingIsEqualTo_1 = _registerName1("scriptingIsEqualTo:"); late final _sel_scriptingIsLessThanOrEqualTo_1 = - _registerName1("scriptingIsLessThanOrEqualTo:"); + _registerName1("scriptingIsLessThanOrEqualTo:"); late final _sel_scriptingIsLessThan_1 = - _registerName1("scriptingIsLessThan:"); + _registerName1("scriptingIsLessThan:"); late final _sel_scriptingIsGreaterThanOrEqualTo_1 = - _registerName1("scriptingIsGreaterThanOrEqualTo:"); + _registerName1("scriptingIsGreaterThanOrEqualTo:"); late final _sel_scriptingIsGreaterThan_1 = - _registerName1("scriptingIsGreaterThan:"); + _registerName1("scriptingIsGreaterThan:"); late final _sel_scriptingBeginsWith_1 = - _registerName1("scriptingBeginsWith:"); + _registerName1("scriptingBeginsWith:"); late final _sel_scriptingEndsWith_1 = _registerName1("scriptingEndsWith:"); late final _sel_scriptingContains_1 = _registerName1("scriptingContains:"); late final _class_NSItemProvider1 = _getClass1("NSItemProvider"); late final _class_NSProgress1 = _getClass1("NSProgress"); late final _sel_currentProgress1 = _registerName1("currentProgress"); ffi.Pointer _objc_msgSend_609( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_609( obj, sel, @@ -17145,12 +17145,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_progressWithTotalUnitCount_1 = - _registerName1("progressWithTotalUnitCount:"); + _registerName1("progressWithTotalUnitCount:"); ffi.Pointer _objc_msgSend_610( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ) { return __objc_msgSend_610( obj, sel, @@ -17167,16 +17167,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_discreteProgressWithTotalUnitCount_1 = - _registerName1("discreteProgressWithTotalUnitCount:"); + _registerName1("discreteProgressWithTotalUnitCount:"); late final _sel_progressWithTotalUnitCount_parent_pendingUnitCount_1 = - _registerName1("progressWithTotalUnitCount:parent:pendingUnitCount:"); + _registerName1("progressWithTotalUnitCount:parent:pendingUnitCount:"); ffi.Pointer _objc_msgSend_611( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ffi.Pointer parent, - int portionOfParentTotalUnitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ffi.Pointer parent, + int portionOfParentTotalUnitCount, + ) { return __objc_msgSend_611( obj, sel, @@ -17199,13 +17199,13 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer, int)>(); late final _sel_initWithParent_userInfo_1 = - _registerName1("initWithParent:userInfo:"); + _registerName1("initWithParent:userInfo:"); instancetype _objc_msgSend_612( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer parentProgressOrNil, - ffi.Pointer userInfoOrNil, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer parentProgressOrNil, + ffi.Pointer userInfoOrNil, + ) { return __objc_msgSend_612( obj, sel, @@ -17226,12 +17226,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_becomeCurrentWithPendingUnitCount_1 = - _registerName1("becomeCurrentWithPendingUnitCount:"); + _registerName1("becomeCurrentWithPendingUnitCount:"); void _objc_msgSend_613( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ) { return __objc_msgSend_613( obj, sel, @@ -17247,13 +17247,13 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_performAsCurrentWithPendingUnitCount_usingBlock_1 = - _registerName1("performAsCurrentWithPendingUnitCount:usingBlock:"); + _registerName1("performAsCurrentWithPendingUnitCount:usingBlock:"); void _objc_msgSend_614( - ffi.Pointer obj, - ffi.Pointer sel, - int unitCount, - ffi.Pointer<_ObjCBlock> work, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitCount, + ffi.Pointer<_ObjCBlock> work, + ) { return __objc_msgSend_614( obj, sel, @@ -17272,13 +17272,13 @@ class SentryCocoa { late final _sel_resignCurrent1 = _registerName1("resignCurrent"); late final _sel_addChild_withPendingUnitCount_1 = - _registerName1("addChild:withPendingUnitCount:"); + _registerName1("addChild:withPendingUnitCount:"); void _objc_msgSend_615( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - int inUnitCount, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + int inUnitCount, + ) { return __objc_msgSend_615( obj, sel, @@ -17297,9 +17297,9 @@ class SentryCocoa { late final _sel_totalUnitCount1 = _registerName1("totalUnitCount"); int _objc_msgSend_616( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_616( obj, sel, @@ -17315,10 +17315,10 @@ class SentryCocoa { late final _sel_setTotalUnitCount_1 = _registerName1("setTotalUnitCount:"); void _objc_msgSend_617( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_617( obj, sel, @@ -17335,13 +17335,13 @@ class SentryCocoa { late final _sel_completedUnitCount1 = _registerName1("completedUnitCount"); late final _sel_setCompletedUnitCount_1 = - _registerName1("setCompletedUnitCount:"); + _registerName1("setCompletedUnitCount:"); late final _sel_setLocalizedDescription_1 = - _registerName1("setLocalizedDescription:"); + _registerName1("setLocalizedDescription:"); late final _sel_localizedAdditionalDescription1 = - _registerName1("localizedAdditionalDescription"); + _registerName1("localizedAdditionalDescription"); late final _sel_setLocalizedAdditionalDescription_1 = - _registerName1("setLocalizedAdditionalDescription:"); + _registerName1("setLocalizedAdditionalDescription:"); late final _sel_isCancellable1 = _registerName1("isCancellable"); late final _sel_setCancellable_1 = _registerName1("setCancellable:"); late final _sel_isPausable1 = _registerName1("isPausable"); @@ -17349,9 +17349,9 @@ class SentryCocoa { late final _sel_isPaused1 = _registerName1("isPaused"); late final _sel_cancellationHandler1 = _registerName1("cancellationHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_618( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_618( obj, sel, @@ -17367,12 +17367,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setCancellationHandler_1 = - _registerName1("setCancellationHandler:"); + _registerName1("setCancellationHandler:"); void _objc_msgSend_619( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_619( obj, sel, @@ -17393,7 +17393,7 @@ class SentryCocoa { late final _sel_resumingHandler1 = _registerName1("resumingHandler"); late final _sel_setResumingHandler_1 = _registerName1("setResumingHandler:"); late final _sel_setUserInfoObject_forKey_1 = - _registerName1("setUserInfoObject:forKey:"); + _registerName1("setUserInfoObject:forKey:"); late final _sel_isIndeterminate1 = _registerName1("isIndeterminate"); late final _sel_fractionCompleted1 = _registerName1("fractionCompleted"); late final _sel_pause1 = _registerName1("pause"); @@ -17401,14 +17401,14 @@ class SentryCocoa { late final _sel_kind1 = _registerName1("kind"); late final _sel_setKind_1 = _registerName1("setKind:"); late final _sel_estimatedTimeRemaining1 = - _registerName1("estimatedTimeRemaining"); + _registerName1("estimatedTimeRemaining"); late final _sel_setEstimatedTimeRemaining_1 = - _registerName1("setEstimatedTimeRemaining:"); + _registerName1("setEstimatedTimeRemaining:"); void _objc_msgSend_620( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_620( obj, sel, @@ -17428,14 +17428,14 @@ class SentryCocoa { late final _sel_setThroughput_1 = _registerName1("setThroughput:"); late final _sel_fileOperationKind1 = _registerName1("fileOperationKind"); late final _sel_setFileOperationKind_1 = - _registerName1("setFileOperationKind:"); + _registerName1("setFileOperationKind:"); late final _sel_fileURL1 = _registerName1("fileURL"); late final _sel_setFileURL_1 = _registerName1("setFileURL:"); void _objc_msgSend_621( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_621( obj, sel, @@ -17455,17 +17455,17 @@ class SentryCocoa { late final _sel_setFileTotalCount_1 = _registerName1("setFileTotalCount:"); late final _sel_fileCompletedCount1 = _registerName1("fileCompletedCount"); late final _sel_setFileCompletedCount_1 = - _registerName1("setFileCompletedCount:"); + _registerName1("setFileCompletedCount:"); late final _sel_publish1 = _registerName1("publish"); late final _sel_unpublish1 = _registerName1("unpublish"); late final _sel_addSubscriberForFileURL_withPublishingHandler_1 = - _registerName1("addSubscriberForFileURL:withPublishingHandler:"); + _registerName1("addSubscriberForFileURL:withPublishingHandler:"); ffi.Pointer _objc_msgSend_622( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> publishingHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> publishingHandler, + ) { return __objc_msgSend_622( obj, sel, @@ -17491,15 +17491,15 @@ class SentryCocoa { late final _sel_removeSubscriber_1 = _registerName1("removeSubscriber:"); late final _sel_isOld1 = _registerName1("isOld"); late final _sel_registerDataRepresentationForTypeIdentifier_visibility_loadHandler_1 = - _registerName1( - "registerDataRepresentationForTypeIdentifier:visibility:loadHandler:"); + _registerName1( + "registerDataRepresentationForTypeIdentifier:visibility:loadHandler:"); void _objc_msgSend_623( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_623( obj, sel, @@ -17522,16 +17522,16 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1 = - _registerName1( - "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); + _registerName1( + "registerFileRepresentationForTypeIdentifier:fileOptions:visibility:loadHandler:"); void _objc_msgSend_624( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_624( obj, sel, @@ -17556,14 +17556,14 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_registeredTypeIdentifiers1 = - _registerName1("registeredTypeIdentifiers"); + _registerName1("registeredTypeIdentifiers"); late final _sel_registeredTypeIdentifiersWithFileOptions_1 = - _registerName1("registeredTypeIdentifiersWithFileOptions:"); + _registerName1("registeredTypeIdentifiersWithFileOptions:"); ffi.Pointer _objc_msgSend_625( - ffi.Pointer obj, - ffi.Pointer sel, - int fileOptions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fileOptions, + ) { return __objc_msgSend_625( obj, sel, @@ -17580,16 +17580,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_hasItemConformingToTypeIdentifier_1 = - _registerName1("hasItemConformingToTypeIdentifier:"); + _registerName1("hasItemConformingToTypeIdentifier:"); late final _sel_hasRepresentationConformingToTypeIdentifier_fileOptions_1 = - _registerName1( - "hasRepresentationConformingToTypeIdentifier:fileOptions:"); + _registerName1( + "hasRepresentationConformingToTypeIdentifier:fileOptions:"); bool _objc_msgSend_626( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - int fileOptions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + int fileOptions, + ) { return __objc_msgSend_626( obj, sel, @@ -17607,14 +17607,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_loadDataRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadDataRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadDataRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_627( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_627( obj, sel, @@ -17638,14 +17638,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadFileRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadFileRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_628( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_628( obj, sel, @@ -17669,14 +17669,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadInPlaceFileRepresentationForTypeIdentifier_completionHandler_1 = - _registerName1( - "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); + _registerName1( + "loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:"); ffi.Pointer _objc_msgSend_629( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_629( obj, sel, @@ -17702,13 +17702,13 @@ class SentryCocoa { late final _sel_suggestedName1 = _registerName1("suggestedName"); late final _sel_setSuggestedName_1 = _registerName1("setSuggestedName:"); late final _sel_registerObject_visibility_1 = - _registerName1("registerObject:visibility:"); + _registerName1("registerObject:visibility:"); void _objc_msgSend_630( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer object, - int visibility, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer object, + int visibility, + ) { return __objc_msgSend_630( obj, sel, @@ -17726,14 +17726,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_registerObjectOfClass_visibility_loadHandler_1 = - _registerName1("registerObjectOfClass:visibility:loadHandler:"); + _registerName1("registerObjectOfClass:visibility:loadHandler:"); void _objc_msgSend_631( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - int visibility, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + int visibility, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_631( obj, sel, @@ -17756,15 +17756,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_canLoadObjectOfClass_1 = - _registerName1("canLoadObjectOfClass:"); + _registerName1("canLoadObjectOfClass:"); late final _sel_loadObjectOfClass_completionHandler_1 = - _registerName1("loadObjectOfClass:completionHandler:"); + _registerName1("loadObjectOfClass:completionHandler:"); ffi.Pointer _objc_msgSend_632( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_632( obj, sel, @@ -17788,15 +17788,15 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_initWithItem_typeIdentifier_1 = - _registerName1("initWithItem:typeIdentifier:"); + _registerName1("initWithItem:typeIdentifier:"); late final _sel_registerItemForTypeIdentifier_loadHandler_1 = - _registerName1("registerItemForTypeIdentifier:loadHandler:"); + _registerName1("registerItemForTypeIdentifier:loadHandler:"); void _objc_msgSend_633( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer<_ObjCBlock> loadHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer<_ObjCBlock> loadHandler, + ) { return __objc_msgSend_633( obj, sel, @@ -17817,14 +17817,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadItemForTypeIdentifier_options_completionHandler_1 = - _registerName1("loadItemForTypeIdentifier:options:completionHandler:"); + _registerName1("loadItemForTypeIdentifier:options:completionHandler:"); void _objc_msgSend_634( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer typeIdentifier, - ffi.Pointer options, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer typeIdentifier, + ffi.Pointer options, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_634( obj, sel, @@ -17852,9 +17852,9 @@ class SentryCocoa { late final _sel_previewImageHandler1 = _registerName1("previewImageHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_635( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_635( obj, sel, @@ -17870,12 +17870,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setPreviewImageHandler_1 = - _registerName1("setPreviewImageHandler:"); + _registerName1("setPreviewImageHandler:"); void _objc_msgSend_636( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_636( obj, sel, @@ -17892,13 +17892,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_loadPreviewImageWithOptions_completionHandler_1 = - _registerName1("loadPreviewImageWithOptions:completionHandler:"); + _registerName1("loadPreviewImageWithOptions:completionHandler:"); void _objc_msgSend_637( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer options, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer options, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_637( obj, sel, @@ -17920,13 +17920,13 @@ class SentryCocoa { late final _class_NSMutableString1 = _getClass1("NSMutableString"); late final _sel_replaceCharactersInRange_withString_1 = - _registerName1("replaceCharactersInRange:withString:"); + _registerName1("replaceCharactersInRange:withString:"); void _objc_msgSend_638( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer aString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer aString, + ) { return __objc_msgSend_638( obj, sel, @@ -17944,13 +17944,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_insertString_atIndex_1 = - _registerName1("insertString:atIndex:"); + _registerName1("insertString:atIndex:"); void _objc_msgSend_639( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aString, - int loc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aString, + int loc, + ) { return __objc_msgSend_639( obj, sel, @@ -17968,20 +17968,20 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_deleteCharactersInRange_1 = - _registerName1("deleteCharactersInRange:"); + _registerName1("deleteCharactersInRange:"); late final _sel_appendString_1 = _registerName1("appendString:"); late final _sel_appendFormat_1 = _registerName1("appendFormat:"); late final _sel_setString_1 = _registerName1("setString:"); late final _sel_replaceOccurrencesOfString_withString_options_range_1 = - _registerName1("replaceOccurrencesOfString:withString:options:range:"); + _registerName1("replaceOccurrencesOfString:withString:options:range:"); int _objc_msgSend_640( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer target, - ffi.Pointer replacement, - int options, - _NSRange searchRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer target, + ffi.Pointer replacement, + int options, + _NSRange searchRange, + ) { return __objc_msgSend_640( obj, sel, @@ -18006,15 +18006,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_applyTransform_reverse_range_updatedRange_1 = - _registerName1("applyTransform:reverse:range:updatedRange:"); + _registerName1("applyTransform:reverse:range:updatedRange:"); bool _objc_msgSend_641( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer transform, - bool reverse, - _NSRange range, - ffi.Pointer<_NSRange> resultingRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer transform, + bool reverse, + _NSRange range, + ffi.Pointer<_NSRange> resultingRange, + ) { return __objc_msgSend_641( obj, sel, @@ -18039,10 +18039,10 @@ class SentryCocoa { ffi.Pointer, bool, _NSRange, ffi.Pointer<_NSRange>)>(); ffi.Pointer _objc_msgSend_642( - ffi.Pointer obj, - ffi.Pointer sel, - int capacity, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int capacity, + ) { return __objc_msgSend_642( obj, sel, @@ -18062,14 +18062,14 @@ class SentryCocoa { late final _class_NSNotification1 = _getClass1("NSNotification"); late final _sel_object1 = _registerName1("object"); late final _sel_initWithName_object_userInfo_1 = - _registerName1("initWithName:object:userInfo:"); + _registerName1("initWithName:object:userInfo:"); instancetype _objc_msgSend_643( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer object, - ffi.Pointer userInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer object, + ffi.Pointer userInfo, + ) { return __objc_msgSend_643( obj, sel, @@ -18096,15 +18096,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_notificationWithName_object_1 = - _registerName1("notificationWithName:object:"); + _registerName1("notificationWithName:object:"); late final _sel_notificationWithName_object_userInfo_1 = - _registerName1("notificationWithName:object:userInfo:"); + _registerName1("notificationWithName:object:userInfo:"); late final _class_NSBundle1 = _getClass1("NSBundle"); late final _sel_mainBundle1 = _registerName1("mainBundle"); ffi.Pointer _objc_msgSend_644( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_644( obj, sel, @@ -18125,10 +18125,10 @@ class SentryCocoa { late final _sel_initWithURL_1 = _registerName1("initWithURL:"); late final _sel_bundleForClass_1 = _registerName1("bundleForClass:"); ffi.Pointer _objc_msgSend_645( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aClass, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aClass, + ) { return __objc_msgSend_645( obj, sel, @@ -18145,12 +18145,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_bundleWithIdentifier_1 = - _registerName1("bundleWithIdentifier:"); + _registerName1("bundleWithIdentifier:"); ffi.Pointer _objc_msgSend_646( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_646( obj, sel, @@ -18171,15 +18171,15 @@ class SentryCocoa { late final _sel_isLoaded1 = _registerName1("isLoaded"); late final _sel_unload1 = _registerName1("unload"); late final _sel_preflightAndReturnError_1 = - _registerName1("preflightAndReturnError:"); + _registerName1("preflightAndReturnError:"); late final _sel_loadAndReturnError_1 = _registerName1("loadAndReturnError:"); late final _sel_bundleURL1 = _registerName1("bundleURL"); late final _sel_resourceURL1 = _registerName1("resourceURL"); late final _sel_executableURL1 = _registerName1("executableURL"); late final _sel_URLForAuxiliaryExecutable_1 = - _registerName1("URLForAuxiliaryExecutable:"); + _registerName1("URLForAuxiliaryExecutable:"); late final _sel_privateFrameworksURL1 = - _registerName1("privateFrameworksURL"); + _registerName1("privateFrameworksURL"); late final _sel_sharedFrameworksURL1 = _registerName1("sharedFrameworksURL"); late final _sel_sharedSupportURL1 = _registerName1("sharedSupportURL"); late final _sel_builtInPlugInsURL1 = _registerName1("builtInPlugInsURL"); @@ -18188,24 +18188,24 @@ class SentryCocoa { late final _sel_resourcePath1 = _registerName1("resourcePath"); late final _sel_executablePath1 = _registerName1("executablePath"); late final _sel_pathForAuxiliaryExecutable_1 = - _registerName1("pathForAuxiliaryExecutable:"); + _registerName1("pathForAuxiliaryExecutable:"); late final _sel_privateFrameworksPath1 = - _registerName1("privateFrameworksPath"); + _registerName1("privateFrameworksPath"); late final _sel_sharedFrameworksPath1 = - _registerName1("sharedFrameworksPath"); + _registerName1("sharedFrameworksPath"); late final _sel_sharedSupportPath1 = _registerName1("sharedSupportPath"); late final _sel_builtInPlugInsPath1 = _registerName1("builtInPlugInsPath"); late final _sel_URLForResource_withExtension_subdirectory_inBundleWithURL_1 = - _registerName1( - "URLForResource:withExtension:subdirectory:inBundleWithURL:"); + _registerName1( + "URLForResource:withExtension:subdirectory:inBundleWithURL:"); ffi.Pointer _objc_msgSend_647( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer bundleURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer bundleURL, + ) { return __objc_msgSend_647( obj, sel, @@ -18235,15 +18235,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_1 = - _registerName1( - "URLsForResourcesWithExtension:subdirectory:inBundleWithURL:"); + _registerName1( + "URLsForResourcesWithExtension:subdirectory:inBundleWithURL:"); ffi.Pointer _objc_msgSend_648( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer bundleURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer bundleURL, + ) { return __objc_msgSend_648( obj, sel, @@ -18270,13 +18270,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_1 = - _registerName1("URLForResource:withExtension:"); + _registerName1("URLForResource:withExtension:"); ffi.Pointer _objc_msgSend_649( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ) { return __objc_msgSend_649( obj, sel, @@ -18300,14 +18300,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_subdirectory_1 = - _registerName1("URLForResource:withExtension:subdirectory:"); + _registerName1("URLForResource:withExtension:subdirectory:"); ffi.Pointer _objc_msgSend_650( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ) { return __objc_msgSend_650( obj, sel, @@ -18334,15 +18334,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLForResource_withExtension_subdirectory_localization_1 = - _registerName1("URLForResource:withExtension:subdirectory:localization:"); + _registerName1("URLForResource:withExtension:subdirectory:localization:"); ffi.Pointer _objc_msgSend_651( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_651( obj, sel, @@ -18372,13 +18372,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_1 = - _registerName1("URLsForResourcesWithExtension:subdirectory:"); + _registerName1("URLsForResourcesWithExtension:subdirectory:"); ffi.Pointer _objc_msgSend_652( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ) { return __objc_msgSend_652( obj, sel, @@ -18402,15 +18402,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLsForResourcesWithExtension_subdirectory_localization_1 = - _registerName1( - "URLsForResourcesWithExtension:subdirectory:localization:"); + _registerName1( + "URLsForResourcesWithExtension:subdirectory:localization:"); ffi.Pointer _objc_msgSend_653( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_653( obj, sel, @@ -18437,14 +18437,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathForResource_ofType_inDirectory_1 = - _registerName1("pathForResource:ofType:inDirectory:"); + _registerName1("pathForResource:ofType:inDirectory:"); ffi.Pointer _objc_msgSend_654( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer bundlePath, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer bundlePath, + ) { return __objc_msgSend_654( obj, sel, @@ -18471,19 +18471,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathsForResourcesOfType_inDirectory_1 = - _registerName1("pathsForResourcesOfType:inDirectory:"); + _registerName1("pathsForResourcesOfType:inDirectory:"); late final _sel_pathForResource_ofType_1 = - _registerName1("pathForResource:ofType:"); + _registerName1("pathForResource:ofType:"); late final _sel_pathForResource_ofType_inDirectory_forLocalization_1 = - _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); + _registerName1("pathForResource:ofType:inDirectory:forLocalization:"); ffi.Pointer _objc_msgSend_655( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer ext, - ffi.Pointer subpath, - ffi.Pointer localizationName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer ext, + ffi.Pointer subpath, + ffi.Pointer localizationName, + ) { return __objc_msgSend_655( obj, sel, @@ -18513,18 +18513,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pathsForResourcesOfType_inDirectory_forLocalization_1 = - _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); + _registerName1("pathsForResourcesOfType:inDirectory:forLocalization:"); late final _sel_localizedStringForKey_value_table_1 = - _registerName1("localizedStringForKey:value:table:"); + _registerName1("localizedStringForKey:value:table:"); late final _class_NSAttributedString1 = _getClass1("NSAttributedString"); late final _sel_attributesAtIndex_effectiveRange_1 = - _registerName1("attributesAtIndex:effectiveRange:"); + _registerName1("attributesAtIndex:effectiveRange:"); ffi.Pointer _objc_msgSend_656( - ffi.Pointer obj, - ffi.Pointer sel, - int location, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int location, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_656( obj, sel, @@ -18545,14 +18545,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>)>(); late final _sel_attribute_atIndex_effectiveRange_1 = - _registerName1("attribute:atIndex:effectiveRange:"); + _registerName1("attribute:atIndex:effectiveRange:"); ffi.Pointer _objc_msgSend_657( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - int location, - ffi.Pointer<_NSRange> range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + int location, + ffi.Pointer<_NSRange> range, + ) { return __objc_msgSend_657( obj, sel, @@ -18579,12 +18579,12 @@ class SentryCocoa { ffi.Pointer<_NSRange>)>(); late final _sel_attributedSubstringFromRange_1 = - _registerName1("attributedSubstringFromRange:"); + _registerName1("attributedSubstringFromRange:"); ffi.Pointer _objc_msgSend_658( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_658( obj, sel, @@ -18601,14 +18601,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_attributesAtIndex_longestEffectiveRange_inRange_1 = - _registerName1("attributesAtIndex:longestEffectiveRange:inRange:"); + _registerName1("attributesAtIndex:longestEffectiveRange:inRange:"); ffi.Pointer _objc_msgSend_659( - ffi.Pointer obj, - ffi.Pointer sel, - int location, - ffi.Pointer<_NSRange> range, - _NSRange rangeLimit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int location, + ffi.Pointer<_NSRange> range, + _NSRange rangeLimit, + ) { return __objc_msgSend_659( obj, sel, @@ -18631,15 +18631,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer<_NSRange>, _NSRange)>(); late final _sel_attribute_atIndex_longestEffectiveRange_inRange_1 = - _registerName1("attribute:atIndex:longestEffectiveRange:inRange:"); + _registerName1("attribute:atIndex:longestEffectiveRange:inRange:"); ffi.Pointer _objc_msgSend_660( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - int location, - ffi.Pointer<_NSRange> range, - _NSRange rangeLimit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + int location, + ffi.Pointer<_NSRange> range, + _NSRange rangeLimit, + ) { return __objc_msgSend_660( obj, sel, @@ -18669,12 +18669,12 @@ class SentryCocoa { _NSRange)>(); late final _sel_isEqualToAttributedString_1 = - _registerName1("isEqualToAttributedString:"); + _registerName1("isEqualToAttributedString:"); bool _objc_msgSend_661( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer other, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer other, + ) { return __objc_msgSend_661( obj, sel, @@ -18691,14 +18691,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithString_attributes_1 = - _registerName1("initWithString:attributes:"); + _registerName1("initWithString:attributes:"); late final _sel_initWithAttributedString_1 = - _registerName1("initWithAttributedString:"); + _registerName1("initWithAttributedString:"); instancetype _objc_msgSend_662( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrStr, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrStr, + ) { return __objc_msgSend_662( obj, sel, @@ -18715,14 +18715,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_enumerateAttributesInRange_options_usingBlock_1 = - _registerName1("enumerateAttributesInRange:options:usingBlock:"); + _registerName1("enumerateAttributesInRange:options:usingBlock:"); void _objc_msgSend_663( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange enumerationRange, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange enumerationRange, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_663( obj, sel, @@ -18741,15 +18741,15 @@ class SentryCocoa { int, ffi.Pointer<_ObjCBlock>)>(); late final _sel_enumerateAttribute_inRange_options_usingBlock_1 = - _registerName1("enumerateAttribute:inRange:options:usingBlock:"); + _registerName1("enumerateAttribute:inRange:options:usingBlock:"); void _objc_msgSend_664( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrName, - _NSRange enumerationRange, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrName, + _NSRange enumerationRange, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_664( obj, sel, @@ -18774,16 +18774,16 @@ class SentryCocoa { ffi.Pointer, _NSRange, int, ffi.Pointer<_ObjCBlock>)>(); late final _class_NSAttributedStringMarkdownParsingOptions1 = - _getClass1("NSAttributedStringMarkdownParsingOptions"); + _getClass1("NSAttributedStringMarkdownParsingOptions"); late final _sel_allowsExtendedAttributes1 = - _registerName1("allowsExtendedAttributes"); + _registerName1("allowsExtendedAttributes"); late final _sel_setAllowsExtendedAttributes_1 = - _registerName1("setAllowsExtendedAttributes:"); + _registerName1("setAllowsExtendedAttributes:"); late final _sel_interpretedSyntax1 = _registerName1("interpretedSyntax"); int _objc_msgSend_665( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_665( obj, sel, @@ -18798,12 +18798,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setInterpretedSyntax_1 = - _registerName1("setInterpretedSyntax:"); + _registerName1("setInterpretedSyntax:"); void _objc_msgSend_666( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_666( obj, sel, @@ -18820,9 +18820,9 @@ class SentryCocoa { late final _sel_failurePolicy1 = _registerName1("failurePolicy"); int _objc_msgSend_667( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_667( obj, sel, @@ -18838,10 +18838,10 @@ class SentryCocoa { late final _sel_setFailurePolicy_1 = _registerName1("setFailurePolicy:"); void _objc_msgSend_668( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_668( obj, sel, @@ -18858,20 +18858,20 @@ class SentryCocoa { late final _sel_setLanguageCode_1 = _registerName1("setLanguageCode:"); late final _sel_appliesSourcePositionAttributes1 = - _registerName1("appliesSourcePositionAttributes"); + _registerName1("appliesSourcePositionAttributes"); late final _sel_setAppliesSourcePositionAttributes_1 = - _registerName1("setAppliesSourcePositionAttributes:"); + _registerName1("setAppliesSourcePositionAttributes:"); late final _sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1 = - _registerName1( - "initWithContentsOfMarkdownFileAtURL:options:baseURL:error:"); + _registerName1( + "initWithContentsOfMarkdownFileAtURL:options:baseURL:error:"); instancetype _objc_msgSend_669( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdownFile, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdownFile, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_669( obj, sel, @@ -18901,15 +18901,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithMarkdown_options_baseURL_error_1 = - _registerName1("initWithMarkdown:options:baseURL:error:"); + _registerName1("initWithMarkdown:options:baseURL:error:"); instancetype _objc_msgSend_670( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdown, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdown, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_670( obj, sel, @@ -18939,15 +18939,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithMarkdownString_options_baseURL_error_1 = - _registerName1("initWithMarkdownString:options:baseURL:error:"); + _registerName1("initWithMarkdownString:options:baseURL:error:"); instancetype _objc_msgSend_671( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer markdownString, - ffi.Pointer options, - ffi.Pointer baseURL, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer markdownString, + ffi.Pointer options, + ffi.Pointer baseURL, + ffi.Pointer> error, + ) { return __objc_msgSend_671( obj, sel, @@ -18977,14 +18977,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithFormat_options_locale_1 = - _registerName1("initWithFormat:options:locale:"); + _registerName1("initWithFormat:options:locale:"); instancetype _objc_msgSend_672( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ffi.Pointer locale, + ) { return __objc_msgSend_672( obj, sel, @@ -19007,15 +19007,15 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_initWithFormat_options_locale_arguments_1 = - _registerName1("initWithFormat:options:locale:arguments:"); + _registerName1("initWithFormat:options:locale:arguments:"); instancetype _objc_msgSend_673( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ffi.Pointer locale, - ffi.Pointer<__va_list_tag> arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ffi.Pointer locale, + ffi.Pointer<__va_list_tag> arguments, + ) { return __objc_msgSend_673( obj, sel, @@ -19045,15 +19045,15 @@ class SentryCocoa { ffi.Pointer<__va_list_tag>)>(); late final _sel_localizedAttributedStringWithFormat_1 = - _registerName1("localizedAttributedStringWithFormat:"); + _registerName1("localizedAttributedStringWithFormat:"); late final _sel_localizedAttributedStringWithFormat_options_1 = - _registerName1("localizedAttributedStringWithFormat:options:"); + _registerName1("localizedAttributedStringWithFormat:options:"); instancetype _objc_msgSend_674( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer format, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer format, + int options, + ) { return __objc_msgSend_674( obj, sel, @@ -19071,11 +19071,11 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_attributedStringByInflectingString1 = - _registerName1("attributedStringByInflectingString"); + _registerName1("attributedStringByInflectingString"); ffi.Pointer _objc_msgSend_675( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_675( obj, sel, @@ -19091,14 +19091,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedAttributedStringForKey_value_table_1 = - _registerName1("localizedAttributedStringForKey:value:table:"); + _registerName1("localizedAttributedStringForKey:value:table:"); ffi.Pointer _objc_msgSend_676( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer value, - ffi.Pointer tableName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer value, + ffi.Pointer tableName, + ) { return __objc_msgSend_676( obj, sel, @@ -19127,26 +19127,26 @@ class SentryCocoa { late final _sel_bundleIdentifier1 = _registerName1("bundleIdentifier"); late final _sel_infoDictionary1 = _registerName1("infoDictionary"); late final _sel_localizedInfoDictionary1 = - _registerName1("localizedInfoDictionary"); + _registerName1("localizedInfoDictionary"); late final _sel_objectForInfoDictionaryKey_1 = - _registerName1("objectForInfoDictionaryKey:"); + _registerName1("objectForInfoDictionaryKey:"); late final _sel_classNamed_1 = _registerName1("classNamed:"); late final _sel_principalClass1 = _registerName1("principalClass"); late final _sel_preferredLocalizations1 = - _registerName1("preferredLocalizations"); + _registerName1("preferredLocalizations"); late final _sel_localizations1 = _registerName1("localizations"); late final _sel_developmentLocalization1 = - _registerName1("developmentLocalization"); + _registerName1("developmentLocalization"); late final _sel_preferredLocalizationsFromArray_1 = - _registerName1("preferredLocalizationsFromArray:"); + _registerName1("preferredLocalizationsFromArray:"); late final _sel_preferredLocalizationsFromArray_forPreferences_1 = - _registerName1("preferredLocalizationsFromArray:forPreferences:"); + _registerName1("preferredLocalizationsFromArray:forPreferences:"); ffi.Pointer _objc_msgSend_677( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localizationsArray, - ffi.Pointer preferencesArray, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localizationsArray, + ffi.Pointer preferencesArray, + ) { return __objc_msgSend_677( obj, sel, @@ -19170,15 +19170,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_executableArchitectures1 = - _registerName1("executableArchitectures"); + _registerName1("executableArchitectures"); late final _sel_setPreservationPriority_forTags_1 = - _registerName1("setPreservationPriority:forTags:"); + _registerName1("setPreservationPriority:forTags:"); void _objc_msgSend_678( - ffi.Pointer obj, - ffi.Pointer sel, - double priority, - ffi.Pointer tags, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double priority, + ffi.Pointer tags, + ) { return __objc_msgSend_678( obj, sel, @@ -19196,17 +19196,17 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_preservationPriorityForTag_1 = - _registerName1("preservationPriorityForTag:"); + _registerName1("preservationPriorityForTag:"); late final _class_NSMutableAttributedString1 = - _getClass1("NSMutableAttributedString"); + _getClass1("NSMutableAttributedString"); late final _sel_setAttributes_range_1 = - _registerName1("setAttributes:range:"); + _registerName1("setAttributes:range:"); void _objc_msgSend_679( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrs, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrs, + _NSRange range, + ) { return __objc_msgSend_679( obj, sel, @@ -19225,9 +19225,9 @@ class SentryCocoa { late final _sel_mutableString1 = _registerName1("mutableString"); ffi.Pointer _objc_msgSend_680( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_680( obj, sel, @@ -19243,14 +19243,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addAttribute_value_range_1 = - _registerName1("addAttribute:value:range:"); + _registerName1("addAttribute:value:range:"); void _objc_msgSend_681( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer value, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer value, + _NSRange range, + ) { return __objc_msgSend_681( obj, sel, @@ -19273,15 +19273,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_addAttributes_range_1 = - _registerName1("addAttributes:range:"); + _registerName1("addAttributes:range:"); late final _sel_removeAttribute_range_1 = - _registerName1("removeAttribute:range:"); + _registerName1("removeAttribute:range:"); void _objc_msgSend_682( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + _NSRange range, + ) { return __objc_msgSend_682( obj, sel, @@ -19299,13 +19299,13 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); late final _sel_replaceCharactersInRange_withAttributedString_1 = - _registerName1("replaceCharactersInRange:withAttributedString:"); + _registerName1("replaceCharactersInRange:withAttributedString:"); void _objc_msgSend_683( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer attrString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer attrString, + ) { return __objc_msgSend_683( obj, sel, @@ -19323,13 +19323,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_insertAttributedString_atIndex_1 = - _registerName1("insertAttributedString:atIndex:"); + _registerName1("insertAttributedString:atIndex:"); void _objc_msgSend_684( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrString, - int loc, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrString, + int loc, + ) { return __objc_msgSend_684( obj, sel, @@ -19347,12 +19347,12 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_appendAttributedString_1 = - _registerName1("appendAttributedString:"); + _registerName1("appendAttributedString:"); void _objc_msgSend_685( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attrString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attrString, + ) { return __objc_msgSend_685( obj, sel, @@ -19369,23 +19369,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setAttributedString_1 = - _registerName1("setAttributedString:"); + _registerName1("setAttributedString:"); late final _sel_beginEditing1 = _registerName1("beginEditing"); late final _sel_endEditing1 = _registerName1("endEditing"); late final _sel_appendLocalizedFormat_1 = - _registerName1("appendLocalizedFormat:"); + _registerName1("appendLocalizedFormat:"); late final _class_NSDateFormatter1 = _getClass1("NSDateFormatter"); late final _class_NSFormatter1 = _getClass1("NSFormatter"); late final _sel_stringForObjectValue_1 = - _registerName1("stringForObjectValue:"); + _registerName1("stringForObjectValue:"); late final _sel_attributedStringForObjectValue_withDefaultAttributes_1 = - _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); + _registerName1("attributedStringForObjectValue:withDefaultAttributes:"); ffi.Pointer _objc_msgSend_686( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer obj1, - ffi.Pointer attrs, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer obj1, + ffi.Pointer attrs, + ) { return __objc_msgSend_686( obj, sel, @@ -19409,16 +19409,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_editingStringForObjectValue_1 = - _registerName1("editingStringForObjectValue:"); + _registerName1("editingStringForObjectValue:"); late final _sel_getObjectValue_forString_errorDescription_1 = - _registerName1("getObjectValue:forString:errorDescription:"); + _registerName1("getObjectValue:forString:errorDescription:"); bool _objc_msgSend_687( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer> error, + ) { return __objc_msgSend_687( obj, sel, @@ -19445,14 +19445,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isPartialStringValid_newEditingString_errorDescription_1 = - _registerName1("isPartialStringValid:newEditingString:errorDescription:"); + _registerName1("isPartialStringValid:newEditingString:errorDescription:"); bool _objc_msgSend_688( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer partialString, - ffi.Pointer> newString, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer partialString, + ffi.Pointer> newString, + ffi.Pointer> error, + ) { return __objc_msgSend_688( obj, sel, @@ -19479,17 +19479,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1 = - _registerName1( - "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); + _registerName1( + "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:"); bool _objc_msgSend_689( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> partialStringPtr, - ffi.Pointer<_NSRange> proposedSelRangePtr, - ffi.Pointer origString, - _NSRange origSelRange, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> partialStringPtr, + ffi.Pointer<_NSRange> proposedSelRangePtr, + ffi.Pointer origString, + _NSRange origSelRange, + ffi.Pointer> error, + ) { return __objc_msgSend_689( obj, sel, @@ -19523,9 +19523,9 @@ class SentryCocoa { late final _sel_formattingContext1 = _registerName1("formattingContext"); int _objc_msgSend_690( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_690( obj, sel, @@ -19540,12 +19540,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setFormattingContext_1 = - _registerName1("setFormattingContext:"); + _registerName1("setFormattingContext:"); void _objc_msgSend_691( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_691( obj, sel, @@ -19561,15 +19561,15 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_getObjectValue_forString_range_error_1 = - _registerName1("getObjectValue:forString:range:error:"); + _registerName1("getObjectValue:forString:range:error:"); bool _objc_msgSend_692( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> obj1, - ffi.Pointer string, - ffi.Pointer<_NSRange> rangep, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> obj1, + ffi.Pointer string, + ffi.Pointer<_NSRange> rangep, + ffi.Pointer> error, + ) { return __objc_msgSend_692( obj, sel, @@ -19601,14 +19601,14 @@ class SentryCocoa { late final _sel_stringFromDate_1 = _registerName1("stringFromDate:"); late final _sel_dateFromString_1 = _registerName1("dateFromString:"); late final _sel_localizedStringFromDate_dateStyle_timeStyle_1 = - _registerName1("localizedStringFromDate:dateStyle:timeStyle:"); + _registerName1("localizedStringFromDate:dateStyle:timeStyle:"); ffi.Pointer _objc_msgSend_693( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int dstyle, - int tstyle, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int dstyle, + int tstyle, + ) { return __objc_msgSend_693( obj, sel, @@ -19631,14 +19631,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int)>(); late final _sel_dateFormatFromTemplate_options_locale_1 = - _registerName1("dateFormatFromTemplate:options:locale:"); + _registerName1("dateFormatFromTemplate:options:locale:"); ffi.Pointer _objc_msgSend_694( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer tmplate, - int opts, - ffi.Pointer locale, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer tmplate, + int opts, + ffi.Pointer locale, + ) { return __objc_msgSend_694( obj, sel, @@ -19665,11 +19665,11 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_defaultFormatterBehavior1 = - _registerName1("defaultFormatterBehavior"); + _registerName1("defaultFormatterBehavior"); int _objc_msgSend_695( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_695( obj, sel, @@ -19684,12 +19684,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefaultFormatterBehavior_1 = - _registerName1("setDefaultFormatterBehavior:"); + _registerName1("setDefaultFormatterBehavior:"); void _objc_msgSend_696( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_696( obj, sel, @@ -19705,14 +19705,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setLocalizedDateFormatFromTemplate_1 = - _registerName1("setLocalizedDateFormatFromTemplate:"); + _registerName1("setLocalizedDateFormatFromTemplate:"); late final _sel_dateFormat1 = _registerName1("dateFormat"); late final _sel_setDateFormat_1 = _registerName1("setDateFormat:"); late final _sel_dateStyle1 = _registerName1("dateStyle"); int _objc_msgSend_697( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_697( obj, sel, @@ -19728,10 +19728,10 @@ class SentryCocoa { late final _sel_setDateStyle_1 = _registerName1("setDateStyle:"); void _objc_msgSend_698( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_698( obj, sel, @@ -19751,10 +19751,10 @@ class SentryCocoa { late final _sel_locale1 = _registerName1("locale"); late final _sel_setLocale_1 = _registerName1("setLocale:"); void _objc_msgSend_699( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_699( obj, sel, @@ -19771,18 +19771,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_generatesCalendarDates1 = - _registerName1("generatesCalendarDates"); + _registerName1("generatesCalendarDates"); late final _sel_setGeneratesCalendarDates_1 = - _registerName1("setGeneratesCalendarDates:"); + _registerName1("setGeneratesCalendarDates:"); late final _sel_formatterBehavior1 = _registerName1("formatterBehavior"); late final _sel_setFormatterBehavior_1 = - _registerName1("setFormatterBehavior:"); + _registerName1("setFormatterBehavior:"); late final _class_NSCalendar1 = _getClass1("NSCalendar"); late final _sel_currentCalendar1 = _registerName1("currentCalendar"); ffi.Pointer _objc_msgSend_700( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_700( obj, sel, @@ -19798,14 +19798,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_autoupdatingCurrentCalendar1 = - _registerName1("autoupdatingCurrentCalendar"); + _registerName1("autoupdatingCurrentCalendar"); late final _sel_calendarWithIdentifier_1 = - _registerName1("calendarWithIdentifier:"); + _registerName1("calendarWithIdentifier:"); ffi.Pointer _objc_msgSend_701( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer calendarIdentifierConstant, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer calendarIdentifierConstant, + ) { return __objc_msgSend_701( obj, sel, @@ -19822,50 +19822,50 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithCalendarIdentifier_1 = - _registerName1("initWithCalendarIdentifier:"); + _registerName1("initWithCalendarIdentifier:"); late final _sel_firstWeekday1 = _registerName1("firstWeekday"); late final _sel_setFirstWeekday_1 = _registerName1("setFirstWeekday:"); late final _sel_minimumDaysInFirstWeek1 = - _registerName1("minimumDaysInFirstWeek"); + _registerName1("minimumDaysInFirstWeek"); late final _sel_setMinimumDaysInFirstWeek_1 = - _registerName1("setMinimumDaysInFirstWeek:"); + _registerName1("setMinimumDaysInFirstWeek:"); late final _sel_eraSymbols1 = _registerName1("eraSymbols"); late final _sel_longEraSymbols1 = _registerName1("longEraSymbols"); late final _sel_monthSymbols1 = _registerName1("monthSymbols"); late final _sel_shortMonthSymbols1 = _registerName1("shortMonthSymbols"); late final _sel_veryShortMonthSymbols1 = - _registerName1("veryShortMonthSymbols"); + _registerName1("veryShortMonthSymbols"); late final _sel_standaloneMonthSymbols1 = - _registerName1("standaloneMonthSymbols"); + _registerName1("standaloneMonthSymbols"); late final _sel_shortStandaloneMonthSymbols1 = - _registerName1("shortStandaloneMonthSymbols"); + _registerName1("shortStandaloneMonthSymbols"); late final _sel_veryShortStandaloneMonthSymbols1 = - _registerName1("veryShortStandaloneMonthSymbols"); + _registerName1("veryShortStandaloneMonthSymbols"); late final _sel_weekdaySymbols1 = _registerName1("weekdaySymbols"); late final _sel_shortWeekdaySymbols1 = _registerName1("shortWeekdaySymbols"); late final _sel_veryShortWeekdaySymbols1 = - _registerName1("veryShortWeekdaySymbols"); + _registerName1("veryShortWeekdaySymbols"); late final _sel_standaloneWeekdaySymbols1 = - _registerName1("standaloneWeekdaySymbols"); + _registerName1("standaloneWeekdaySymbols"); late final _sel_shortStandaloneWeekdaySymbols1 = - _registerName1("shortStandaloneWeekdaySymbols"); + _registerName1("shortStandaloneWeekdaySymbols"); late final _sel_veryShortStandaloneWeekdaySymbols1 = - _registerName1("veryShortStandaloneWeekdaySymbols"); + _registerName1("veryShortStandaloneWeekdaySymbols"); late final _sel_quarterSymbols1 = _registerName1("quarterSymbols"); late final _sel_shortQuarterSymbols1 = _registerName1("shortQuarterSymbols"); late final _sel_standaloneQuarterSymbols1 = - _registerName1("standaloneQuarterSymbols"); + _registerName1("standaloneQuarterSymbols"); late final _sel_shortStandaloneQuarterSymbols1 = - _registerName1("shortStandaloneQuarterSymbols"); + _registerName1("shortStandaloneQuarterSymbols"); late final _sel_AMSymbol1 = _registerName1("AMSymbol"); late final _sel_PMSymbol1 = _registerName1("PMSymbol"); late final _sel_minimumRangeOfUnit_1 = _registerName1("minimumRangeOfUnit:"); void _objc_msgSend_702( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ) { return __objc_msgSend_702( stret, obj, @@ -19884,15 +19884,15 @@ class SentryCocoa { late final _sel_maximumRangeOfUnit_1 = _registerName1("maximumRangeOfUnit:"); late final _sel_rangeOfUnit_inUnit_forDate_1 = - _registerName1("rangeOfUnit:inUnit:forDate:"); + _registerName1("rangeOfUnit:inUnit:forDate:"); void _objc_msgSend_703( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - int smaller, - int larger, - ffi.Pointer date, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + int smaller, + int larger, + ffi.Pointer date, + ) { return __objc_msgSend_703( stret, obj, @@ -19917,14 +19917,14 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_ordinalityOfUnit_inUnit_forDate_1 = - _registerName1("ordinalityOfUnit:inUnit:forDate:"); + _registerName1("ordinalityOfUnit:inUnit:forDate:"); int _objc_msgSend_704( - ffi.Pointer obj, - ffi.Pointer sel, - int smaller, - int larger, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int smaller, + int larger, + ffi.Pointer date, + ) { return __objc_msgSend_704( obj, sel, @@ -19947,15 +19947,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_rangeOfUnit_startDate_interval_forDate_1 = - _registerName1("rangeOfUnit:startDate:interval:forDate:"); + _registerName1("rangeOfUnit:startDate:interval:forDate:"); bool _objc_msgSend_705( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ffi.Pointer> datep, - ffi.Pointer tip, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ffi.Pointer> datep, + ffi.Pointer tip, + ffi.Pointer date, + ) { return __objc_msgSend_705( obj, sel, @@ -19988,10 +19988,10 @@ class SentryCocoa { late final _sel_calendar1 = _registerName1("calendar"); late final _sel_setCalendar_1 = _registerName1("setCalendar:"); void _objc_msgSend_706( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_706( obj, sel, @@ -20035,19 +20035,19 @@ class SentryCocoa { late final _sel_setWeekOfYear_1 = _registerName1("setWeekOfYear:"); late final _sel_yearForWeekOfYear1 = _registerName1("yearForWeekOfYear"); late final _sel_setYearForWeekOfYear_1 = - _registerName1("setYearForWeekOfYear:"); + _registerName1("setYearForWeekOfYear:"); late final _sel_isLeapMonth1 = _registerName1("isLeapMonth"); late final _sel_setLeapMonth_1 = _registerName1("setLeapMonth:"); late final _sel_week1 = _registerName1("week"); late final _sel_setWeek_1 = _registerName1("setWeek:"); late final _sel_setValue_forComponent_1 = - _registerName1("setValue:forComponent:"); + _registerName1("setValue:forComponent:"); void _objc_msgSend_707( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + int unit, + ) { return __objc_msgSend_707( obj, sel, @@ -20065,10 +20065,10 @@ class SentryCocoa { late final _sel_valueForComponent_1 = _registerName1("valueForComponent:"); int _objc_msgSend_708( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ) { return __objc_msgSend_708( obj, sel, @@ -20085,12 +20085,12 @@ class SentryCocoa { late final _sel_isValidDate1 = _registerName1("isValidDate"); late final _sel_isValidDateInCalendar_1 = - _registerName1("isValidDateInCalendar:"); + _registerName1("isValidDateInCalendar:"); bool _objc_msgSend_709( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer calendar, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer calendar, + ) { return __objc_msgSend_709( obj, sel, @@ -20108,10 +20108,10 @@ class SentryCocoa { late final _sel_dateFromComponents_1 = _registerName1("dateFromComponents:"); ffi.Pointer _objc_msgSend_710( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comps, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comps, + ) { return __objc_msgSend_710( obj, sel, @@ -20128,13 +20128,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_components_fromDate_1 = - _registerName1("components:fromDate:"); + _registerName1("components:fromDate:"); ffi.Pointer _objc_msgSend_711( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer date, + ) { return __objc_msgSend_711( obj, sel, @@ -20155,14 +20155,14 @@ class SentryCocoa { ffi.Pointer, int, ffi.Pointer)>(); late final _sel_dateByAddingComponents_toDate_options_1 = - _registerName1("dateByAddingComponents:toDate:options:"); + _registerName1("dateByAddingComponents:toDate:options:"); ffi.Pointer _objc_msgSend_712( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer comps, - ffi.Pointer date, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer comps, + ffi.Pointer date, + int opts, + ) { return __objc_msgSend_712( obj, sel, @@ -20189,15 +20189,15 @@ class SentryCocoa { int)>(); late final _sel_components_fromDate_toDate_options_1 = - _registerName1("components:fromDate:toDate:options:"); + _registerName1("components:fromDate:toDate:options:"); ffi.Pointer _objc_msgSend_713( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer startingDate, - ffi.Pointer resultDate, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer startingDate, + ffi.Pointer resultDate, + int opts, + ) { return __objc_msgSend_713( obj, sel, @@ -20227,16 +20227,16 @@ class SentryCocoa { int)>(); late final _sel_getEra_year_month_day_fromDate_1 = - _registerName1("getEra:year:month:day:fromDate:"); + _registerName1("getEra:year:month:day:fromDate:"); void _objc_msgSend_714( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eraValuePointer, - ffi.Pointer yearValuePointer, - ffi.Pointer monthValuePointer, - ffi.Pointer dayValuePointer, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eraValuePointer, + ffi.Pointer yearValuePointer, + ffi.Pointer monthValuePointer, + ffi.Pointer dayValuePointer, + ffi.Pointer date, + ) { return __objc_msgSend_714( obj, sel, @@ -20269,16 +20269,16 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_getEra_yearForWeekOfYear_weekOfYear_weekday_fromDate_1 = - _registerName1("getEra:yearForWeekOfYear:weekOfYear:weekday:fromDate:"); + _registerName1("getEra:yearForWeekOfYear:weekOfYear:weekday:fromDate:"); late final _sel_getHour_minute_second_nanosecond_fromDate_1 = - _registerName1("getHour:minute:second:nanosecond:fromDate:"); + _registerName1("getHour:minute:second:nanosecond:fromDate:"); late final _sel_component_fromDate_1 = _registerName1("component:fromDate:"); int _objc_msgSend_715( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + ffi.Pointer date, + ) { return __objc_msgSend_715( obj, sel, @@ -20296,20 +20296,20 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_dateWithEra_year_month_day_hour_minute_second_nanosecond_1 = - _registerName1( - "dateWithEra:year:month:day:hour:minute:second:nanosecond:"); + _registerName1( + "dateWithEra:year:month:day:hour:minute:second:nanosecond:"); ffi.Pointer _objc_msgSend_716( - ffi.Pointer obj, - ffi.Pointer sel, - int eraValue, - int yearValue, - int monthValue, - int dayValue, - int hourValue, - int minuteValue, - int secondValue, - int nanosecondValue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int eraValue, + int yearValue, + int monthValue, + int dayValue, + int hourValue, + int minuteValue, + int secondValue, + int nanosecondValue, + ) { return __objc_msgSend_716( obj, sel, @@ -20342,17 +20342,17 @@ class SentryCocoa { ffi.Pointer, int, int, int, int, int, int, int, int)>(); late final _sel_dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_1 = - _registerName1( - "dateWithEra:yearForWeekOfYear:weekOfYear:weekday:hour:minute:second:nanosecond:"); + _registerName1( + "dateWithEra:yearForWeekOfYear:weekOfYear:weekday:hour:minute:second:nanosecond:"); late final _sel_startOfDayForDate_1 = _registerName1("startOfDayForDate:"); late final _sel_componentsInTimeZone_fromDate_1 = - _registerName1("componentsInTimeZone:fromDate:"); + _registerName1("componentsInTimeZone:fromDate:"); ffi.Pointer _objc_msgSend_717( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer timezone, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer timezone, + ffi.Pointer date, + ) { return __objc_msgSend_717( obj, sel, @@ -20376,14 +20376,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_compareDate_toDate_toUnitGranularity_1 = - _registerName1("compareDate:toDate:toUnitGranularity:"); + _registerName1("compareDate:toDate:toUnitGranularity:"); int _objc_msgSend_718( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + int unit, + ) { return __objc_msgSend_718( obj, sel, @@ -20406,14 +20406,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_equalToDate_toUnitGranularity_1 = - _registerName1("isDate:equalToDate:toUnitGranularity:"); + _registerName1("isDate:equalToDate:toUnitGranularity:"); bool _objc_msgSend_719( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - int unit, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + int unit, + ) { return __objc_msgSend_719( obj, sel, @@ -20436,13 +20436,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_isDate_inSameDayAsDate_1 = - _registerName1("isDate:inSameDayAsDate:"); + _registerName1("isDate:inSameDayAsDate:"); bool _objc_msgSend_720( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date1, - ffi.Pointer date2, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date1, + ffi.Pointer date2, + ) { return __objc_msgSend_720( obj, sel, @@ -20467,14 +20467,14 @@ class SentryCocoa { late final _sel_isDateInTomorrow_1 = _registerName1("isDateInTomorrow:"); late final _sel_isDateInWeekend_1 = _registerName1("isDateInWeekend:"); late final _sel_rangeOfWeekendStartDate_interval_containingDate_1 = - _registerName1("rangeOfWeekendStartDate:interval:containingDate:"); + _registerName1("rangeOfWeekendStartDate:interval:containingDate:"); bool _objc_msgSend_721( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> datep, - ffi.Pointer tip, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> datep, + ffi.Pointer tip, + ffi.Pointer date, + ) { return __objc_msgSend_721( obj, sel, @@ -20501,15 +20501,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_nextWeekendStartDate_interval_options_afterDate_1 = - _registerName1("nextWeekendStartDate:interval:options:afterDate:"); + _registerName1("nextWeekendStartDate:interval:options:afterDate:"); bool _objc_msgSend_722( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> datep, - ffi.Pointer tip, - int options, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> datep, + ffi.Pointer tip, + int options, + ffi.Pointer date, + ) { return __objc_msgSend_722( obj, sel, @@ -20539,15 +20539,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_components_fromDateComponents_toDateComponents_options_1 = - _registerName1("components:fromDateComponents:toDateComponents:options:"); + _registerName1("components:fromDateComponents:toDateComponents:options:"); ffi.Pointer _objc_msgSend_723( - ffi.Pointer obj, - ffi.Pointer sel, - int unitFlags, - ffi.Pointer startingDateComp, - ffi.Pointer resultDateComp, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unitFlags, + ffi.Pointer startingDateComp, + ffi.Pointer resultDateComp, + int options, + ) { return __objc_msgSend_723( obj, sel, @@ -20577,15 +20577,15 @@ class SentryCocoa { int)>(); late final _sel_dateByAddingUnit_value_toDate_options_1 = - _registerName1("dateByAddingUnit:value:toDate:options:"); + _registerName1("dateByAddingUnit:value:toDate:options:"); ffi.Pointer _objc_msgSend_724( - ffi.Pointer obj, - ffi.Pointer sel, - int unit, - int value, - ffi.Pointer date, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int unit, + int value, + ffi.Pointer date, + int options, + ) { return __objc_msgSend_724( obj, sel, @@ -20610,16 +20610,16 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer, int)>(); late final _sel_enumerateDatesStartingAfterDate_matchingComponents_options_usingBlock_1 = - _registerName1( - "enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:"); + _registerName1( + "enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:"); void _objc_msgSend_725( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer start, - ffi.Pointer comps, - int opts, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer start, + ffi.Pointer comps, + int opts, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_725( obj, sel, @@ -20649,14 +20649,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_nextDateAfterDate_matchingComponents_options_1 = - _registerName1("nextDateAfterDate:matchingComponents:options:"); + _registerName1("nextDateAfterDate:matchingComponents:options:"); ffi.Pointer _objc_msgSend_726( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ffi.Pointer comps, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ffi.Pointer comps, + int options, + ) { return __objc_msgSend_726( obj, sel, @@ -20683,15 +20683,15 @@ class SentryCocoa { int)>(); late final _sel_nextDateAfterDate_matchingUnit_value_options_1 = - _registerName1("nextDateAfterDate:matchingUnit:value:options:"); + _registerName1("nextDateAfterDate:matchingUnit:value:options:"); ffi.Pointer _objc_msgSend_727( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int unit, - int value, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int unit, + int value, + int options, + ) { return __objc_msgSend_727( obj, sel, @@ -20716,16 +20716,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int, int)>(); late final _sel_nextDateAfterDate_matchingHour_minute_second_options_1 = - _registerName1("nextDateAfterDate:matchingHour:minute:second:options:"); + _registerName1("nextDateAfterDate:matchingHour:minute:second:options:"); ffi.Pointer _objc_msgSend_728( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - int hourValue, - int minuteValue, - int secondValue, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + int hourValue, + int minuteValue, + int secondValue, + int options, + ) { return __objc_msgSend_728( obj, sel, @@ -20752,18 +20752,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, int, int, int)>(); late final _sel_dateBySettingUnit_value_ofDate_options_1 = - _registerName1("dateBySettingUnit:value:ofDate:options:"); + _registerName1("dateBySettingUnit:value:ofDate:options:"); late final _sel_dateBySettingHour_minute_second_ofDate_options_1 = - _registerName1("dateBySettingHour:minute:second:ofDate:options:"); + _registerName1("dateBySettingHour:minute:second:ofDate:options:"); ffi.Pointer _objc_msgSend_729( - ffi.Pointer obj, - ffi.Pointer sel, - int h, - int m, - int s, - ffi.Pointer date, - int opts, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int h, + int m, + int s, + ffi.Pointer date, + int opts, + ) { return __objc_msgSend_729( obj, sel, @@ -20790,13 +20790,13 @@ class SentryCocoa { ffi.Pointer, int, int, int, ffi.Pointer, int)>(); late final _sel_date_matchesComponents_1 = - _registerName1("date:matchesComponents:"); + _registerName1("date:matchesComponents:"); bool _objc_msgSend_730( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer date, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer date, + ffi.Pointer components, + ) { return __objc_msgSend_730( obj, sel, @@ -20820,15 +20820,15 @@ class SentryCocoa { late final _sel_setLenient_1 = _registerName1("setLenient:"); late final _sel_twoDigitStartDate1 = _registerName1("twoDigitStartDate"); late final _sel_setTwoDigitStartDate_1 = - _registerName1("setTwoDigitStartDate:"); + _registerName1("setTwoDigitStartDate:"); late final _sel_defaultDate1 = _registerName1("defaultDate"); late final _sel_setDefaultDate_1 = _registerName1("setDefaultDate:"); late final _sel_setEraSymbols_1 = _registerName1("setEraSymbols:"); void _objc_msgSend_731( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_731( obj, sel, @@ -20846,54 +20846,54 @@ class SentryCocoa { late final _sel_setMonthSymbols_1 = _registerName1("setMonthSymbols:"); late final _sel_setShortMonthSymbols_1 = - _registerName1("setShortMonthSymbols:"); + _registerName1("setShortMonthSymbols:"); late final _sel_setWeekdaySymbols_1 = _registerName1("setWeekdaySymbols:"); late final _sel_setShortWeekdaySymbols_1 = - _registerName1("setShortWeekdaySymbols:"); + _registerName1("setShortWeekdaySymbols:"); late final _sel_setAMSymbol_1 = _registerName1("setAMSymbol:"); late final _sel_setPMSymbol_1 = _registerName1("setPMSymbol:"); late final _sel_setLongEraSymbols_1 = _registerName1("setLongEraSymbols:"); late final _sel_setVeryShortMonthSymbols_1 = - _registerName1("setVeryShortMonthSymbols:"); + _registerName1("setVeryShortMonthSymbols:"); late final _sel_setStandaloneMonthSymbols_1 = - _registerName1("setStandaloneMonthSymbols:"); + _registerName1("setStandaloneMonthSymbols:"); late final _sel_setShortStandaloneMonthSymbols_1 = - _registerName1("setShortStandaloneMonthSymbols:"); + _registerName1("setShortStandaloneMonthSymbols:"); late final _sel_setVeryShortStandaloneMonthSymbols_1 = - _registerName1("setVeryShortStandaloneMonthSymbols:"); + _registerName1("setVeryShortStandaloneMonthSymbols:"); late final _sel_setVeryShortWeekdaySymbols_1 = - _registerName1("setVeryShortWeekdaySymbols:"); + _registerName1("setVeryShortWeekdaySymbols:"); late final _sel_setStandaloneWeekdaySymbols_1 = - _registerName1("setStandaloneWeekdaySymbols:"); + _registerName1("setStandaloneWeekdaySymbols:"); late final _sel_setShortStandaloneWeekdaySymbols_1 = - _registerName1("setShortStandaloneWeekdaySymbols:"); + _registerName1("setShortStandaloneWeekdaySymbols:"); late final _sel_setVeryShortStandaloneWeekdaySymbols_1 = - _registerName1("setVeryShortStandaloneWeekdaySymbols:"); + _registerName1("setVeryShortStandaloneWeekdaySymbols:"); late final _sel_setQuarterSymbols_1 = _registerName1("setQuarterSymbols:"); late final _sel_setShortQuarterSymbols_1 = - _registerName1("setShortQuarterSymbols:"); + _registerName1("setShortQuarterSymbols:"); late final _sel_setStandaloneQuarterSymbols_1 = - _registerName1("setStandaloneQuarterSymbols:"); + _registerName1("setStandaloneQuarterSymbols:"); late final _sel_setShortStandaloneQuarterSymbols_1 = - _registerName1("setShortStandaloneQuarterSymbols:"); + _registerName1("setShortStandaloneQuarterSymbols:"); late final _sel_gregorianStartDate1 = _registerName1("gregorianStartDate"); late final _sel_setGregorianStartDate_1 = - _registerName1("setGregorianStartDate:"); + _registerName1("setGregorianStartDate:"); late final _sel_doesRelativeDateFormatting1 = - _registerName1("doesRelativeDateFormatting"); + _registerName1("doesRelativeDateFormatting"); late final _sel_setDoesRelativeDateFormatting_1 = - _registerName1("setDoesRelativeDateFormatting:"); + _registerName1("setDoesRelativeDateFormatting:"); late final _sel_initWithDateFormat_allowNaturalLanguage_1 = - _registerName1("initWithDateFormat:allowNaturalLanguage:"); + _registerName1("initWithDateFormat:allowNaturalLanguage:"); late final _sel_allowsNaturalLanguage1 = - _registerName1("allowsNaturalLanguage"); + _registerName1("allowsNaturalLanguage"); late final _class_NSNumberFormatter1 = _getClass1("NSNumberFormatter"); late final _sel_stringFromNumber_1 = _registerName1("stringFromNumber:"); ffi.Pointer _objc_msgSend_732( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer number, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer number, + ) { return __objc_msgSend_732( obj, sel, @@ -20911,10 +20911,10 @@ class SentryCocoa { late final _sel_numberFromString_1 = _registerName1("numberFromString:"); ffi.Pointer _objc_msgSend_733( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ) { return __objc_msgSend_733( obj, sel, @@ -20931,13 +20931,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_localizedStringFromNumber_numberStyle_1 = - _registerName1("localizedStringFromNumber:numberStyle:"); + _registerName1("localizedStringFromNumber:numberStyle:"); ffi.Pointer _objc_msgSend_734( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer num, - int nstyle, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer num, + int nstyle, + ) { return __objc_msgSend_734( obj, sel, @@ -20958,9 +20958,9 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); int _objc_msgSend_735( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_735( obj, sel, @@ -20975,10 +20975,10 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); void _objc_msgSend_736( - ffi.Pointer obj, - ffi.Pointer sel, - int behavior, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int behavior, + ) { return __objc_msgSend_736( obj, sel, @@ -20995,9 +20995,9 @@ class SentryCocoa { late final _sel_numberStyle1 = _registerName1("numberStyle"); int _objc_msgSend_737( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_737( obj, sel, @@ -21013,10 +21013,10 @@ class SentryCocoa { late final _sel_setNumberStyle_1 = _registerName1("setNumberStyle:"); void _objc_msgSend_738( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_738( obj, sel, @@ -21032,14 +21032,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_generatesDecimalNumbers1 = - _registerName1("generatesDecimalNumbers"); + _registerName1("generatesDecimalNumbers"); late final _sel_setGeneratesDecimalNumbers_1 = - _registerName1("setGeneratesDecimalNumbers:"); + _registerName1("setGeneratesDecimalNumbers:"); void _objc_msgSend_739( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_739( obj, sel, @@ -21057,68 +21057,68 @@ class SentryCocoa { late final _sel_negativeFormat1 = _registerName1("negativeFormat"); late final _sel_setNegativeFormat_1 = _registerName1("setNegativeFormat:"); late final _sel_textAttributesForNegativeValues1 = - _registerName1("textAttributesForNegativeValues"); + _registerName1("textAttributesForNegativeValues"); late final _sel_setTextAttributesForNegativeValues_1 = - _registerName1("setTextAttributesForNegativeValues:"); + _registerName1("setTextAttributesForNegativeValues:"); late final _sel_positiveFormat1 = _registerName1("positiveFormat"); late final _sel_setPositiveFormat_1 = _registerName1("setPositiveFormat:"); late final _sel_textAttributesForPositiveValues1 = - _registerName1("textAttributesForPositiveValues"); + _registerName1("textAttributesForPositiveValues"); late final _sel_setTextAttributesForPositiveValues_1 = - _registerName1("setTextAttributesForPositiveValues:"); + _registerName1("setTextAttributesForPositiveValues:"); late final _sel_allowsFloats1 = _registerName1("allowsFloats"); late final _sel_setAllowsFloats_1 = _registerName1("setAllowsFloats:"); late final _sel_setDecimalSeparator_1 = - _registerName1("setDecimalSeparator:"); + _registerName1("setDecimalSeparator:"); late final _sel_alwaysShowsDecimalSeparator1 = - _registerName1("alwaysShowsDecimalSeparator"); + _registerName1("alwaysShowsDecimalSeparator"); late final _sel_setAlwaysShowsDecimalSeparator_1 = - _registerName1("setAlwaysShowsDecimalSeparator:"); + _registerName1("setAlwaysShowsDecimalSeparator:"); late final _sel_currencyDecimalSeparator1 = - _registerName1("currencyDecimalSeparator"); + _registerName1("currencyDecimalSeparator"); late final _sel_setCurrencyDecimalSeparator_1 = - _registerName1("setCurrencyDecimalSeparator:"); + _registerName1("setCurrencyDecimalSeparator:"); late final _sel_usesGroupingSeparator1 = - _registerName1("usesGroupingSeparator"); + _registerName1("usesGroupingSeparator"); late final _sel_setUsesGroupingSeparator_1 = - _registerName1("setUsesGroupingSeparator:"); + _registerName1("setUsesGroupingSeparator:"); late final _sel_setGroupingSeparator_1 = - _registerName1("setGroupingSeparator:"); + _registerName1("setGroupingSeparator:"); late final _sel_zeroSymbol1 = _registerName1("zeroSymbol"); late final _sel_setZeroSymbol_1 = _registerName1("setZeroSymbol:"); late final _sel_textAttributesForZero1 = - _registerName1("textAttributesForZero"); + _registerName1("textAttributesForZero"); late final _sel_setTextAttributesForZero_1 = - _registerName1("setTextAttributesForZero:"); + _registerName1("setTextAttributesForZero:"); late final _sel_nilSymbol1 = _registerName1("nilSymbol"); late final _sel_setNilSymbol_1 = _registerName1("setNilSymbol:"); late final _sel_textAttributesForNil1 = - _registerName1("textAttributesForNil"); + _registerName1("textAttributesForNil"); late final _sel_setTextAttributesForNil_1 = - _registerName1("setTextAttributesForNil:"); + _registerName1("setTextAttributesForNil:"); late final _sel_notANumberSymbol1 = _registerName1("notANumberSymbol"); late final _sel_setNotANumberSymbol_1 = - _registerName1("setNotANumberSymbol:"); + _registerName1("setNotANumberSymbol:"); late final _sel_textAttributesForNotANumber1 = - _registerName1("textAttributesForNotANumber"); + _registerName1("textAttributesForNotANumber"); late final _sel_setTextAttributesForNotANumber_1 = - _registerName1("setTextAttributesForNotANumber:"); + _registerName1("setTextAttributesForNotANumber:"); late final _sel_positiveInfinitySymbol1 = - _registerName1("positiveInfinitySymbol"); + _registerName1("positiveInfinitySymbol"); late final _sel_setPositiveInfinitySymbol_1 = - _registerName1("setPositiveInfinitySymbol:"); + _registerName1("setPositiveInfinitySymbol:"); late final _sel_textAttributesForPositiveInfinity1 = - _registerName1("textAttributesForPositiveInfinity"); + _registerName1("textAttributesForPositiveInfinity"); late final _sel_setTextAttributesForPositiveInfinity_1 = - _registerName1("setTextAttributesForPositiveInfinity:"); + _registerName1("setTextAttributesForPositiveInfinity:"); late final _sel_negativeInfinitySymbol1 = - _registerName1("negativeInfinitySymbol"); + _registerName1("negativeInfinitySymbol"); late final _sel_setNegativeInfinitySymbol_1 = - _registerName1("setNegativeInfinitySymbol:"); + _registerName1("setNegativeInfinitySymbol:"); late final _sel_textAttributesForNegativeInfinity1 = - _registerName1("textAttributesForNegativeInfinity"); + _registerName1("textAttributesForNegativeInfinity"); late final _sel_setTextAttributesForNegativeInfinity_1 = - _registerName1("setTextAttributesForNegativeInfinity:"); + _registerName1("setTextAttributesForNegativeInfinity:"); late final _sel_positivePrefix1 = _registerName1("positivePrefix"); late final _sel_setPositivePrefix_1 = _registerName1("setPositivePrefix:"); late final _sel_positiveSuffix1 = _registerName1("positiveSuffix"); @@ -21130,9 +21130,9 @@ class SentryCocoa { late final _sel_setCurrencyCode_1 = _registerName1("setCurrencyCode:"); late final _sel_setCurrencySymbol_1 = _registerName1("setCurrencySymbol:"); late final _sel_internationalCurrencySymbol1 = - _registerName1("internationalCurrencySymbol"); + _registerName1("internationalCurrencySymbol"); late final _sel_setInternationalCurrencySymbol_1 = - _registerName1("setInternationalCurrencySymbol:"); + _registerName1("setInternationalCurrencySymbol:"); late final _sel_percentSymbol1 = _registerName1("percentSymbol"); late final _sel_setPercentSymbol_1 = _registerName1("setPercentSymbol:"); late final _sel_perMillSymbol1 = _registerName1("perMillSymbol"); @@ -21146,21 +21146,21 @@ class SentryCocoa { late final _sel_groupingSize1 = _registerName1("groupingSize"); late final _sel_setGroupingSize_1 = _registerName1("setGroupingSize:"); late final _sel_secondaryGroupingSize1 = - _registerName1("secondaryGroupingSize"); + _registerName1("secondaryGroupingSize"); late final _sel_setSecondaryGroupingSize_1 = - _registerName1("setSecondaryGroupingSize:"); + _registerName1("setSecondaryGroupingSize:"); late final _sel_multiplier1 = _registerName1("multiplier"); late final _sel_setMultiplier_1 = _registerName1("setMultiplier:"); late final _sel_formatWidth1 = _registerName1("formatWidth"); late final _sel_setFormatWidth_1 = _registerName1("setFormatWidth:"); late final _sel_paddingCharacter1 = _registerName1("paddingCharacter"); late final _sel_setPaddingCharacter_1 = - _registerName1("setPaddingCharacter:"); + _registerName1("setPaddingCharacter:"); late final _sel_paddingPosition1 = _registerName1("paddingPosition"); int _objc_msgSend_740( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_740( obj, sel, @@ -21176,10 +21176,10 @@ class SentryCocoa { late final _sel_setPaddingPosition_1 = _registerName1("setPaddingPosition:"); void _objc_msgSend_741( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_741( obj, sel, @@ -21196,9 +21196,9 @@ class SentryCocoa { late final _sel_roundingMode1 = _registerName1("roundingMode"); int _objc_msgSend_742( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_742( obj, sel, @@ -21214,10 +21214,10 @@ class SentryCocoa { late final _sel_setRoundingMode_1 = _registerName1("setRoundingMode:"); void _objc_msgSend_743( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_743( obj, sel, @@ -21234,67 +21234,67 @@ class SentryCocoa { late final _sel_roundingIncrement1 = _registerName1("roundingIncrement"); late final _sel_setRoundingIncrement_1 = - _registerName1("setRoundingIncrement:"); + _registerName1("setRoundingIncrement:"); late final _sel_minimumIntegerDigits1 = - _registerName1("minimumIntegerDigits"); + _registerName1("minimumIntegerDigits"); late final _sel_setMinimumIntegerDigits_1 = - _registerName1("setMinimumIntegerDigits:"); + _registerName1("setMinimumIntegerDigits:"); late final _sel_maximumIntegerDigits1 = - _registerName1("maximumIntegerDigits"); + _registerName1("maximumIntegerDigits"); late final _sel_setMaximumIntegerDigits_1 = - _registerName1("setMaximumIntegerDigits:"); + _registerName1("setMaximumIntegerDigits:"); late final _sel_minimumFractionDigits1 = - _registerName1("minimumFractionDigits"); + _registerName1("minimumFractionDigits"); late final _sel_setMinimumFractionDigits_1 = - _registerName1("setMinimumFractionDigits:"); + _registerName1("setMinimumFractionDigits:"); late final _sel_maximumFractionDigits1 = - _registerName1("maximumFractionDigits"); + _registerName1("maximumFractionDigits"); late final _sel_setMaximumFractionDigits_1 = - _registerName1("setMaximumFractionDigits:"); + _registerName1("setMaximumFractionDigits:"); late final _sel_minimum1 = _registerName1("minimum"); late final _sel_setMinimum_1 = _registerName1("setMinimum:"); late final _sel_maximum1 = _registerName1("maximum"); late final _sel_setMaximum_1 = _registerName1("setMaximum:"); late final _sel_currencyGroupingSeparator1 = - _registerName1("currencyGroupingSeparator"); + _registerName1("currencyGroupingSeparator"); late final _sel_setCurrencyGroupingSeparator_1 = - _registerName1("setCurrencyGroupingSeparator:"); + _registerName1("setCurrencyGroupingSeparator:"); late final _sel_usesSignificantDigits1 = - _registerName1("usesSignificantDigits"); + _registerName1("usesSignificantDigits"); late final _sel_setUsesSignificantDigits_1 = - _registerName1("setUsesSignificantDigits:"); + _registerName1("setUsesSignificantDigits:"); late final _sel_minimumSignificantDigits1 = - _registerName1("minimumSignificantDigits"); + _registerName1("minimumSignificantDigits"); late final _sel_setMinimumSignificantDigits_1 = - _registerName1("setMinimumSignificantDigits:"); + _registerName1("setMinimumSignificantDigits:"); late final _sel_maximumSignificantDigits1 = - _registerName1("maximumSignificantDigits"); + _registerName1("maximumSignificantDigits"); late final _sel_setMaximumSignificantDigits_1 = - _registerName1("setMaximumSignificantDigits:"); + _registerName1("setMaximumSignificantDigits:"); late final _sel_isPartialStringValidationEnabled1 = - _registerName1("isPartialStringValidationEnabled"); + _registerName1("isPartialStringValidationEnabled"); late final _sel_setPartialStringValidationEnabled_1 = - _registerName1("setPartialStringValidationEnabled:"); + _registerName1("setPartialStringValidationEnabled:"); late final _sel_hasThousandSeparators1 = - _registerName1("hasThousandSeparators"); + _registerName1("hasThousandSeparators"); late final _sel_setHasThousandSeparators_1 = - _registerName1("setHasThousandSeparators:"); + _registerName1("setHasThousandSeparators:"); late final _sel_thousandSeparator1 = _registerName1("thousandSeparator"); late final _sel_setThousandSeparator_1 = - _registerName1("setThousandSeparator:"); + _registerName1("setThousandSeparator:"); late final _sel_localizesFormat1 = _registerName1("localizesFormat"); late final _sel_setLocalizesFormat_1 = _registerName1("setLocalizesFormat:"); late final _sel_format1 = _registerName1("format"); late final _sel_setFormat_1 = _registerName1("setFormat:"); late final _sel_attributedStringForZero1 = - _registerName1("attributedStringForZero"); + _registerName1("attributedStringForZero"); late final _sel_setAttributedStringForZero_1 = - _registerName1("setAttributedStringForZero:"); + _registerName1("setAttributedStringForZero:"); void _objc_msgSend_744( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_744( obj, sel, @@ -21311,21 +21311,21 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attributedStringForNil1 = - _registerName1("attributedStringForNil"); + _registerName1("attributedStringForNil"); late final _sel_setAttributedStringForNil_1 = - _registerName1("setAttributedStringForNil:"); + _registerName1("setAttributedStringForNil:"); late final _sel_attributedStringForNotANumber1 = - _registerName1("attributedStringForNotANumber"); + _registerName1("attributedStringForNotANumber"); late final _sel_setAttributedStringForNotANumber_1 = - _registerName1("setAttributedStringForNotANumber:"); + _registerName1("setAttributedStringForNotANumber:"); late final _class_NSDecimalNumberHandler1 = - _getClass1("NSDecimalNumberHandler"); + _getClass1("NSDecimalNumberHandler"); late final _sel_defaultDecimalNumberHandler1 = - _registerName1("defaultDecimalNumberHandler"); + _registerName1("defaultDecimalNumberHandler"); ffi.Pointer _objc_msgSend_745( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_745( obj, sel, @@ -21341,18 +21341,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = - _registerName1( - "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + _registerName1( + "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); instancetype _objc_msgSend_746( - ffi.Pointer obj, - ffi.Pointer sel, - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero, + ) { return __objc_msgSend_746( obj, sel, @@ -21381,16 +21381,16 @@ class SentryCocoa { int, bool, bool, bool, bool)>(); late final _sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1 = - _registerName1( - "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); + _registerName1( + "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:"); late final _sel_roundingBehavior1 = _registerName1("roundingBehavior"); late final _sel_setRoundingBehavior_1 = - _registerName1("setRoundingBehavior:"); + _registerName1("setRoundingBehavior:"); void _objc_msgSend_747( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_747( obj, sel, @@ -21410,14 +21410,14 @@ class SentryCocoa { late final _sel_scanLocation1 = _registerName1("scanLocation"); late final _sel_setScanLocation_1 = _registerName1("setScanLocation:"); late final _sel_charactersToBeSkipped1 = - _registerName1("charactersToBeSkipped"); + _registerName1("charactersToBeSkipped"); late final _sel_setCharactersToBeSkipped_1 = - _registerName1("setCharactersToBeSkipped:"); + _registerName1("setCharactersToBeSkipped:"); void _objc_msgSend_748( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_748( obj, sel, @@ -21437,10 +21437,10 @@ class SentryCocoa { late final _sel_setCaseSensitive_1 = _registerName1("setCaseSensitive:"); late final _sel_scanInt_1 = _registerName1("scanInt:"); bool _objc_msgSend_749( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_749( obj, sel, @@ -21458,10 +21458,10 @@ class SentryCocoa { late final _sel_scanInteger_1 = _registerName1("scanInteger:"); bool _objc_msgSend_750( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_750( obj, sel, @@ -21479,10 +21479,10 @@ class SentryCocoa { late final _sel_scanLongLong_1 = _registerName1("scanLongLong:"); bool _objc_msgSend_751( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_751( obj, sel, @@ -21499,12 +21499,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_scanUnsignedLongLong_1 = - _registerName1("scanUnsignedLongLong:"); + _registerName1("scanUnsignedLongLong:"); bool _objc_msgSend_752( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_752( obj, sel, @@ -21522,10 +21522,10 @@ class SentryCocoa { late final _sel_scanFloat_1 = _registerName1("scanFloat:"); bool _objc_msgSend_753( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_753( obj, sel, @@ -21543,10 +21543,10 @@ class SentryCocoa { late final _sel_scanDouble_1 = _registerName1("scanDouble:"); bool _objc_msgSend_754( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_754( obj, sel, @@ -21564,10 +21564,10 @@ class SentryCocoa { late final _sel_scanHexInt_1 = _registerName1("scanHexInt:"); bool _objc_msgSend_755( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ) { return __objc_msgSend_755( obj, sel, @@ -21587,13 +21587,13 @@ class SentryCocoa { late final _sel_scanHexFloat_1 = _registerName1("scanHexFloat:"); late final _sel_scanHexDouble_1 = _registerName1("scanHexDouble:"); late final _sel_scanString_intoString_1 = - _registerName1("scanString:intoString:"); + _registerName1("scanString:intoString:"); bool _objc_msgSend_756( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - ffi.Pointer> result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + ffi.Pointer> result, + ) { return __objc_msgSend_756( obj, sel, @@ -21614,13 +21614,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_scanCharactersFromSet_intoString_1 = - _registerName1("scanCharactersFromSet:intoString:"); + _registerName1("scanCharactersFromSet:intoString:"); bool _objc_msgSend_757( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer set1, - ffi.Pointer> result, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer set1, + ffi.Pointer> result, + ) { return __objc_msgSend_757( obj, sel, @@ -21641,19 +21641,19 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_scanUpToString_intoString_1 = - _registerName1("scanUpToString:intoString:"); + _registerName1("scanUpToString:intoString:"); late final _sel_scanUpToCharactersFromSet_intoString_1 = - _registerName1("scanUpToCharactersFromSet:intoString:"); + _registerName1("scanUpToCharactersFromSet:intoString:"); late final _sel_isAtEnd1 = _registerName1("isAtEnd"); late final _sel_scannerWithString_1 = _registerName1("scannerWithString:"); late final _sel_localizedScannerWithString_1 = - _registerName1("localizedScannerWithString:"); + _registerName1("localizedScannerWithString:"); late final _sel_scanDecimal_1 = _registerName1("scanDecimal:"); bool _objc_msgSend_758( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dcm, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dcm, + ) { return __objc_msgSend_758( obj, sel, @@ -21671,14 +21671,14 @@ class SentryCocoa { late final _class_NSException1 = _getClass1("NSException"); late final _sel_exceptionWithName_reason_userInfo_1 = - _registerName1("exceptionWithName:reason:userInfo:"); + _registerName1("exceptionWithName:reason:userInfo:"); ffi.Pointer _objc_msgSend_759( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer reason, - ffi.Pointer userInfo, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer reason, + ffi.Pointer userInfo, + ) { return __objc_msgSend_759( obj, sel, @@ -21705,19 +21705,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithName_reason_userInfo_1 = - _registerName1("initWithName:reason:userInfo:"); + _registerName1("initWithName:reason:userInfo:"); late final _sel_reason1 = _registerName1("reason"); late final _sel_raise1 = _registerName1("raise"); late final _sel_raise_format_1 = _registerName1("raise:format:"); late final _sel_raise_format_arguments_1 = - _registerName1("raise:format:arguments:"); + _registerName1("raise:format:arguments:"); void _objc_msgSend_760( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer format, - ffi.Pointer<__va_list_tag> argList, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer format, + ffi.Pointer<__va_list_tag> argList, + ) { return __objc_msgSend_760( obj, sel, @@ -21746,13 +21746,13 @@ class SentryCocoa { late final _class_NSFileHandle1 = _getClass1("NSFileHandle"); late final _sel_availableData1 = _registerName1("availableData"); late final _sel_initWithFileDescriptor_closeOnDealloc_1 = - _registerName1("initWithFileDescriptor:closeOnDealloc:"); + _registerName1("initWithFileDescriptor:closeOnDealloc:"); instancetype _objc_msgSend_761( - ffi.Pointer obj, - ffi.Pointer sel, - int fd, - bool closeopt, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fd, + bool closeopt, + ) { return __objc_msgSend_761( obj, sel, @@ -21770,12 +21770,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, bool)>(); late final _sel_readDataToEndOfFileAndReturnError_1 = - _registerName1("readDataToEndOfFileAndReturnError:"); + _registerName1("readDataToEndOfFileAndReturnError:"); ffi.Pointer _objc_msgSend_762( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> error, + ) { return __objc_msgSend_762( obj, sel, @@ -21794,13 +21794,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_readDataUpToLength_error_1 = - _registerName1("readDataUpToLength:error:"); + _registerName1("readDataUpToLength:error:"); ffi.Pointer _objc_msgSend_763( - ffi.Pointer obj, - ffi.Pointer sel, - int length, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int length, + ffi.Pointer> error, + ) { return __objc_msgSend_763( obj, sel, @@ -21822,11 +21822,11 @@ class SentryCocoa { late final _sel_writeData_error_1 = _registerName1("writeData:error:"); bool _objc_msgSend_764( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer> error, + ) { return __objc_msgSend_764( obj, sel, @@ -21848,11 +21848,11 @@ class SentryCocoa { late final _sel_getOffset_error_1 = _registerName1("getOffset:error:"); bool _objc_msgSend_765( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer offsetInFile, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer offsetInFile, + ffi.Pointer> error, + ) { return __objc_msgSend_765( obj, sel, @@ -21876,14 +21876,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_seekToEndReturningOffset_error_1 = - _registerName1("seekToEndReturningOffset:error:"); + _registerName1("seekToEndReturningOffset:error:"); late final _sel_seekToOffset_error_1 = _registerName1("seekToOffset:error:"); bool _objc_msgSend_766( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ffi.Pointer> error, + ) { return __objc_msgSend_766( obj, sel, @@ -21904,17 +21904,17 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_truncateAtOffset_error_1 = - _registerName1("truncateAtOffset:error:"); + _registerName1("truncateAtOffset:error:"); late final _sel_synchronizeAndReturnError_1 = - _registerName1("synchronizeAndReturnError:"); + _registerName1("synchronizeAndReturnError:"); late final _sel_closeAndReturnError_1 = - _registerName1("closeAndReturnError:"); + _registerName1("closeAndReturnError:"); late final _sel_fileHandleWithStandardInput1 = - _registerName1("fileHandleWithStandardInput"); + _registerName1("fileHandleWithStandardInput"); ffi.Pointer _objc_msgSend_767( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_767( obj, sel, @@ -21930,25 +21930,25 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_fileHandleWithStandardOutput1 = - _registerName1("fileHandleWithStandardOutput"); + _registerName1("fileHandleWithStandardOutput"); late final _sel_fileHandleWithStandardError1 = - _registerName1("fileHandleWithStandardError"); + _registerName1("fileHandleWithStandardError"); late final _sel_fileHandleWithNullDevice1 = - _registerName1("fileHandleWithNullDevice"); + _registerName1("fileHandleWithNullDevice"); late final _sel_fileHandleForReadingAtPath_1 = - _registerName1("fileHandleForReadingAtPath:"); + _registerName1("fileHandleForReadingAtPath:"); late final _sel_fileHandleForWritingAtPath_1 = - _registerName1("fileHandleForWritingAtPath:"); + _registerName1("fileHandleForWritingAtPath:"); late final _sel_fileHandleForUpdatingAtPath_1 = - _registerName1("fileHandleForUpdatingAtPath:"); + _registerName1("fileHandleForUpdatingAtPath:"); late final _sel_fileHandleForReadingFromURL_error_1 = - _registerName1("fileHandleForReadingFromURL:error:"); + _registerName1("fileHandleForReadingFromURL:error:"); instancetype _objc_msgSend_768( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer> error, + ) { return __objc_msgSend_768( obj, sel, @@ -21969,30 +21969,30 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer>)>(); late final _sel_fileHandleForWritingToURL_error_1 = - _registerName1("fileHandleForWritingToURL:error:"); + _registerName1("fileHandleForWritingToURL:error:"); late final _sel_fileHandleForUpdatingURL_error_1 = - _registerName1("fileHandleForUpdatingURL:error:"); + _registerName1("fileHandleForUpdatingURL:error:"); late final _sel_readInBackgroundAndNotifyForModes_1 = - _registerName1("readInBackgroundAndNotifyForModes:"); + _registerName1("readInBackgroundAndNotifyForModes:"); late final _sel_readInBackgroundAndNotify1 = - _registerName1("readInBackgroundAndNotify"); + _registerName1("readInBackgroundAndNotify"); late final _sel_readToEndOfFileInBackgroundAndNotifyForModes_1 = - _registerName1("readToEndOfFileInBackgroundAndNotifyForModes:"); + _registerName1("readToEndOfFileInBackgroundAndNotifyForModes:"); late final _sel_readToEndOfFileInBackgroundAndNotify1 = - _registerName1("readToEndOfFileInBackgroundAndNotify"); + _registerName1("readToEndOfFileInBackgroundAndNotify"); late final _sel_acceptConnectionInBackgroundAndNotifyForModes_1 = - _registerName1("acceptConnectionInBackgroundAndNotifyForModes:"); + _registerName1("acceptConnectionInBackgroundAndNotifyForModes:"); late final _sel_acceptConnectionInBackgroundAndNotify1 = - _registerName1("acceptConnectionInBackgroundAndNotify"); + _registerName1("acceptConnectionInBackgroundAndNotify"); late final _sel_waitForDataInBackgroundAndNotifyForModes_1 = - _registerName1("waitForDataInBackgroundAndNotifyForModes:"); + _registerName1("waitForDataInBackgroundAndNotifyForModes:"); late final _sel_waitForDataInBackgroundAndNotify1 = - _registerName1("waitForDataInBackgroundAndNotify"); + _registerName1("waitForDataInBackgroundAndNotify"); late final _sel_readabilityHandler1 = _registerName1("readabilityHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_769( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_769( obj, sel, @@ -22008,12 +22008,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setReadabilityHandler_1 = - _registerName1("setReadabilityHandler:"); + _registerName1("setReadabilityHandler:"); void _objc_msgSend_770( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_770( obj, sel, @@ -22031,14 +22031,14 @@ class SentryCocoa { late final _sel_writeabilityHandler1 = _registerName1("writeabilityHandler"); late final _sel_setWriteabilityHandler_1 = - _registerName1("setWriteabilityHandler:"); + _registerName1("setWriteabilityHandler:"); late final _sel_initWithFileDescriptor_1 = - _registerName1("initWithFileDescriptor:"); + _registerName1("initWithFileDescriptor:"); instancetype _objc_msgSend_771( - ffi.Pointer obj, - ffi.Pointer sel, - int fd, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int fd, + ) { return __objc_msgSend_771( obj, sel, @@ -22061,10 +22061,10 @@ class SentryCocoa { late final _sel_seekToEndOfFile1 = _registerName1("seekToEndOfFile"); late final _sel_seekToFileOffset_1 = _registerName1("seekToFileOffset:"); void _objc_msgSend_772( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ) { return __objc_msgSend_772( obj, sel, @@ -22080,16 +22080,16 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_truncateFileAtOffset_1 = - _registerName1("truncateFileAtOffset:"); + _registerName1("truncateFileAtOffset:"); late final _sel_synchronizeFile1 = _registerName1("synchronizeFile"); late final _sel_closeFile1 = _registerName1("closeFile"); late final _class_NSHTTPCookieStorage1 = _getClass1("NSHTTPCookieStorage"); late final _sel_sharedHTTPCookieStorage1 = - _registerName1("sharedHTTPCookieStorage"); + _registerName1("sharedHTTPCookieStorage"); ffi.Pointer _objc_msgSend_773( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_773( obj, sel, @@ -22105,12 +22105,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sharedCookieStorageForGroupContainerIdentifier_1 = - _registerName1("sharedCookieStorageForGroupContainerIdentifier:"); + _registerName1("sharedCookieStorageForGroupContainerIdentifier:"); ffi.Pointer _objc_msgSend_774( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_774( obj, sel, @@ -22130,12 +22130,12 @@ class SentryCocoa { late final _class_NSHTTPCookie1 = _getClass1("NSHTTPCookie"); late final _sel_initWithProperties_1 = _registerName1("initWithProperties:"); late final _sel_cookieWithProperties_1 = - _registerName1("cookieWithProperties:"); + _registerName1("cookieWithProperties:"); ffi.Pointer _objc_msgSend_775( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer properties, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer properties, + ) { return __objc_msgSend_775( obj, sel, @@ -22152,15 +22152,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_requestHeaderFieldsWithCookies_1 = - _registerName1("requestHeaderFieldsWithCookies:"); + _registerName1("requestHeaderFieldsWithCookies:"); late final _sel_cookiesWithResponseHeaderFields_forURL_1 = - _registerName1("cookiesWithResponseHeaderFields:forURL:"); + _registerName1("cookiesWithResponseHeaderFields:forURL:"); ffi.Pointer _objc_msgSend_776( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer headerFields, - ffi.Pointer URL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer headerFields, + ffi.Pointer URL, + ) { return __objc_msgSend_776( obj, sel, @@ -22195,10 +22195,10 @@ class SentryCocoa { late final _sel_sameSitePolicy1 = _registerName1("sameSitePolicy"); late final _sel_setCookie_1 = _registerName1("setCookie:"); void _objc_msgSend_777( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookie, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookie, + ) { return __objc_msgSend_777( obj, sel, @@ -22216,17 +22216,17 @@ class SentryCocoa { late final _sel_deleteCookie_1 = _registerName1("deleteCookie:"); late final _sel_removeCookiesSinceDate_1 = - _registerName1("removeCookiesSinceDate:"); + _registerName1("removeCookiesSinceDate:"); late final _sel_cookiesForURL_1 = _registerName1("cookiesForURL:"); late final _sel_setCookies_forURL_mainDocumentURL_1 = - _registerName1("setCookies:forURL:mainDocumentURL:"); + _registerName1("setCookies:forURL:mainDocumentURL:"); void _objc_msgSend_778( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookies, - ffi.Pointer URL, - ffi.Pointer mainDocumentURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookies, + ffi.Pointer URL, + ffi.Pointer mainDocumentURL, + ) { return __objc_msgSend_778( obj, sel, @@ -22254,9 +22254,9 @@ class SentryCocoa { late final _sel_cookieAcceptPolicy1 = _registerName1("cookieAcceptPolicy"); int _objc_msgSend_779( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_779( obj, sel, @@ -22271,12 +22271,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setCookieAcceptPolicy_1 = - _registerName1("setCookieAcceptPolicy:"); + _registerName1("setCookieAcceptPolicy:"); void _objc_msgSend_780( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_780( obj, sel, @@ -22292,22 +22292,22 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_sortedCookiesUsingDescriptors_1 = - _registerName1("sortedCookiesUsingDescriptors:"); + _registerName1("sortedCookiesUsingDescriptors:"); late final _class_NSURLSessionTask1 = _getClass1("NSURLSessionTask"); late final _sel_taskIdentifier1 = _registerName1("taskIdentifier"); late final _class_NSURLRequest1 = _getClass1("NSURLRequest"); late final _sel_requestWithURL_1 = _registerName1("requestWithURL:"); late final _sel_supportsSecureCoding1 = - _registerName1("supportsSecureCoding"); + _registerName1("supportsSecureCoding"); late final _sel_requestWithURL_cachePolicy_timeoutInterval_1 = - _registerName1("requestWithURL:cachePolicy:timeoutInterval:"); + _registerName1("requestWithURL:cachePolicy:timeoutInterval:"); instancetype _objc_msgSend_781( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer URL, - int cachePolicy, - double timeoutInterval, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer URL, + int cachePolicy, + double timeoutInterval, + ) { return __objc_msgSend_781( obj, sel, @@ -22326,13 +22326,13 @@ class SentryCocoa { ffi.Pointer, int, double)>(); late final _sel_initWithURL_cachePolicy_timeoutInterval_1 = - _registerName1("initWithURL:cachePolicy:timeoutInterval:"); + _registerName1("initWithURL:cachePolicy:timeoutInterval:"); late final _sel_URL1 = _registerName1("URL"); late final _sel_cachePolicy1 = _registerName1("cachePolicy"); int _objc_msgSend_782( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_782( obj, sel, @@ -22350,9 +22350,9 @@ class SentryCocoa { late final _sel_mainDocumentURL1 = _registerName1("mainDocumentURL"); late final _sel_networkServiceType1 = _registerName1("networkServiceType"); int _objc_msgSend_783( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_783( obj, sel, @@ -22367,17 +22367,17 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_allowsCellularAccess1 = - _registerName1("allowsCellularAccess"); + _registerName1("allowsCellularAccess"); late final _sel_allowsExpensiveNetworkAccess1 = - _registerName1("allowsExpensiveNetworkAccess"); + _registerName1("allowsExpensiveNetworkAccess"); late final _sel_allowsConstrainedNetworkAccess1 = - _registerName1("allowsConstrainedNetworkAccess"); + _registerName1("allowsConstrainedNetworkAccess"); late final _sel_assumesHTTP3Capable1 = _registerName1("assumesHTTP3Capable"); late final _sel_attribution1 = _registerName1("attribution"); int _objc_msgSend_784( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_784( obj, sel, @@ -22392,11 +22392,11 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_requiresDNSSECValidation1 = - _registerName1("requiresDNSSECValidation"); + _registerName1("requiresDNSSECValidation"); late final _sel_HTTPMethod1 = _registerName1("HTTPMethod"); late final _sel_allHTTPHeaderFields1 = _registerName1("allHTTPHeaderFields"); late final _sel_valueForHTTPHeaderField_1 = - _registerName1("valueForHTTPHeaderField:"); + _registerName1("valueForHTTPHeaderField:"); late final _sel_HTTPBody1 = _registerName1("HTTPBody"); late final _class_NSInputStream1 = _getClass1("NSInputStream"); late final _class_NSStream1 = _getClass1("NSStream"); @@ -22404,9 +22404,9 @@ class SentryCocoa { late final _sel_close1 = _registerName1("close"); late final _sel_streamStatus1 = _registerName1("streamStatus"); int _objc_msgSend_785( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_785( obj, sel, @@ -22424,11 +22424,11 @@ class SentryCocoa { late final _class_NSOutputStream1 = _getClass1("NSOutputStream"); late final _sel_write_maxLength_1 = _registerName1("write:maxLength:"); int _objc_msgSend_786( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int len, + ) { return __objc_msgSend_786( obj, sel, @@ -22448,13 +22448,13 @@ class SentryCocoa { late final _sel_hasSpaceAvailable1 = _registerName1("hasSpaceAvailable"); late final _sel_initToMemory1 = _registerName1("initToMemory"); late final _sel_initToBuffer_capacity_1 = - _registerName1("initToBuffer:capacity:"); + _registerName1("initToBuffer:capacity:"); instancetype _objc_msgSend_787( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer buffer, - int capacity, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer buffer, + int capacity, + ) { return __objc_msgSend_787( obj, sel, @@ -22473,25 +22473,25 @@ class SentryCocoa { late final _sel_initWithURL_append_1 = _registerName1("initWithURL:append:"); late final _sel_initToFileAtPath_append_1 = - _registerName1("initToFileAtPath:append:"); + _registerName1("initToFileAtPath:append:"); late final _sel_outputStreamToMemory1 = - _registerName1("outputStreamToMemory"); + _registerName1("outputStreamToMemory"); late final _sel_outputStreamToBuffer_capacity_1 = - _registerName1("outputStreamToBuffer:capacity:"); + _registerName1("outputStreamToBuffer:capacity:"); late final _sel_outputStreamToFileAtPath_append_1 = - _registerName1("outputStreamToFileAtPath:append:"); + _registerName1("outputStreamToFileAtPath:append:"); late final _sel_outputStreamWithURL_append_1 = - _registerName1("outputStreamWithURL:append:"); + _registerName1("outputStreamWithURL:append:"); late final _sel_getStreamsToHostWithName_port_inputStream_outputStream_1 = - _registerName1("getStreamsToHostWithName:port:inputStream:outputStream:"); + _registerName1("getStreamsToHostWithName:port:inputStream:outputStream:"); void _objc_msgSend_788( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer hostname, - int port, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer hostname, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_788( obj, sel, @@ -22526,10 +22526,10 @@ class SentryCocoa { late final _sel_hostWithAddress_1 = _registerName1("hostWithAddress:"); late final _sel_isEqualToHost_1 = _registerName1("isEqualToHost:"); bool _objc_msgSend_789( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer aHost, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer aHost, + ) { return __objc_msgSend_789( obj, sel, @@ -22550,12 +22550,12 @@ class SentryCocoa { late final _sel_addresses1 = _registerName1("addresses"); late final _sel_localizedName1 = _registerName1("localizedName"); late final _sel_setHostCacheEnabled_1 = - _registerName1("setHostCacheEnabled:"); + _registerName1("setHostCacheEnabled:"); void _objc_msgSend_790( - ffi.Pointer obj, - ffi.Pointer sel, - bool flag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool flag, + ) { return __objc_msgSend_790( obj, sel, @@ -22573,15 +22573,15 @@ class SentryCocoa { late final _sel_isHostCacheEnabled1 = _registerName1("isHostCacheEnabled"); late final _sel_flushHostCache1 = _registerName1("flushHostCache"); late final _sel_getStreamsToHost_port_inputStream_outputStream_1 = - _registerName1("getStreamsToHost:port:inputStream:outputStream:"); + _registerName1("getStreamsToHost:port:inputStream:outputStream:"); void _objc_msgSend_791( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer host, - int port, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer host, + int port, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_791( obj, sel, @@ -22611,14 +22611,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_getBoundStreamsWithBufferSize_inputStream_outputStream_1 = - _registerName1("getBoundStreamsWithBufferSize:inputStream:outputStream:"); + _registerName1("getBoundStreamsWithBufferSize:inputStream:outputStream:"); void _objc_msgSend_792( - ffi.Pointer obj, - ffi.Pointer sel, - int bufferSize, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int bufferSize, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_792( obj, sel, @@ -22647,11 +22647,11 @@ class SentryCocoa { late final _sel_read_maxLength_1 = _registerName1("read:maxLength:"); late final _sel_getBuffer_length_1 = _registerName1("getBuffer:length:"); bool _objc_msgSend_793( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> buffer, - ffi.Pointer len, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> buffer, + ffi.Pointer len, + ) { return __objc_msgSend_793( obj, sel, @@ -22677,15 +22677,15 @@ class SentryCocoa { late final _sel_hasBytesAvailable1 = _registerName1("hasBytesAvailable"); late final _sel_initWithFileAtPath_1 = _registerName1("initWithFileAtPath:"); late final _sel_inputStreamWithData_1 = - _registerName1("inputStreamWithData:"); + _registerName1("inputStreamWithData:"); late final _sel_inputStreamWithFileAtPath_1 = - _registerName1("inputStreamWithFileAtPath:"); + _registerName1("inputStreamWithFileAtPath:"); late final _sel_inputStreamWithURL_1 = _registerName1("inputStreamWithURL:"); late final _sel_HTTPBodyStream1 = _registerName1("HTTPBodyStream"); ffi.Pointer _objc_msgSend_794( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_794( obj, sel, @@ -22701,14 +22701,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_HTTPShouldHandleCookies1 = - _registerName1("HTTPShouldHandleCookies"); + _registerName1("HTTPShouldHandleCookies"); late final _sel_HTTPShouldUsePipelining1 = - _registerName1("HTTPShouldUsePipelining"); + _registerName1("HTTPShouldUsePipelining"); late final _sel_originalRequest1 = _registerName1("originalRequest"); ffi.Pointer _objc_msgSend_795( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_795( obj, sel, @@ -22726,16 +22726,16 @@ class SentryCocoa { late final _sel_currentRequest1 = _registerName1("currentRequest"); late final _class_NSURLResponse1 = _getClass1("NSURLResponse"); late final _sel_initWithURL_MIMEType_expectedContentLength_textEncodingName_1 = - _registerName1( - "initWithURL:MIMEType:expectedContentLength:textEncodingName:"); + _registerName1( + "initWithURL:MIMEType:expectedContentLength:textEncodingName:"); instancetype _objc_msgSend_796( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer URL, - ffi.Pointer MIMEType, - int length, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer URL, + ffi.Pointer MIMEType, + int length, + ffi.Pointer name, + ) { return __objc_msgSend_796( obj, sel, @@ -22766,14 +22766,14 @@ class SentryCocoa { late final _sel_MIMEType1 = _registerName1("MIMEType"); late final _sel_expectedContentLength1 = - _registerName1("expectedContentLength"); + _registerName1("expectedContentLength"); late final _sel_textEncodingName1 = _registerName1("textEncodingName"); late final _sel_suggestedFilename1 = _registerName1("suggestedFilename"); late final _sel_response1 = _registerName1("response"); ffi.Pointer _objc_msgSend_797( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_797( obj, sel, @@ -22791,29 +22791,29 @@ class SentryCocoa { late final _sel_progress1 = _registerName1("progress"); late final _sel_earliestBeginDate1 = _registerName1("earliestBeginDate"); late final _sel_setEarliestBeginDate_1 = - _registerName1("setEarliestBeginDate:"); + _registerName1("setEarliestBeginDate:"); late final _sel_countOfBytesClientExpectsToSend1 = - _registerName1("countOfBytesClientExpectsToSend"); + _registerName1("countOfBytesClientExpectsToSend"); late final _sel_setCountOfBytesClientExpectsToSend_1 = - _registerName1("setCountOfBytesClientExpectsToSend:"); + _registerName1("setCountOfBytesClientExpectsToSend:"); late final _sel_countOfBytesClientExpectsToReceive1 = - _registerName1("countOfBytesClientExpectsToReceive"); + _registerName1("countOfBytesClientExpectsToReceive"); late final _sel_setCountOfBytesClientExpectsToReceive_1 = - _registerName1("setCountOfBytesClientExpectsToReceive:"); + _registerName1("setCountOfBytesClientExpectsToReceive:"); late final _sel_countOfBytesSent1 = _registerName1("countOfBytesSent"); late final _sel_countOfBytesReceived1 = - _registerName1("countOfBytesReceived"); + _registerName1("countOfBytesReceived"); late final _sel_countOfBytesExpectedToSend1 = - _registerName1("countOfBytesExpectedToSend"); + _registerName1("countOfBytesExpectedToSend"); late final _sel_countOfBytesExpectedToReceive1 = - _registerName1("countOfBytesExpectedToReceive"); + _registerName1("countOfBytesExpectedToReceive"); late final _sel_taskDescription1 = _registerName1("taskDescription"); late final _sel_setTaskDescription_1 = _registerName1("setTaskDescription:"); late final _sel_state1 = _registerName1("state"); int _objc_msgSend_798( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_798( obj, sel, @@ -22831,10 +22831,10 @@ class SentryCocoa { late final _sel_priority1 = _registerName1("priority"); late final _sel_setPriority_1 = _registerName1("setPriority:"); void _objc_msgSend_799( - ffi.Pointer obj, - ffi.Pointer sel, - double value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + double value, + ) { return __objc_msgSend_799( obj, sel, @@ -22850,17 +22850,17 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, double)>(); late final _sel_prefersIncrementalDelivery1 = - _registerName1("prefersIncrementalDelivery"); + _registerName1("prefersIncrementalDelivery"); late final _sel_setPrefersIncrementalDelivery_1 = - _registerName1("setPrefersIncrementalDelivery:"); + _registerName1("setPrefersIncrementalDelivery:"); late final _sel_storeCookies_forTask_1 = - _registerName1("storeCookies:forTask:"); + _registerName1("storeCookies:forTask:"); void _objc_msgSend_800( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cookies, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cookies, + ffi.Pointer task, + ) { return __objc_msgSend_800( obj, sel, @@ -22881,13 +22881,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_getCookiesForTask_completionHandler_1 = - _registerName1("getCookiesForTask:completionHandler:"); + _registerName1("getCookiesForTask:completionHandler:"); void _objc_msgSend_801( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_801( obj, sel, @@ -22910,13 +22910,13 @@ class SentryCocoa { late final _class_NSIndexPath1 = _getClass1("NSIndexPath"); late final _sel_indexPathWithIndex_1 = _registerName1("indexPathWithIndex:"); late final _sel_indexPathWithIndexes_length_1 = - _registerName1("indexPathWithIndexes:length:"); + _registerName1("indexPathWithIndexes:length:"); instancetype _objc_msgSend_802( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - int length, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + int length, + ) { return __objc_msgSend_802( obj, sel, @@ -22937,14 +22937,14 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_initWithIndexes_length_1 = - _registerName1("initWithIndexes:length:"); + _registerName1("initWithIndexes:length:"); late final _sel_indexPathByAddingIndex_1 = - _registerName1("indexPathByAddingIndex:"); + _registerName1("indexPathByAddingIndex:"); ffi.Pointer _objc_msgSend_803( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_803( obj, sel, @@ -22961,11 +22961,11 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_indexPathByRemovingLastIndex1 = - _registerName1("indexPathByRemovingLastIndex"); + _registerName1("indexPathByRemovingLastIndex"); ffi.Pointer _objc_msgSend_804( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_804( obj, sel, @@ -22983,11 +22983,11 @@ class SentryCocoa { late final _sel_indexAtPosition_1 = _registerName1("indexAtPosition:"); late final _sel_getIndexes_range_1 = _registerName1("getIndexes:range:"); void _objc_msgSend_805( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - _NSRange positionRange, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + _NSRange positionRange, + ) { return __objc_msgSend_805( obj, sel, @@ -23005,10 +23005,10 @@ class SentryCocoa { ffi.Pointer, _NSRange)>(); int _objc_msgSend_806( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherObject, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherObject, + ) { return __objc_msgSend_806( obj, sel, @@ -23026,10 +23026,10 @@ class SentryCocoa { late final _sel_getIndexes_1 = _registerName1("getIndexes:"); void _objc_msgSend_807( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer indexes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer indexes, + ) { return __objc_msgSend_807( obj, sel, @@ -23048,9 +23048,9 @@ class SentryCocoa { late final _class_NSInflectionRule1 = _getClass1("NSInflectionRule"); late final _sel_automaticRule1 = _registerName1("automaticRule"); ffi.Pointer _objc_msgSend_808( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_808( obj, sel, @@ -23067,13 +23067,13 @@ class SentryCocoa { late final _sel_canInflectLanguage_1 = _registerName1("canInflectLanguage:"); late final _sel_canInflectPreferredLocalization1 = - _registerName1("canInflectPreferredLocalization"); + _registerName1("canInflectPreferredLocalization"); late final _class_NSMorphology1 = _getClass1("NSMorphology"); late final _sel_grammaticalGender1 = _registerName1("grammaticalGender"); int _objc_msgSend_809( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_809( obj, sel, @@ -23088,12 +23088,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setGrammaticalGender_1 = - _registerName1("setGrammaticalGender:"); + _registerName1("setGrammaticalGender:"); void _objc_msgSend_810( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_810( obj, sel, @@ -23110,9 +23110,9 @@ class SentryCocoa { late final _sel_partOfSpeech1 = _registerName1("partOfSpeech"); int _objc_msgSend_811( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_811( obj, sel, @@ -23128,10 +23128,10 @@ class SentryCocoa { late final _sel_setPartOfSpeech_1 = _registerName1("setPartOfSpeech:"); void _objc_msgSend_812( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_812( obj, sel, @@ -23148,9 +23148,9 @@ class SentryCocoa { late final _sel_number1 = _registerName1("number"); int _objc_msgSend_813( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_813( obj, sel, @@ -23166,10 +23166,10 @@ class SentryCocoa { late final _sel_setNumber_1 = _registerName1("setNumber:"); void _objc_msgSend_814( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_814( obj, sel, @@ -23185,11 +23185,11 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _class_NSMorphologyCustomPronoun1 = - _getClass1("NSMorphologyCustomPronoun"); + _getClass1("NSMorphologyCustomPronoun"); late final _sel_isSupportedForLanguage_1 = - _registerName1("isSupportedForLanguage:"); + _registerName1("isSupportedForLanguage:"); late final _sel_requiredKeysForLanguage_1 = - _registerName1("requiredKeysForLanguage:"); + _registerName1("requiredKeysForLanguage:"); late final _sel_subjectForm1 = _registerName1("subjectForm"); late final _sel_setSubjectForm_1 = _registerName1("setSubjectForm:"); late final _sel_objectForm1 = _registerName1("objectForm"); @@ -23197,18 +23197,18 @@ class SentryCocoa { late final _sel_possessiveForm1 = _registerName1("possessiveForm"); late final _sel_setPossessiveForm_1 = _registerName1("setPossessiveForm:"); late final _sel_possessiveAdjectiveForm1 = - _registerName1("possessiveAdjectiveForm"); + _registerName1("possessiveAdjectiveForm"); late final _sel_setPossessiveAdjectiveForm_1 = - _registerName1("setPossessiveAdjectiveForm:"); + _registerName1("setPossessiveAdjectiveForm:"); late final _sel_reflexiveForm1 = _registerName1("reflexiveForm"); late final _sel_setReflexiveForm_1 = _registerName1("setReflexiveForm:"); late final _sel_customPronounForLanguage_1 = - _registerName1("customPronounForLanguage:"); + _registerName1("customPronounForLanguage:"); ffi.Pointer _objc_msgSend_815( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer language, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer language, + ) { return __objc_msgSend_815( obj, sel, @@ -23225,14 +23225,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setCustomPronoun_forLanguage_error_1 = - _registerName1("setCustomPronoun:forLanguage:error:"); + _registerName1("setCustomPronoun:forLanguage:error:"); bool _objc_msgSend_816( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer features, - ffi.Pointer language, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer features, + ffi.Pointer language, + ffi.Pointer> error, + ) { return __objc_msgSend_816( obj, sel, @@ -23261,9 +23261,9 @@ class SentryCocoa { late final _sel_isUnspecified1 = _registerName1("isUnspecified"); late final _sel_userMorphology1 = _registerName1("userMorphology"); ffi.Pointer _objc_msgSend_817( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_817( obj, sel, @@ -23285,10 +23285,10 @@ class SentryCocoa { late final _sel_isReady1 = _registerName1("isReady"); late final _sel_addDependency_1 = _registerName1("addDependency:"); void _objc_msgSend_818( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer op, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer op, + ) { return __objc_msgSend_818( obj, sel, @@ -23308,9 +23308,9 @@ class SentryCocoa { late final _sel_dependencies1 = _registerName1("dependencies"); late final _sel_queuePriority1 = _registerName1("queuePriority"); int _objc_msgSend_819( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_819( obj, sel, @@ -23326,10 +23326,10 @@ class SentryCocoa { late final _sel_setQueuePriority_1 = _registerName1("setQueuePriority:"); void _objc_msgSend_820( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_820( obj, sel, @@ -23349,13 +23349,13 @@ class SentryCocoa { late final _sel_waitUntilFinished1 = _registerName1("waitUntilFinished"); late final _sel_addOperation_1 = _registerName1("addOperation:"); late final _sel_addOperations_waitUntilFinished_1 = - _registerName1("addOperations:waitUntilFinished:"); + _registerName1("addOperations:waitUntilFinished:"); void _objc_msgSend_821( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer ops, - bool wait, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer ops, + bool wait, + ) { return __objc_msgSend_821( obj, sel, @@ -23373,19 +23373,19 @@ class SentryCocoa { ffi.Pointer, bool)>(); late final _sel_addOperationWithBlock_1 = - _registerName1("addOperationWithBlock:"); + _registerName1("addOperationWithBlock:"); late final _sel_addBarrierBlock_1 = _registerName1("addBarrierBlock:"); late final _sel_maxConcurrentOperationCount1 = - _registerName1("maxConcurrentOperationCount"); + _registerName1("maxConcurrentOperationCount"); late final _sel_setMaxConcurrentOperationCount_1 = - _registerName1("setMaxConcurrentOperationCount:"); + _registerName1("setMaxConcurrentOperationCount:"); late final _sel_isSuspended1 = _registerName1("isSuspended"); late final _sel_setSuspended_1 = _registerName1("setSuspended:"); late final _sel_underlyingQueue1 = _registerName1("underlyingQueue"); ffi.Pointer _objc_msgSend_822( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_822( obj, sel, @@ -23402,10 +23402,10 @@ class SentryCocoa { late final _sel_setUnderlyingQueue_1 = _registerName1("setUnderlyingQueue:"); void _objc_msgSend_823( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_823( obj, sel, @@ -23423,12 +23423,12 @@ class SentryCocoa { late final _sel_cancelAllOperations1 = _registerName1("cancelAllOperations"); late final _sel_waitUntilAllOperationsAreFinished1 = - _registerName1("waitUntilAllOperationsAreFinished"); + _registerName1("waitUntilAllOperationsAreFinished"); late final _sel_currentQueue1 = _registerName1("currentQueue"); ffi.Pointer _objc_msgSend_824( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_824( obj, sel, @@ -23449,10 +23449,10 @@ class SentryCocoa { late final _class_NSPointerArray1 = _getClass1("NSPointerArray"); late final _sel_initWithOptions_1 = _registerName1("initWithOptions:"); instancetype _objc_msgSend_825( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_825( obj, sel, @@ -23470,12 +23470,12 @@ class SentryCocoa { late final _class_NSPointerFunctions1 = _getClass1("NSPointerFunctions"); late final _sel_pointerFunctionsWithOptions_1 = - _registerName1("pointerFunctionsWithOptions:"); + _registerName1("pointerFunctionsWithOptions:"); ffi.Pointer _objc_msgSend_826( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_826( obj, sel, @@ -23493,16 +23493,16 @@ class SentryCocoa { late final _sel_hashFunction1 = _registerName1("hashFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_827( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_827( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_827( obj, sel, @@ -23510,8 +23510,19 @@ class SentryCocoa { } late final __objc_msgSend_827Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< + ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, @@ -23519,33 +23530,22 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_827 = __objc_msgSend_827Ptr.asFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setHashFunction_1 = _registerName1("setHashFunction:"); void _objc_msgSend_828( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_828( obj, sel, @@ -23554,18 +23554,18 @@ class SentryCocoa { } late final __objc_msgSend_828Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_828 = __objc_msgSend_828Ptr.asFunction< void Function( @@ -23582,17 +23582,17 @@ class SentryCocoa { late final _sel_isEqualFunction1 = _registerName1("isEqualFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_829( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_829( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_829( obj, sel, @@ -23600,8 +23600,20 @@ class SentryCocoa { } late final __objc_msgSend_829Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, @@ -23610,35 +23622,23 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_829 = __objc_msgSend_829Ptr.asFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setIsEqualFunction_1 = _registerName1("setIsEqualFunction:"); void _objc_msgSend_830( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_830( obj, sel, @@ -23647,19 +23647,19 @@ class SentryCocoa { } late final __objc_msgSend_830Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_830 = __objc_msgSend_830Ptr.asFunction< void Function( @@ -23677,11 +23677,11 @@ class SentryCocoa { late final _sel_sizeFunction1 = _registerName1("sizeFunction"); ffi.Pointer< - ffi.NativeFunction)>> - _objc_msgSend_831( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction)>> + _objc_msgSend_831( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_831( obj, sel, @@ -23689,27 +23689,27 @@ class SentryCocoa { } late final __objc_msgSend_831Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>>( + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>>( 'objc_msgSend'); late final __objc_msgSend_831 = __objc_msgSend_831Ptr.asFunction< ffi.Pointer< - ffi + ffi .NativeFunction)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setSizeFunction_1 = _registerName1("setSizeFunction:"); void _objc_msgSend_832( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi - .NativeFunction)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi + .NativeFunction)>> + value, + ) { return __objc_msgSend_832( obj, sel, @@ -23736,12 +23736,12 @@ class SentryCocoa { late final _sel_descriptionFunction1 = _registerName1("descriptionFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - _objc_msgSend_833( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + _objc_msgSend_833( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_833( obj, sel, @@ -23749,30 +23749,30 @@ class SentryCocoa { } late final __objc_msgSend_833Ptr = - _lookup< - ffi.NativeFunction< - ffi.Pointer< + _lookup< ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); late final __objc_msgSend_833 = __objc_msgSend_833Ptr.asFunction< ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - Function(ffi.Pointer, ffi.Pointer)>(); + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDescriptionFunction_1 = - _registerName1("setDescriptionFunction:"); + _registerName1("setDescriptionFunction:"); void _objc_msgSend_834( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + value, + ) { return __objc_msgSend_834( obj, sel, @@ -23799,16 +23799,16 @@ class SentryCocoa { late final _sel_relinquishFunction1 = _registerName1("relinquishFunction"); ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - _objc_msgSend_835( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + _objc_msgSend_835( + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_835( obj, sel, @@ -23816,8 +23816,19 @@ class SentryCocoa { } late final __objc_msgSend_835Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, @@ -23825,34 +23836,23 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_835 = __objc_msgSend_835Ptr.asFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setRelinquishFunction_1 = - _registerName1("setRelinquishFunction:"); + _registerName1("setRelinquishFunction:"); void _objc_msgSend_836( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value, + ) { return __objc_msgSend_836( obj, sel, @@ -23861,18 +23861,18 @@ class SentryCocoa { } late final __objc_msgSend_836Ptr = _lookup< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>>)>>( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>>)>>( 'objc_msgSend'); late final __objc_msgSend_836 = __objc_msgSend_836Ptr.asFunction< void Function( @@ -23896,9 +23896,9 @@ class SentryCocoa { ffi.NativeFunction< ffi.UnsignedLong Function(ffi.Pointer)>>, ffi.Bool)>> _objc_msgSend_837( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_837( obj, sel, @@ -23906,8 +23906,20 @@ class SentryCocoa { } late final __objc_msgSend_837Ptr = _lookup< - ffi.NativeFunction< - ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>, + ffi.Bool)>> + Function(ffi.Pointer, ffi.Pointer)>>( + 'objc_msgSend'); + late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< + ffi.Pointer< ffi.NativeFunction< ffi.Pointer Function( ffi.Pointer, @@ -23916,34 +23928,22 @@ class SentryCocoa { ffi.UnsignedLong Function( ffi.Pointer)>>, ffi.Bool)>> - Function(ffi.Pointer, ffi.Pointer)>>( - 'objc_msgSend'); - late final __objc_msgSend_837 = __objc_msgSend_837Ptr.asFunction< - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>, - ffi.Bool)>> - Function(ffi.Pointer, ffi.Pointer)>(); + Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setAcquireFunction_1 = _registerName1("setAcquireFunction:"); void _objc_msgSend_838( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>, - ffi.Bool)>> - value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function(ffi.Pointer)>>, + ffi.Bool)>> + value, + ) { return __objc_msgSend_838( obj, sel, @@ -23980,20 +23980,20 @@ class SentryCocoa { ffi.Bool)>>)>(); late final _sel_usesStrongWriteBarrier1 = - _registerName1("usesStrongWriteBarrier"); + _registerName1("usesStrongWriteBarrier"); late final _sel_setUsesStrongWriteBarrier_1 = - _registerName1("setUsesStrongWriteBarrier:"); + _registerName1("setUsesStrongWriteBarrier:"); late final _sel_usesWeakReadAndWriteBarriers1 = - _registerName1("usesWeakReadAndWriteBarriers"); + _registerName1("usesWeakReadAndWriteBarriers"); late final _sel_setUsesWeakReadAndWriteBarriers_1 = - _registerName1("setUsesWeakReadAndWriteBarriers:"); + _registerName1("setUsesWeakReadAndWriteBarriers:"); late final _sel_initWithPointerFunctions_1 = - _registerName1("initWithPointerFunctions:"); + _registerName1("initWithPointerFunctions:"); instancetype _objc_msgSend_839( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer functions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer functions, + ) { return __objc_msgSend_839( obj, sel, @@ -24010,12 +24010,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_pointerArrayWithOptions_1 = - _registerName1("pointerArrayWithOptions:"); + _registerName1("pointerArrayWithOptions:"); ffi.Pointer _objc_msgSend_840( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_840( obj, sel, @@ -24032,12 +24032,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_pointerArrayWithPointerFunctions_1 = - _registerName1("pointerArrayWithPointerFunctions:"); + _registerName1("pointerArrayWithPointerFunctions:"); ffi.Pointer _objc_msgSend_841( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer functions, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer functions, + ) { return __objc_msgSend_841( obj, sel, @@ -24055,9 +24055,9 @@ class SentryCocoa { late final _sel_pointerFunctions1 = _registerName1("pointerFunctions"); ffi.Pointer _objc_msgSend_842( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_842( obj, sel, @@ -24074,10 +24074,10 @@ class SentryCocoa { late final _sel_pointerAtIndex_1 = _registerName1("pointerAtIndex:"); ffi.Pointer _objc_msgSend_843( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_843( obj, sel, @@ -24095,17 +24095,17 @@ class SentryCocoa { late final _sel_addPointer_1 = _registerName1("addPointer:"); late final _sel_removePointerAtIndex_1 = - _registerName1("removePointerAtIndex:"); + _registerName1("removePointerAtIndex:"); late final _sel_insertPointer_atIndex_1 = - _registerName1("insertPointer:atIndex:"); + _registerName1("insertPointer:atIndex:"); late final _sel_replacePointerAtIndex_withPointer_1 = - _registerName1("replacePointerAtIndex:withPointer:"); + _registerName1("replacePointerAtIndex:withPointer:"); void _objc_msgSend_844( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer item, + ) { return __objc_msgSend_844( obj, sel, @@ -24125,15 +24125,15 @@ class SentryCocoa { late final _sel_compact1 = _registerName1("compact"); late final _sel_setCount_1 = _registerName1("setCount:"); late final _sel_pointerArrayWithStrongObjects1 = - _registerName1("pointerArrayWithStrongObjects"); + _registerName1("pointerArrayWithStrongObjects"); late final _sel_pointerArrayWithWeakObjects1 = - _registerName1("pointerArrayWithWeakObjects"); + _registerName1("pointerArrayWithWeakObjects"); late final _sel_strongObjectsPointerArray1 = - _registerName1("strongObjectsPointerArray"); + _registerName1("strongObjectsPointerArray"); ffi.Pointer _objc_msgSend_845( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_845( obj, sel, @@ -24149,13 +24149,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_weakObjectsPointerArray1 = - _registerName1("weakObjectsPointerArray"); + _registerName1("weakObjectsPointerArray"); late final _class_NSProcessInfo1 = _getClass1("NSProcessInfo"); late final _sel_processInfo1 = _registerName1("processInfo"); ffi.Pointer _objc_msgSend_846( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_846( obj, sel, @@ -24176,18 +24176,18 @@ class SentryCocoa { late final _sel_setProcessName_1 = _registerName1("setProcessName:"); late final _sel_processIdentifier1 = _registerName1("processIdentifier"); late final _sel_globallyUniqueString1 = - _registerName1("globallyUniqueString"); + _registerName1("globallyUniqueString"); late final _sel_operatingSystem1 = _registerName1("operatingSystem"); late final _sel_operatingSystemName1 = _registerName1("operatingSystemName"); late final _sel_operatingSystemVersionString1 = - _registerName1("operatingSystemVersionString"); + _registerName1("operatingSystemVersionString"); late final _sel_operatingSystemVersion1 = - _registerName1("operatingSystemVersion"); + _registerName1("operatingSystemVersion"); void _objc_msgSend_847( - ffi.Pointer stret, - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer stret, + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_847( stret, obj, @@ -24207,15 +24207,15 @@ class SentryCocoa { late final _sel_processorCount1 = _registerName1("processorCount"); late final _sel_activeProcessorCount1 = - _registerName1("activeProcessorCount"); + _registerName1("activeProcessorCount"); late final _sel_physicalMemory1 = _registerName1("physicalMemory"); late final _sel_isOperatingSystemAtLeastVersion_1 = - _registerName1("isOperatingSystemAtLeastVersion:"); + _registerName1("isOperatingSystemAtLeastVersion:"); bool _objc_msgSend_848( - ffi.Pointer obj, - ffi.Pointer sel, - NSOperatingSystemVersion version, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + NSOperatingSystemVersion version, + ) { return __objc_msgSend_848( obj, sel, @@ -24233,25 +24233,25 @@ class SentryCocoa { late final _sel_systemUptime1 = _registerName1("systemUptime"); late final _sel_disableSuddenTermination1 = - _registerName1("disableSuddenTermination"); + _registerName1("disableSuddenTermination"); late final _sel_enableSuddenTermination1 = - _registerName1("enableSuddenTermination"); + _registerName1("enableSuddenTermination"); late final _sel_disableAutomaticTermination_1 = - _registerName1("disableAutomaticTermination:"); + _registerName1("disableAutomaticTermination:"); late final _sel_enableAutomaticTermination_1 = - _registerName1("enableAutomaticTermination:"); + _registerName1("enableAutomaticTermination:"); late final _sel_automaticTerminationSupportEnabled1 = - _registerName1("automaticTerminationSupportEnabled"); + _registerName1("automaticTerminationSupportEnabled"); late final _sel_setAutomaticTerminationSupportEnabled_1 = - _registerName1("setAutomaticTerminationSupportEnabled:"); + _registerName1("setAutomaticTerminationSupportEnabled:"); late final _sel_beginActivityWithOptions_reason_1 = - _registerName1("beginActivityWithOptions:reason:"); + _registerName1("beginActivityWithOptions:reason:"); ffi.Pointer _objc_msgSend_849( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer reason, + ) { return __objc_msgSend_849( obj, sel, @@ -24273,14 +24273,14 @@ class SentryCocoa { late final _sel_endActivity_1 = _registerName1("endActivity:"); late final _sel_performActivityWithOptions_reason_usingBlock_1 = - _registerName1("performActivityWithOptions:reason:usingBlock:"); + _registerName1("performActivityWithOptions:reason:usingBlock:"); void _objc_msgSend_850( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ffi.Pointer reason, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ffi.Pointer reason, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_850( obj, sel, @@ -24303,13 +24303,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_performExpiringActivityWithReason_usingBlock_1 = - _registerName1("performExpiringActivityWithReason:usingBlock:"); + _registerName1("performExpiringActivityWithReason:usingBlock:"); void _objc_msgSend_851( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer reason, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer reason, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_851( obj, sel, @@ -24333,9 +24333,9 @@ class SentryCocoa { late final _sel_fullUserName1 = _registerName1("fullUserName"); late final _sel_thermalState1 = _registerName1("thermalState"); int _objc_msgSend_852( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_852( obj, sel, @@ -24350,15 +24350,15 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_isLowPowerModeEnabled1 = - _registerName1("isLowPowerModeEnabled"); + _registerName1("isLowPowerModeEnabled"); late final _sel_isMacCatalystApp1 = _registerName1("isMacCatalystApp"); late final _sel_isiOSAppOnMac1 = _registerName1("isiOSAppOnMac"); late final _class_NSTextCheckingResult1 = _getClass1("NSTextCheckingResult"); late final _sel_resultType1 = _registerName1("resultType"); int _objc_msgSend_853( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_853( obj, sel, @@ -24375,9 +24375,9 @@ class SentryCocoa { late final _sel_range1 = _registerName1("range"); late final _sel_orthography1 = _registerName1("orthography"); ffi.Pointer _objc_msgSend_854( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_854( obj, sel, @@ -24399,14 +24399,14 @@ class SentryCocoa { late final _sel_alternativeStrings1 = _registerName1("alternativeStrings"); late final _class_NSRegularExpression1 = _getClass1("NSRegularExpression"); late final _sel_regularExpressionWithPattern_options_error_1 = - _registerName1("regularExpressionWithPattern:options:error:"); + _registerName1("regularExpressionWithPattern:options:error:"); ffi.Pointer _objc_msgSend_855( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pattern, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pattern, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_855( obj, sel, @@ -24433,14 +24433,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithPattern_options_error_1 = - _registerName1("initWithPattern:options:error:"); + _registerName1("initWithPattern:options:error:"); instancetype _objc_msgSend_856( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer pattern, - int options, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer pattern, + int options, + ffi.Pointer> error, + ) { return __objc_msgSend_856( obj, sel, @@ -24469,9 +24469,9 @@ class SentryCocoa { late final _sel_pattern1 = _registerName1("pattern"); late final _sel_options1 = _registerName1("options"); int _objc_msgSend_857( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_857( obj, sel, @@ -24486,19 +24486,19 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_numberOfCaptureGroups1 = - _registerName1("numberOfCaptureGroups"); + _registerName1("numberOfCaptureGroups"); late final _sel_escapedPatternForString_1 = - _registerName1("escapedPatternForString:"); + _registerName1("escapedPatternForString:"); late final _sel_enumerateMatchesInString_options_range_usingBlock_1 = - _registerName1("enumerateMatchesInString:options:range:usingBlock:"); + _registerName1("enumerateMatchesInString:options:range:usingBlock:"); void _objc_msgSend_858( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer<_ObjCBlock> block, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer<_ObjCBlock> block, + ) { return __objc_msgSend_858( obj, sel, @@ -24523,14 +24523,14 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer<_ObjCBlock>)>(); late final _sel_matchesInString_options_range_1 = - _registerName1("matchesInString:options:range:"); + _registerName1("matchesInString:options:range:"); ffi.Pointer _objc_msgSend_859( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_859( obj, sel, @@ -24553,14 +24553,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_numberOfMatchesInString_options_range_1 = - _registerName1("numberOfMatchesInString:options:range:"); + _registerName1("numberOfMatchesInString:options:range:"); int _objc_msgSend_860( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_860( obj, sel, @@ -24583,14 +24583,14 @@ class SentryCocoa { ffi.Pointer, int, _NSRange)>(); late final _sel_firstMatchInString_options_range_1 = - _registerName1("firstMatchInString:options:range:"); + _registerName1("firstMatchInString:options:range:"); ffi.Pointer _objc_msgSend_861( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_861( obj, sel, @@ -24613,15 +24613,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_rangeOfFirstMatchInString_options_range_1 = - _registerName1("rangeOfFirstMatchInString:options:range:"); + _registerName1("rangeOfFirstMatchInString:options:range:"); void _objc_msgSend_862( - ffi.Pointer<_NSRange> stret, - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ) { + ffi.Pointer<_NSRange> stret, + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ) { return __objc_msgSend_862( stret, obj, @@ -24646,16 +24646,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int, _NSRange)>(); late final _sel_stringByReplacingMatchesInString_options_range_withTemplate_1 = - _registerName1( - "stringByReplacingMatchesInString:options:range:withTemplate:"); + _registerName1( + "stringByReplacingMatchesInString:options:range:withTemplate:"); ffi.Pointer _objc_msgSend_863( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer templ, + ) { return __objc_msgSend_863( obj, sel, @@ -24685,15 +24685,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceMatchesInString_options_range_withTemplate_1 = - _registerName1("replaceMatchesInString:options:range:withTemplate:"); + _registerName1("replaceMatchesInString:options:range:withTemplate:"); int _objc_msgSend_864( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int options, - _NSRange range, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int options, + _NSRange range, + ffi.Pointer templ, + ) { return __objc_msgSend_864( obj, sel, @@ -24718,15 +24718,15 @@ class SentryCocoa { ffi.Pointer, int, _NSRange, ffi.Pointer)>(); late final _sel_replacementStringForResult_inString_offset_template_1 = - _registerName1("replacementStringForResult:inString:offset:template:"); + _registerName1("replacementStringForResult:inString:offset:template:"); ffi.Pointer _objc_msgSend_865( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer result, - ffi.Pointer string, - int offset, - ffi.Pointer templ, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer result, + ffi.Pointer string, + int offset, + ffi.Pointer templ, + ) { return __objc_msgSend_865( obj, sel, @@ -24756,12 +24756,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_escapedTemplateForString_1 = - _registerName1("escapedTemplateForString:"); + _registerName1("escapedTemplateForString:"); late final _sel_regularExpression1 = _registerName1("regularExpression"); ffi.Pointer _objc_msgSend_866( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_866( obj, sel, @@ -24781,12 +24781,12 @@ class SentryCocoa { late final _sel_rangeAtIndex_1 = _registerName1("rangeAtIndex:"); late final _sel_rangeWithName_1 = _registerName1("rangeWithName:"); late final _sel_resultByAdjustingRangesWithOffset_1 = - _registerName1("resultByAdjustingRangesWithOffset:"); + _registerName1("resultByAdjustingRangesWithOffset:"); ffi.Pointer _objc_msgSend_867( - ffi.Pointer obj, - ffi.Pointer sel, - int offset, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int offset, + ) { return __objc_msgSend_867( obj, sel, @@ -24804,13 +24804,13 @@ class SentryCocoa { late final _sel_addressComponents1 = _registerName1("addressComponents"); late final _sel_orthographyCheckingResultWithRange_orthography_1 = - _registerName1("orthographyCheckingResultWithRange:orthography:"); + _registerName1("orthographyCheckingResultWithRange:orthography:"); ffi.Pointer _objc_msgSend_868( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer orthography, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer orthography, + ) { return __objc_msgSend_868( obj, sel, @@ -24831,12 +24831,12 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_spellCheckingResultWithRange_1 = - _registerName1("spellCheckingResultWithRange:"); + _registerName1("spellCheckingResultWithRange:"); ffi.Pointer _objc_msgSend_869( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ) { return __objc_msgSend_869( obj, sel, @@ -24853,13 +24853,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, _NSRange)>(); late final _sel_grammarCheckingResultWithRange_details_1 = - _registerName1("grammarCheckingResultWithRange:details:"); + _registerName1("grammarCheckingResultWithRange:details:"); ffi.Pointer _objc_msgSend_870( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer details, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer details, + ) { return __objc_msgSend_870( obj, sel, @@ -24880,13 +24880,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dateCheckingResultWithRange_date_1 = - _registerName1("dateCheckingResultWithRange:date:"); + _registerName1("dateCheckingResultWithRange:date:"); ffi.Pointer _objc_msgSend_871( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ) { return __objc_msgSend_871( obj, sel, @@ -24907,15 +24907,15 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dateCheckingResultWithRange_date_timeZone_duration_1 = - _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); + _registerName1("dateCheckingResultWithRange:date:timeZone:duration:"); ffi.Pointer _objc_msgSend_872( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer date, - ffi.Pointer timeZone, - double duration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer date, + ffi.Pointer timeZone, + double duration, + ) { return __objc_msgSend_872( obj, sel, @@ -24945,13 +24945,13 @@ class SentryCocoa { double)>(); late final _sel_addressCheckingResultWithRange_components_1 = - _registerName1("addressCheckingResultWithRange:components:"); + _registerName1("addressCheckingResultWithRange:components:"); ffi.Pointer _objc_msgSend_873( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer components, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer components, + ) { return __objc_msgSend_873( obj, sel, @@ -24972,13 +24972,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_linkCheckingResultWithRange_URL_1 = - _registerName1("linkCheckingResultWithRange:URL:"); + _registerName1("linkCheckingResultWithRange:URL:"); ffi.Pointer _objc_msgSend_874( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer url, + ) { return __objc_msgSend_874( obj, sel, @@ -24999,13 +24999,13 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_quoteCheckingResultWithRange_replacementString_1 = - _registerName1("quoteCheckingResultWithRange:replacementString:"); + _registerName1("quoteCheckingResultWithRange:replacementString:"); ffi.Pointer _objc_msgSend_875( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ) { return __objc_msgSend_875( obj, sel, @@ -25026,21 +25026,21 @@ class SentryCocoa { ffi.Pointer, _NSRange, ffi.Pointer)>(); late final _sel_dashCheckingResultWithRange_replacementString_1 = - _registerName1("dashCheckingResultWithRange:replacementString:"); + _registerName1("dashCheckingResultWithRange:replacementString:"); late final _sel_replacementCheckingResultWithRange_replacementString_1 = - _registerName1("replacementCheckingResultWithRange:replacementString:"); + _registerName1("replacementCheckingResultWithRange:replacementString:"); late final _sel_correctionCheckingResultWithRange_replacementString_1 = - _registerName1("correctionCheckingResultWithRange:replacementString:"); + _registerName1("correctionCheckingResultWithRange:replacementString:"); late final _sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1 = - _registerName1( - "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); + _registerName1( + "correctionCheckingResultWithRange:replacementString:alternativeStrings:"); ffi.Pointer _objc_msgSend_876( - ffi.Pointer obj, - ffi.Pointer sel, - _NSRange range, - ffi.Pointer replacementString, - ffi.Pointer alternativeStrings, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + _NSRange range, + ffi.Pointer replacementString, + ffi.Pointer alternativeStrings, + ) { return __objc_msgSend_876( obj, sel, @@ -25067,15 +25067,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1 = - _registerName1( - "regularExpressionCheckingResultWithRanges:count:regularExpression:"); + _registerName1( + "regularExpressionCheckingResultWithRanges:count:regularExpression:"); ffi.Pointer _objc_msgSend_877( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_NSRange> ranges, - int count, - ffi.Pointer regularExpression, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_NSRange> ranges, + int count, + ffi.Pointer regularExpression, + ) { return __objc_msgSend_877( obj, sel, @@ -25102,15 +25102,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_phoneNumberCheckingResultWithRange_phoneNumber_1 = - _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); + _registerName1("phoneNumberCheckingResultWithRange:phoneNumber:"); late final _sel_transitInformationCheckingResultWithRange_components_1 = - _registerName1("transitInformationCheckingResultWithRange:components:"); + _registerName1("transitInformationCheckingResultWithRange:components:"); late final _class_NSURLCache1 = _getClass1("NSURLCache"); late final _sel_sharedURLCache1 = _registerName1("sharedURLCache"); ffi.Pointer _objc_msgSend_878( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_878( obj, sel, @@ -25127,10 +25127,10 @@ class SentryCocoa { late final _sel_setSharedURLCache_1 = _registerName1("setSharedURLCache:"); void _objc_msgSend_879( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_879( obj, sel, @@ -25147,14 +25147,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithMemoryCapacity_diskCapacity_diskPath_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); + _registerName1("initWithMemoryCapacity:diskCapacity:diskPath:"); instancetype _objc_msgSend_880( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer path, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer path, + ) { return __objc_msgSend_880( obj, sel, @@ -25177,14 +25177,14 @@ class SentryCocoa { int, ffi.Pointer)>(); late final _sel_initWithMemoryCapacity_diskCapacity_directoryURL_1 = - _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); + _registerName1("initWithMemoryCapacity:diskCapacity:directoryURL:"); instancetype _objc_msgSend_881( - ffi.Pointer obj, - ffi.Pointer sel, - int memoryCapacity, - int diskCapacity, - ffi.Pointer directoryURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int memoryCapacity, + int diskCapacity, + ffi.Pointer directoryURL, + ) { return __objc_msgSend_881( obj, sel, @@ -25208,13 +25208,13 @@ class SentryCocoa { late final _class_NSCachedURLResponse1 = _getClass1("NSCachedURLResponse"); late final _sel_initWithResponse_data_1 = - _registerName1("initWithResponse:data:"); + _registerName1("initWithResponse:data:"); instancetype _objc_msgSend_882( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ) { return __objc_msgSend_882( obj, sel, @@ -25235,15 +25235,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithResponse_data_userInfo_storagePolicy_1 = - _registerName1("initWithResponse:data:userInfo:storagePolicy:"); + _registerName1("initWithResponse:data:userInfo:storagePolicy:"); instancetype _objc_msgSend_883( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer response, - ffi.Pointer data, - ffi.Pointer userInfo, - int storagePolicy, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer response, + ffi.Pointer data, + ffi.Pointer userInfo, + int storagePolicy, + ) { return __objc_msgSend_883( obj, sel, @@ -25274,9 +25274,9 @@ class SentryCocoa { late final _sel_storagePolicy1 = _registerName1("storagePolicy"); int _objc_msgSend_884( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_884( obj, sel, @@ -25291,12 +25291,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_cachedResponseForRequest_1 = - _registerName1("cachedResponseForRequest:"); + _registerName1("cachedResponseForRequest:"); ffi.Pointer _objc_msgSend_885( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_885( obj, sel, @@ -25313,13 +25313,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_storeCachedResponse_forRequest_1 = - _registerName1("storeCachedResponse:forRequest:"); + _registerName1("storeCachedResponse:forRequest:"); void _objc_msgSend_886( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer request, + ) { return __objc_msgSend_886( obj, sel, @@ -25340,12 +25340,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeCachedResponseForRequest_1 = - _registerName1("removeCachedResponseForRequest:"); + _registerName1("removeCachedResponseForRequest:"); void _objc_msgSend_887( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_887( obj, sel, @@ -25362,9 +25362,9 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeAllCachedResponses1 = - _registerName1("removeAllCachedResponses"); + _registerName1("removeAllCachedResponses"); late final _sel_removeCachedResponsesSinceDate_1 = - _registerName1("removeCachedResponsesSinceDate:"); + _registerName1("removeCachedResponsesSinceDate:"); late final _sel_memoryCapacity1 = _registerName1("memoryCapacity"); late final _sel_setMemoryCapacity_1 = _registerName1("setMemoryCapacity:"); late final _sel_diskCapacity1 = _registerName1("diskCapacity"); @@ -25373,13 +25373,13 @@ class SentryCocoa { late final _sel_currentDiskUsage1 = _registerName1("currentDiskUsage"); late final _class_NSURLSessionDataTask1 = _getClass1("NSURLSessionDataTask"); late final _sel_storeCachedResponse_forDataTask_1 = - _registerName1("storeCachedResponse:forDataTask:"); + _registerName1("storeCachedResponse:forDataTask:"); void _objc_msgSend_888( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer cachedResponse, - ffi.Pointer dataTask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer cachedResponse, + ffi.Pointer dataTask, + ) { return __objc_msgSend_888( obj, sel, @@ -25400,13 +25400,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_getCachedResponseForDataTask_completionHandler_1 = - _registerName1("getCachedResponseForDataTask:completionHandler:"); + _registerName1("getCachedResponseForDataTask:completionHandler:"); void _objc_msgSend_889( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_889( obj, sel, @@ -25427,12 +25427,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_removeCachedResponseForDataTask_1 = - _registerName1("removeCachedResponseForDataTask:"); + _registerName1("removeCachedResponseForDataTask:"); void _objc_msgSend_890( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dataTask, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dataTask, + ) { return __objc_msgSend_890( obj, sel, @@ -25450,14 +25450,14 @@ class SentryCocoa { late final _class_NSURLConnection1 = _getClass1("NSURLConnection"); late final _sel_initWithRequest_delegate_startImmediately_1 = - _registerName1("initWithRequest:delegate:startImmediately:"); + _registerName1("initWithRequest:delegate:startImmediately:"); instancetype _objc_msgSend_891( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - bool startImmediately, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + bool startImmediately, + ) { return __objc_msgSend_891( obj, sel, @@ -25480,13 +25480,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_initWithRequest_delegate_1 = - _registerName1("initWithRequest:delegate:"); + _registerName1("initWithRequest:delegate:"); instancetype _objc_msgSend_892( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { return __objc_msgSend_892( obj, sel, @@ -25507,13 +25507,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_connectionWithRequest_delegate_1 = - _registerName1("connectionWithRequest:delegate:"); + _registerName1("connectionWithRequest:delegate:"); ffi.Pointer _objc_msgSend_893( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer delegate, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer delegate, + ) { return __objc_msgSend_893( obj, sel, @@ -25537,13 +25537,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_unscheduleFromRunLoop_forMode_1 = - _registerName1("unscheduleFromRunLoop:forMode:"); + _registerName1("unscheduleFromRunLoop:forMode:"); late final _sel_setDelegateQueue_1 = _registerName1("setDelegateQueue:"); void _objc_msgSend_894( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer queue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer queue, + ) { return __objc_msgSend_894( obj, sel, @@ -25561,10 +25561,10 @@ class SentryCocoa { late final _sel_canHandleRequest_1 = _registerName1("canHandleRequest:"); bool _objc_msgSend_895( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_895( obj, sel, @@ -25581,14 +25581,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_sendSynchronousRequest_returningResponse_error_1 = - _registerName1("sendSynchronousRequest:returningResponse:error:"); + _registerName1("sendSynchronousRequest:returningResponse:error:"); ffi.Pointer _objc_msgSend_896( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer> response, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer> response, + ffi.Pointer> error, + ) { return __objc_msgSend_896( obj, sel, @@ -25615,14 +25615,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_sendAsynchronousRequest_queue_completionHandler_1 = - _registerName1("sendAsynchronousRequest:queue:completionHandler:"); + _registerName1("sendAsynchronousRequest:queue:completionHandler:"); void _objc_msgSend_897( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer queue, - ffi.Pointer<_ObjCBlock> handler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer queue, + ffi.Pointer<_ObjCBlock> handler, + ) { return __objc_msgSend_897( obj, sel, @@ -25651,9 +25651,9 @@ class SentryCocoa { late final _class_NSURLCredential1 = _getClass1("NSURLCredential"); late final _sel_persistence1 = _registerName1("persistence"); int _objc_msgSend_898( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_898( obj, sel, @@ -25668,14 +25668,14 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithUser_password_persistence_1 = - _registerName1("initWithUser:password:persistence:"); + _registerName1("initWithUser:password:persistence:"); instancetype _objc_msgSend_899( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer user, - ffi.Pointer password, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer user, + ffi.Pointer password, + int persistence, + ) { return __objc_msgSend_899( obj, sel, @@ -25698,14 +25698,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_credentialWithUser_password_persistence_1 = - _registerName1("credentialWithUser:password:persistence:"); + _registerName1("credentialWithUser:password:persistence:"); ffi.Pointer _objc_msgSend_900( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer user, - ffi.Pointer password, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer user, + ffi.Pointer password, + int persistence, + ) { return __objc_msgSend_900( obj, sel, @@ -25733,14 +25733,14 @@ class SentryCocoa { late final _sel_hasPassword1 = _registerName1("hasPassword"); late final _sel_initWithIdentity_certificates_persistence_1 = - _registerName1("initWithIdentity:certificates:persistence:"); + _registerName1("initWithIdentity:certificates:persistence:"); instancetype _objc_msgSend_901( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecIdentity> identity, - ffi.Pointer certArray, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecIdentity> identity, + ffi.Pointer certArray, + int persistence, + ) { return __objc_msgSend_901( obj, sel, @@ -25763,14 +25763,14 @@ class SentryCocoa { ffi.Pointer<__SecIdentity>, ffi.Pointer, int)>(); late final _sel_credentialWithIdentity_certificates_persistence_1 = - _registerName1("credentialWithIdentity:certificates:persistence:"); + _registerName1("credentialWithIdentity:certificates:persistence:"); ffi.Pointer _objc_msgSend_902( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecIdentity> identity, - ffi.Pointer certArray, - int persistence, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecIdentity> identity, + ffi.Pointer certArray, + int persistence, + ) { return __objc_msgSend_902( obj, sel, @@ -25798,9 +25798,9 @@ class SentryCocoa { late final _sel_identity1 = _registerName1("identity"); ffi.Pointer<__SecIdentity> _objc_msgSend_903( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_903( obj, sel, @@ -25818,10 +25818,10 @@ class SentryCocoa { late final _sel_certificates1 = _registerName1("certificates"); late final _sel_initWithTrust_1 = _registerName1("initWithTrust:"); instancetype _objc_msgSend_904( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecTrust> trust, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecTrust> trust, + ) { return __objc_msgSend_904( obj, sel, @@ -25839,10 +25839,10 @@ class SentryCocoa { late final _sel_credentialForTrust_1 = _registerName1("credentialForTrust:"); ffi.Pointer _objc_msgSend_905( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<__SecTrust> trust, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<__SecTrust> trust, + ) { return __objc_msgSend_905( obj, sel, @@ -25860,16 +25860,16 @@ class SentryCocoa { late final _class_NSURLProtectionSpace1 = _getClass1("NSURLProtectionSpace"); late final _sel_initWithHost_port_protocol_realm_authenticationMethod_1 = - _registerName1("initWithHost:port:protocol:realm:authenticationMethod:"); + _registerName1("initWithHost:port:protocol:realm:authenticationMethod:"); instancetype _objc_msgSend_906( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer host, - int port, - ffi.Pointer protocol, - ffi.Pointer realm, - ffi.Pointer authenticationMethod, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer host, + int port, + ffi.Pointer protocol, + ffi.Pointer realm, + ffi.Pointer authenticationMethod, + ) { return __objc_msgSend_906( obj, sel, @@ -25902,21 +25902,21 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithProxyHost_port_type_realm_authenticationMethod_1 = - _registerName1("initWithProxyHost:port:type:realm:authenticationMethod:"); + _registerName1("initWithProxyHost:port:type:realm:authenticationMethod:"); late final _sel_realm1 = _registerName1("realm"); late final _sel_receivesCredentialSecurely1 = - _registerName1("receivesCredentialSecurely"); + _registerName1("receivesCredentialSecurely"); late final _sel_isProxy1 = _registerName1("isProxy"); late final _sel_proxyType1 = _registerName1("proxyType"); late final _sel_protocol1 = _registerName1("protocol"); late final _sel_authenticationMethod1 = - _registerName1("authenticationMethod"); + _registerName1("authenticationMethod"); late final _sel_distinguishedNames1 = _registerName1("distinguishedNames"); late final _sel_serverTrust1 = _registerName1("serverTrust"); ffi.Pointer<__SecTrust> _objc_msgSend_907( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_907( obj, sel, @@ -25932,13 +25932,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLCredentialStorage1 = - _getClass1("NSURLCredentialStorage"); + _getClass1("NSURLCredentialStorage"); late final _sel_sharedCredentialStorage1 = - _registerName1("sharedCredentialStorage"); + _registerName1("sharedCredentialStorage"); ffi.Pointer _objc_msgSend_908( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_908( obj, sel, @@ -25954,12 +25954,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_credentialsForProtectionSpace_1 = - _registerName1("credentialsForProtectionSpace:"); + _registerName1("credentialsForProtectionSpace:"); ffi.Pointer _objc_msgSend_909( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ) { return __objc_msgSend_909( obj, sel, @@ -25977,13 +25977,13 @@ class SentryCocoa { late final _sel_allCredentials1 = _registerName1("allCredentials"); late final _sel_setCredential_forProtectionSpace_1 = - _registerName1("setCredential:forProtectionSpace:"); + _registerName1("setCredential:forProtectionSpace:"); void _objc_msgSend_910( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer space, + ) { return __objc_msgSend_910( obj, sel, @@ -26004,16 +26004,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_removeCredential_forProtectionSpace_1 = - _registerName1("removeCredential:forProtectionSpace:"); + _registerName1("removeCredential:forProtectionSpace:"); late final _sel_removeCredential_forProtectionSpace_options_1 = - _registerName1("removeCredential:forProtectionSpace:options:"); + _registerName1("removeCredential:forProtectionSpace:options:"); void _objc_msgSend_911( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer space, - ffi.Pointer options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer space, + ffi.Pointer options, + ) { return __objc_msgSend_911( obj, sel, @@ -26040,12 +26040,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_defaultCredentialForProtectionSpace_1 = - _registerName1("defaultCredentialForProtectionSpace:"); + _registerName1("defaultCredentialForProtectionSpace:"); ffi.Pointer _objc_msgSend_912( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ) { return __objc_msgSend_912( obj, sel, @@ -26062,17 +26062,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setDefaultCredential_forProtectionSpace_1 = - _registerName1("setDefaultCredential:forProtectionSpace:"); + _registerName1("setDefaultCredential:forProtectionSpace:"); late final _sel_getCredentialsForProtectionSpace_task_completionHandler_1 = - _registerName1( - "getCredentialsForProtectionSpace:task:completionHandler:"); + _registerName1( + "getCredentialsForProtectionSpace:task:completionHandler:"); void _objc_msgSend_913( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer protectionSpace, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer protectionSpace, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_913( obj, sel, @@ -26099,14 +26099,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_setCredential_forProtectionSpace_task_1 = - _registerName1("setCredential:forProtectionSpace:task:"); + _registerName1("setCredential:forProtectionSpace:task:"); void _objc_msgSend_914( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer protectionSpace, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer protectionSpace, + ffi.Pointer task, + ) { return __objc_msgSend_914( obj, sel, @@ -26133,15 +26133,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removeCredential_forProtectionSpace_options_task_1 = - _registerName1("removeCredential:forProtectionSpace:options:task:"); + _registerName1("removeCredential:forProtectionSpace:options:task:"); void _objc_msgSend_915( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer credential, - ffi.Pointer protectionSpace, - ffi.Pointer options, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer credential, + ffi.Pointer protectionSpace, + ffi.Pointer options, + ffi.Pointer task, + ) { return __objc_msgSend_915( obj, sel, @@ -26171,15 +26171,15 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_getDefaultCredentialForProtectionSpace_task_completionHandler_1 = - _registerName1( - "getDefaultCredentialForProtectionSpace:task:completionHandler:"); + _registerName1( + "getDefaultCredentialForProtectionSpace:task:completionHandler:"); void _objc_msgSend_916( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer space, - ffi.Pointer task, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer space, + ffi.Pointer task, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_916( obj, sel, @@ -26206,17 +26206,17 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_setDefaultCredential_forProtectionSpace_task_1 = - _registerName1("setDefaultCredential:forProtectionSpace:task:"); + _registerName1("setDefaultCredential:forProtectionSpace:task:"); late final _class_NSURLProtocol1 = _getClass1("NSURLProtocol"); late final _sel_initWithRequest_cachedResponse_client_1 = - _registerName1("initWithRequest:cachedResponse:client:"); + _registerName1("initWithRequest:cachedResponse:client:"); instancetype _objc_msgSend_917( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer cachedResponse, - ffi.Pointer client, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer cachedResponse, + ffi.Pointer client, + ) { return __objc_msgSend_917( obj, sel, @@ -26246,9 +26246,9 @@ class SentryCocoa { late final _sel_request1 = _registerName1("request"); late final _sel_cachedResponse1 = _registerName1("cachedResponse"); ffi.Pointer _objc_msgSend_918( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_918( obj, sel, @@ -26265,12 +26265,12 @@ class SentryCocoa { late final _sel_canInitWithRequest_1 = _registerName1("canInitWithRequest:"); late final _sel_canonicalRequestForRequest_1 = - _registerName1("canonicalRequestForRequest:"); + _registerName1("canonicalRequestForRequest:"); ffi.Pointer _objc_msgSend_919( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_919( obj, sel, @@ -26287,13 +26287,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_requestIsCacheEquivalent_toRequest_1 = - _registerName1("requestIsCacheEquivalent:toRequest:"); + _registerName1("requestIsCacheEquivalent:toRequest:"); bool _objc_msgSend_920( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer a, - ffi.Pointer b, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer a, + ffi.Pointer b, + ) { return __objc_msgSend_920( obj, sel, @@ -26316,13 +26316,13 @@ class SentryCocoa { late final _sel_startLoading1 = _registerName1("startLoading"); late final _sel_stopLoading1 = _registerName1("stopLoading"); late final _sel_propertyForKey_inRequest_1 = - _registerName1("propertyForKey:inRequest:"); + _registerName1("propertyForKey:inRequest:"); ffi.Pointer _objc_msgSend_921( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_921( obj, sel, @@ -26349,10 +26349,10 @@ class SentryCocoa { late final _sel_setURL_1 = _registerName1("setURL:"); late final _sel_setCachePolicy_1 = _registerName1("setCachePolicy:"); void _objc_msgSend_922( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_922( obj, sel, @@ -26370,12 +26370,12 @@ class SentryCocoa { late final _sel_setTimeoutInterval_1 = _registerName1("setTimeoutInterval:"); late final _sel_setMainDocumentURL_1 = _registerName1("setMainDocumentURL:"); late final _sel_setNetworkServiceType_1 = - _registerName1("setNetworkServiceType:"); + _registerName1("setNetworkServiceType:"); void _objc_msgSend_923( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_923( obj, sel, @@ -26391,19 +26391,19 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setAllowsCellularAccess_1 = - _registerName1("setAllowsCellularAccess:"); + _registerName1("setAllowsCellularAccess:"); late final _sel_setAllowsExpensiveNetworkAccess_1 = - _registerName1("setAllowsExpensiveNetworkAccess:"); + _registerName1("setAllowsExpensiveNetworkAccess:"); late final _sel_setAllowsConstrainedNetworkAccess_1 = - _registerName1("setAllowsConstrainedNetworkAccess:"); + _registerName1("setAllowsConstrainedNetworkAccess:"); late final _sel_setAssumesHTTP3Capable_1 = - _registerName1("setAssumesHTTP3Capable:"); + _registerName1("setAssumesHTTP3Capable:"); late final _sel_setAttribution_1 = _registerName1("setAttribution:"); void _objc_msgSend_924( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_924( obj, sel, @@ -26419,20 +26419,20 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_setRequiresDNSSECValidation_1 = - _registerName1("setRequiresDNSSECValidation:"); + _registerName1("setRequiresDNSSECValidation:"); late final _sel_setHTTPMethod_1 = _registerName1("setHTTPMethod:"); late final _sel_setAllHTTPHeaderFields_1 = - _registerName1("setAllHTTPHeaderFields:"); + _registerName1("setAllHTTPHeaderFields:"); late final _sel_setValue_forHTTPHeaderField_1 = - _registerName1("setValue:forHTTPHeaderField:"); + _registerName1("setValue:forHTTPHeaderField:"); late final _sel_addValue_forHTTPHeaderField_1 = - _registerName1("addValue:forHTTPHeaderField:"); + _registerName1("addValue:forHTTPHeaderField:"); late final _sel_setHTTPBody_1 = _registerName1("setHTTPBody:"); void _objc_msgSend_925( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_925( obj, sel, @@ -26450,10 +26450,10 @@ class SentryCocoa { late final _sel_setHTTPBodyStream_1 = _registerName1("setHTTPBodyStream:"); void _objc_msgSend_926( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_926( obj, sel, @@ -26470,18 +26470,18 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_setHTTPShouldHandleCookies_1 = - _registerName1("setHTTPShouldHandleCookies:"); + _registerName1("setHTTPShouldHandleCookies:"); late final _sel_setHTTPShouldUsePipelining_1 = - _registerName1("setHTTPShouldUsePipelining:"); + _registerName1("setHTTPShouldUsePipelining:"); late final _sel_setProperty_forKey_inRequest_1 = - _registerName1("setProperty:forKey:inRequest:"); + _registerName1("setProperty:forKey:inRequest:"); void _objc_msgSend_927( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_927( obj, sel, @@ -26508,13 +26508,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_removePropertyForKey_inRequest_1 = - _registerName1("removePropertyForKey:inRequest:"); + _registerName1("removePropertyForKey:inRequest:"); void _objc_msgSend_928( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer key, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer key, + ffi.Pointer request, + ) { return __objc_msgSend_928( obj, sel, @@ -26538,10 +26538,10 @@ class SentryCocoa { late final _sel_unregisterClass_1 = _registerName1("unregisterClass:"); late final _sel_canInitWithTask_1 = _registerName1("canInitWithTask:"); bool _objc_msgSend_929( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ) { return __objc_msgSend_929( obj, sel, @@ -26558,14 +26558,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_initWithTask_cachedResponse_client_1 = - _registerName1("initWithTask:cachedResponse:client:"); + _registerName1("initWithTask:cachedResponse:client:"); instancetype _objc_msgSend_930( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer task, - ffi.Pointer cachedResponse, - ffi.Pointer client, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer task, + ffi.Pointer cachedResponse, + ffi.Pointer client, + ) { return __objc_msgSend_930( obj, sel, @@ -26593,9 +26593,9 @@ class SentryCocoa { late final _sel_task1 = _registerName1("task"); ffi.Pointer _objc_msgSend_931( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_931( obj, sel, @@ -26613,10 +26613,10 @@ class SentryCocoa { late final _class_NSXMLParser1 = _getClass1("NSXMLParser"); late final _sel_initWithStream_1 = _registerName1("initWithStream:"); instancetype _objc_msgSend_932( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer stream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer stream, + ) { return __objc_msgSend_932( obj, sel, @@ -26633,19 +26633,19 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_shouldProcessNamespaces1 = - _registerName1("shouldProcessNamespaces"); + _registerName1("shouldProcessNamespaces"); late final _sel_setShouldProcessNamespaces_1 = - _registerName1("setShouldProcessNamespaces:"); + _registerName1("setShouldProcessNamespaces:"); late final _sel_shouldReportNamespacePrefixes1 = - _registerName1("shouldReportNamespacePrefixes"); + _registerName1("shouldReportNamespacePrefixes"); late final _sel_setShouldReportNamespacePrefixes_1 = - _registerName1("setShouldReportNamespacePrefixes:"); + _registerName1("setShouldReportNamespacePrefixes:"); late final _sel_externalEntityResolvingPolicy1 = - _registerName1("externalEntityResolvingPolicy"); + _registerName1("externalEntityResolvingPolicy"); int _objc_msgSend_933( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_933( obj, sel, @@ -26660,12 +26660,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setExternalEntityResolvingPolicy_1 = - _registerName1("setExternalEntityResolvingPolicy:"); + _registerName1("setExternalEntityResolvingPolicy:"); void _objc_msgSend_934( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_934( obj, sel, @@ -26681,14 +26681,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_allowedExternalEntityURLs1 = - _registerName1("allowedExternalEntityURLs"); + _registerName1("allowedExternalEntityURLs"); late final _sel_setAllowedExternalEntityURLs_1 = - _registerName1("setAllowedExternalEntityURLs:"); + _registerName1("setAllowedExternalEntityURLs:"); void _objc_msgSend_935( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_935( obj, sel, @@ -26708,23 +26708,23 @@ class SentryCocoa { late final _sel_abortParsing1 = _registerName1("abortParsing"); late final _sel_parserError1 = _registerName1("parserError"); late final _sel_shouldResolveExternalEntities1 = - _registerName1("shouldResolveExternalEntities"); + _registerName1("shouldResolveExternalEntities"); late final _sel_setShouldResolveExternalEntities_1 = - _registerName1("setShouldResolveExternalEntities:"); + _registerName1("setShouldResolveExternalEntities:"); late final _sel_publicID1 = _registerName1("publicID"); late final _sel_systemID1 = _registerName1("systemID"); late final _sel_lineNumber1 = _registerName1("lineNumber"); late final _sel_columnNumber1 = _registerName1("columnNumber"); late final _class_NSFileWrapper1 = _getClass1("NSFileWrapper"); late final _sel_initWithURL_options_error_1 = - _registerName1("initWithURL:options:error:"); + _registerName1("initWithURL:options:error:"); instancetype _objc_msgSend_936( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { return __objc_msgSend_936( obj, sel, @@ -26751,34 +26751,34 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initDirectoryWithFileWrappers_1 = - _registerName1("initDirectoryWithFileWrappers:"); + _registerName1("initDirectoryWithFileWrappers:"); late final _sel_initRegularFileWithContents_1 = - _registerName1("initRegularFileWithContents:"); + _registerName1("initRegularFileWithContents:"); late final _sel_initSymbolicLinkWithDestinationURL_1 = - _registerName1("initSymbolicLinkWithDestinationURL:"); + _registerName1("initSymbolicLinkWithDestinationURL:"); late final _sel_initWithSerializedRepresentation_1 = - _registerName1("initWithSerializedRepresentation:"); + _registerName1("initWithSerializedRepresentation:"); late final _sel_isDirectory1 = _registerName1("isDirectory"); late final _sel_isRegularFile1 = _registerName1("isRegularFile"); late final _sel_isSymbolicLink1 = _registerName1("isSymbolicLink"); late final _sel_preferredFilename1 = _registerName1("preferredFilename"); late final _sel_setPreferredFilename_1 = - _registerName1("setPreferredFilename:"); + _registerName1("setPreferredFilename:"); late final _sel_filename1 = _registerName1("filename"); late final _sel_setFilename_1 = _registerName1("setFilename:"); late final _sel_fileAttributes1 = _registerName1("fileAttributes"); late final _sel_setFileAttributes_1 = _registerName1("setFileAttributes:"); late final _sel_matchesContentsOfURL_1 = - _registerName1("matchesContentsOfURL:"); + _registerName1("matchesContentsOfURL:"); late final _sel_readFromURL_options_error_1 = - _registerName1("readFromURL:options:error:"); + _registerName1("readFromURL:options:error:"); bool _objc_msgSend_937( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer> outError, + ) { return __objc_msgSend_937( obj, sel, @@ -26805,15 +26805,15 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_writeToURL_options_originalContentsURL_error_1 = - _registerName1("writeToURL:options:originalContentsURL:error:"); + _registerName1("writeToURL:options:originalContentsURL:error:"); bool _objc_msgSend_938( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int options, - ffi.Pointer originalContentsURL, - ffi.Pointer> outError, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int options, + ffi.Pointer originalContentsURL, + ffi.Pointer> outError, + ) { return __objc_msgSend_938( obj, sel, @@ -26843,13 +26843,13 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_serializedRepresentation1 = - _registerName1("serializedRepresentation"); + _registerName1("serializedRepresentation"); late final _sel_addFileWrapper_1 = _registerName1("addFileWrapper:"); ffi.Pointer _objc_msgSend_939( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_939( obj, sel, @@ -26866,13 +26866,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_addRegularFileWithContents_preferredFilename_1 = - _registerName1("addRegularFileWithContents:preferredFilename:"); + _registerName1("addRegularFileWithContents:preferredFilename:"); ffi.Pointer _objc_msgSend_940( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ffi.Pointer fileName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ffi.Pointer fileName, + ) { return __objc_msgSend_940( obj, sel, @@ -26897,10 +26897,10 @@ class SentryCocoa { late final _sel_removeFileWrapper_1 = _registerName1("removeFileWrapper:"); void _objc_msgSend_941( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_941( obj, sel, @@ -26920,21 +26920,21 @@ class SentryCocoa { late final _sel_keyForFileWrapper_1 = _registerName1("keyForFileWrapper:"); late final _sel_regularFileContents1 = _registerName1("regularFileContents"); late final _sel_symbolicLinkDestinationURL1 = - _registerName1("symbolicLinkDestinationURL"); + _registerName1("symbolicLinkDestinationURL"); late final _sel_initSymbolicLinkWithDestination_1 = - _registerName1("initSymbolicLinkWithDestination:"); + _registerName1("initSymbolicLinkWithDestination:"); late final _sel_needsToBeUpdatedFromPath_1 = - _registerName1("needsToBeUpdatedFromPath:"); + _registerName1("needsToBeUpdatedFromPath:"); late final _sel_updateFromPath_1 = _registerName1("updateFromPath:"); late final _sel_writeToFile_atomically_updateFilenames_1 = - _registerName1("writeToFile:atomically:updateFilenames:"); + _registerName1("writeToFile:atomically:updateFilenames:"); bool _objc_msgSend_942( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - bool atomicFlag, - bool updateFilenamesFlag, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + bool atomicFlag, + bool updateFilenamesFlag, + ) { return __objc_msgSend_942( obj, sel, @@ -26954,15 +26954,15 @@ class SentryCocoa { late final _sel_addFileWithPath_1 = _registerName1("addFileWithPath:"); late final _sel_addSymbolicLinkWithDestination_preferredFilename_1 = - _registerName1("addSymbolicLinkWithDestination:preferredFilename:"); + _registerName1("addSymbolicLinkWithDestination:preferredFilename:"); late final _sel_symbolicLinkDestination1 = - _registerName1("symbolicLinkDestination"); + _registerName1("symbolicLinkDestination"); late final _class_NSURLSession1 = _getClass1("NSURLSession"); late final _sel_sharedSession1 = _registerName1("sharedSession"); ffi.Pointer _objc_msgSend_943( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_943( obj, sel, @@ -26978,13 +26978,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionConfiguration1 = - _getClass1("NSURLSessionConfiguration"); + _getClass1("NSURLSessionConfiguration"); late final _sel_defaultSessionConfiguration1 = - _registerName1("defaultSessionConfiguration"); + _registerName1("defaultSessionConfiguration"); ffi.Pointer _objc_msgSend_944( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_944( obj, sel, @@ -27000,14 +27000,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_ephemeralSessionConfiguration1 = - _registerName1("ephemeralSessionConfiguration"); + _registerName1("ephemeralSessionConfiguration"); late final _sel_backgroundSessionConfigurationWithIdentifier_1 = - _registerName1("backgroundSessionConfigurationWithIdentifier:"); + _registerName1("backgroundSessionConfigurationWithIdentifier:"); ffi.Pointer _objc_msgSend_945( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer identifier, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer identifier, + ) { return __objc_msgSend_945( obj, sel, @@ -27026,39 +27026,39 @@ class SentryCocoa { late final _sel_identifier1 = _registerName1("identifier"); late final _sel_requestCachePolicy1 = _registerName1("requestCachePolicy"); late final _sel_setRequestCachePolicy_1 = - _registerName1("setRequestCachePolicy:"); + _registerName1("setRequestCachePolicy:"); late final _sel_timeoutIntervalForRequest1 = - _registerName1("timeoutIntervalForRequest"); + _registerName1("timeoutIntervalForRequest"); late final _sel_setTimeoutIntervalForRequest_1 = - _registerName1("setTimeoutIntervalForRequest:"); + _registerName1("setTimeoutIntervalForRequest:"); late final _sel_timeoutIntervalForResource1 = - _registerName1("timeoutIntervalForResource"); + _registerName1("timeoutIntervalForResource"); late final _sel_setTimeoutIntervalForResource_1 = - _registerName1("setTimeoutIntervalForResource:"); + _registerName1("setTimeoutIntervalForResource:"); late final _sel_waitsForConnectivity1 = - _registerName1("waitsForConnectivity"); + _registerName1("waitsForConnectivity"); late final _sel_setWaitsForConnectivity_1 = - _registerName1("setWaitsForConnectivity:"); + _registerName1("setWaitsForConnectivity:"); late final _sel_isDiscretionary1 = _registerName1("isDiscretionary"); late final _sel_setDiscretionary_1 = _registerName1("setDiscretionary:"); late final _sel_sharedContainerIdentifier1 = - _registerName1("sharedContainerIdentifier"); + _registerName1("sharedContainerIdentifier"); late final _sel_setSharedContainerIdentifier_1 = - _registerName1("setSharedContainerIdentifier:"); + _registerName1("setSharedContainerIdentifier:"); late final _sel_sessionSendsLaunchEvents1 = - _registerName1("sessionSendsLaunchEvents"); + _registerName1("sessionSendsLaunchEvents"); late final _sel_setSessionSendsLaunchEvents_1 = - _registerName1("setSessionSendsLaunchEvents:"); + _registerName1("setSessionSendsLaunchEvents:"); late final _sel_connectionProxyDictionary1 = - _registerName1("connectionProxyDictionary"); + _registerName1("connectionProxyDictionary"); late final _sel_setConnectionProxyDictionary_1 = - _registerName1("setConnectionProxyDictionary:"); + _registerName1("setConnectionProxyDictionary:"); late final _sel_TLSMinimumSupportedProtocol1 = - _registerName1("TLSMinimumSupportedProtocol"); + _registerName1("TLSMinimumSupportedProtocol"); int _objc_msgSend_946( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_946( obj, sel, @@ -27073,12 +27073,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocol_1 = - _registerName1("setTLSMinimumSupportedProtocol:"); + _registerName1("setTLSMinimumSupportedProtocol:"); void _objc_msgSend_947( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_947( obj, sel, @@ -27094,15 +27094,15 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocol1 = - _registerName1("TLSMaximumSupportedProtocol"); + _registerName1("TLSMaximumSupportedProtocol"); late final _sel_setTLSMaximumSupportedProtocol_1 = - _registerName1("setTLSMaximumSupportedProtocol:"); + _registerName1("setTLSMaximumSupportedProtocol:"); late final _sel_TLSMinimumSupportedProtocolVersion1 = - _registerName1("TLSMinimumSupportedProtocolVersion"); + _registerName1("TLSMinimumSupportedProtocolVersion"); int _objc_msgSend_948( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_948( obj, sel, @@ -27117,12 +27117,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setTLSMinimumSupportedProtocolVersion_1 = - _registerName1("setTLSMinimumSupportedProtocolVersion:"); + _registerName1("setTLSMinimumSupportedProtocolVersion:"); void _objc_msgSend_949( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_949( obj, sel, @@ -27138,33 +27138,33 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_TLSMaximumSupportedProtocolVersion1 = - _registerName1("TLSMaximumSupportedProtocolVersion"); + _registerName1("TLSMaximumSupportedProtocolVersion"); late final _sel_setTLSMaximumSupportedProtocolVersion_1 = - _registerName1("setTLSMaximumSupportedProtocolVersion:"); + _registerName1("setTLSMaximumSupportedProtocolVersion:"); late final _sel_HTTPShouldSetCookies1 = - _registerName1("HTTPShouldSetCookies"); + _registerName1("HTTPShouldSetCookies"); late final _sel_setHTTPShouldSetCookies_1 = - _registerName1("setHTTPShouldSetCookies:"); + _registerName1("setHTTPShouldSetCookies:"); late final _sel_HTTPCookieAcceptPolicy1 = - _registerName1("HTTPCookieAcceptPolicy"); + _registerName1("HTTPCookieAcceptPolicy"); late final _sel_setHTTPCookieAcceptPolicy_1 = - _registerName1("setHTTPCookieAcceptPolicy:"); + _registerName1("setHTTPCookieAcceptPolicy:"); late final _sel_HTTPAdditionalHeaders1 = - _registerName1("HTTPAdditionalHeaders"); + _registerName1("HTTPAdditionalHeaders"); late final _sel_setHTTPAdditionalHeaders_1 = - _registerName1("setHTTPAdditionalHeaders:"); + _registerName1("setHTTPAdditionalHeaders:"); late final _sel_HTTPMaximumConnectionsPerHost1 = - _registerName1("HTTPMaximumConnectionsPerHost"); + _registerName1("HTTPMaximumConnectionsPerHost"); late final _sel_setHTTPMaximumConnectionsPerHost_1 = - _registerName1("setHTTPMaximumConnectionsPerHost:"); + _registerName1("setHTTPMaximumConnectionsPerHost:"); late final _sel_HTTPCookieStorage1 = _registerName1("HTTPCookieStorage"); late final _sel_setHTTPCookieStorage_1 = - _registerName1("setHTTPCookieStorage:"); + _registerName1("setHTTPCookieStorage:"); void _objc_msgSend_950( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_950( obj, sel, @@ -27181,14 +27181,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_URLCredentialStorage1 = - _registerName1("URLCredentialStorage"); + _registerName1("URLCredentialStorage"); late final _sel_setURLCredentialStorage_1 = - _registerName1("setURLCredentialStorage:"); + _registerName1("setURLCredentialStorage:"); void _objc_msgSend_951( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_951( obj, sel, @@ -27207,17 +27207,17 @@ class SentryCocoa { late final _sel_URLCache1 = _registerName1("URLCache"); late final _sel_setURLCache_1 = _registerName1("setURLCache:"); late final _sel_shouldUseExtendedBackgroundIdleMode1 = - _registerName1("shouldUseExtendedBackgroundIdleMode"); + _registerName1("shouldUseExtendedBackgroundIdleMode"); late final _sel_setShouldUseExtendedBackgroundIdleMode_1 = - _registerName1("setShouldUseExtendedBackgroundIdleMode:"); + _registerName1("setShouldUseExtendedBackgroundIdleMode:"); late final _sel_protocolClasses1 = _registerName1("protocolClasses"); late final _sel_setProtocolClasses_1 = _registerName1("setProtocolClasses:"); late final _sel_multipathServiceType1 = - _registerName1("multipathServiceType"); + _registerName1("multipathServiceType"); int _objc_msgSend_952( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_952( obj, sel, @@ -27232,12 +27232,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setMultipathServiceType_1 = - _registerName1("setMultipathServiceType:"); + _registerName1("setMultipathServiceType:"); void _objc_msgSend_953( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_953( obj, sel, @@ -27253,14 +27253,14 @@ class SentryCocoa { void Function(ffi.Pointer, ffi.Pointer, int)>(); late final _sel_backgroundSessionConfiguration_1 = - _registerName1("backgroundSessionConfiguration:"); + _registerName1("backgroundSessionConfiguration:"); late final _sel_sessionWithConfiguration_1 = - _registerName1("sessionWithConfiguration:"); + _registerName1("sessionWithConfiguration:"); ffi.Pointer _objc_msgSend_954( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer configuration, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer configuration, + ) { return __objc_msgSend_954( obj, sel, @@ -27277,14 +27277,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_sessionWithConfiguration_delegate_delegateQueue_1 = - _registerName1("sessionWithConfiguration:delegate:delegateQueue:"); + _registerName1("sessionWithConfiguration:delegate:delegateQueue:"); ffi.Pointer _objc_msgSend_955( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer configuration, - ffi.Pointer delegate, - ffi.Pointer queue, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer configuration, + ffi.Pointer delegate, + ffi.Pointer queue, + ) { return __objc_msgSend_955( obj, sel, @@ -27314,21 +27314,21 @@ class SentryCocoa { late final _sel_configuration1 = _registerName1("configuration"); late final _sel_sessionDescription1 = _registerName1("sessionDescription"); late final _sel_setSessionDescription_1 = - _registerName1("setSessionDescription:"); + _registerName1("setSessionDescription:"); late final _sel_finishTasksAndInvalidate1 = - _registerName1("finishTasksAndInvalidate"); + _registerName1("finishTasksAndInvalidate"); late final _sel_invalidateAndCancel1 = _registerName1("invalidateAndCancel"); late final _sel_resetWithCompletionHandler_1 = - _registerName1("resetWithCompletionHandler:"); + _registerName1("resetWithCompletionHandler:"); late final _sel_flushWithCompletionHandler_1 = - _registerName1("flushWithCompletionHandler:"); + _registerName1("flushWithCompletionHandler:"); late final _sel_getTasksWithCompletionHandler_1 = - _registerName1("getTasksWithCompletionHandler:"); + _registerName1("getTasksWithCompletionHandler:"); void _objc_msgSend_956( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_956( obj, sel, @@ -27345,12 +27345,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_getAllTasksWithCompletionHandler_1 = - _registerName1("getAllTasksWithCompletionHandler:"); + _registerName1("getAllTasksWithCompletionHandler:"); void _objc_msgSend_957( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_957( obj, sel, @@ -27367,12 +27367,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataTaskWithRequest_1 = - _registerName1("dataTaskWithRequest:"); + _registerName1("dataTaskWithRequest:"); ffi.Pointer _objc_msgSend_958( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_958( obj, sel, @@ -27390,10 +27390,10 @@ class SentryCocoa { late final _sel_dataTaskWithURL_1 = _registerName1("dataTaskWithURL:"); ffi.Pointer _objc_msgSend_959( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_959( obj, sel, @@ -27410,15 +27410,15 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionUploadTask1 = - _getClass1("NSURLSessionUploadTask"); + _getClass1("NSURLSessionUploadTask"); late final _sel_uploadTaskWithRequest_fromFile_1 = - _registerName1("uploadTaskWithRequest:fromFile:"); + _registerName1("uploadTaskWithRequest:fromFile:"); ffi.Pointer _objc_msgSend_960( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer fileURL, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer fileURL, + ) { return __objc_msgSend_960( obj, sel, @@ -27442,13 +27442,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_uploadTaskWithRequest_fromData_1 = - _registerName1("uploadTaskWithRequest:fromData:"); + _registerName1("uploadTaskWithRequest:fromData:"); ffi.Pointer _objc_msgSend_961( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer bodyData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer bodyData, + ) { return __objc_msgSend_961( obj, sel, @@ -27472,12 +27472,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_uploadTaskWithStreamedRequest_1 = - _registerName1("uploadTaskWithStreamedRequest:"); + _registerName1("uploadTaskWithStreamedRequest:"); ffi.Pointer _objc_msgSend_962( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_962( obj, sel, @@ -27494,14 +27494,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionDownloadTask1 = - _getClass1("NSURLSessionDownloadTask"); + _getClass1("NSURLSessionDownloadTask"); late final _sel_cancelByProducingResumeData_1 = - _registerName1("cancelByProducingResumeData:"); + _registerName1("cancelByProducingResumeData:"); void _objc_msgSend_963( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_963( obj, sel, @@ -27518,12 +27518,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithRequest_1 = - _registerName1("downloadTaskWithRequest:"); + _registerName1("downloadTaskWithRequest:"); ffi.Pointer _objc_msgSend_964( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_964( obj, sel, @@ -27540,12 +27540,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithURL_1 = - _registerName1("downloadTaskWithURL:"); + _registerName1("downloadTaskWithURL:"); ffi.Pointer _objc_msgSend_965( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_965( obj, sel, @@ -27562,12 +27562,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_downloadTaskWithResumeData_1 = - _registerName1("downloadTaskWithResumeData:"); + _registerName1("downloadTaskWithResumeData:"); ffi.Pointer _objc_msgSend_966( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer resumeData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer resumeData, + ) { return __objc_msgSend_966( obj, sel, @@ -27584,18 +27584,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionStreamTask1 = - _getClass1("NSURLSessionStreamTask"); + _getClass1("NSURLSessionStreamTask"); late final _sel_readDataOfMinLength_maxLength_timeout_completionHandler_1 = - _registerName1( - "readDataOfMinLength:maxLength:timeout:completionHandler:"); + _registerName1( + "readDataOfMinLength:maxLength:timeout:completionHandler:"); void _objc_msgSend_967( - ffi.Pointer obj, - ffi.Pointer sel, - int minBytes, - int maxBytes, - double timeout, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int minBytes, + int maxBytes, + double timeout, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_967( obj, sel, @@ -27620,14 +27620,14 @@ class SentryCocoa { double, ffi.Pointer<_ObjCBlock>)>(); late final _sel_writeData_timeout_completionHandler_1 = - _registerName1("writeData:timeout:completionHandler:"); + _registerName1("writeData:timeout:completionHandler:"); void _objc_msgSend_968( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - double timeout, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + double timeout, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_968( obj, sel, @@ -27653,17 +27653,17 @@ class SentryCocoa { late final _sel_closeWrite1 = _registerName1("closeWrite"); late final _sel_closeRead1 = _registerName1("closeRead"); late final _sel_startSecureConnection1 = - _registerName1("startSecureConnection"); + _registerName1("startSecureConnection"); late final _sel_stopSecureConnection1 = - _registerName1("stopSecureConnection"); + _registerName1("stopSecureConnection"); late final _sel_streamTaskWithHostName_port_1 = - _registerName1("streamTaskWithHostName:port:"); + _registerName1("streamTaskWithHostName:port:"); ffi.Pointer _objc_msgSend_969( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer hostname, - int port, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer hostname, + int port, + ) { return __objc_msgSend_969( obj, sel, @@ -27685,15 +27685,15 @@ class SentryCocoa { late final _class_NSNetService1 = _getClass1("NSNetService"); late final _sel_initWithDomain_type_name_port_1 = - _registerName1("initWithDomain:type:name:port:"); + _registerName1("initWithDomain:type:name:port:"); instancetype _objc_msgSend_970( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer domain, - ffi.Pointer type, - ffi.Pointer name, - int port, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer domain, + ffi.Pointer type, + ffi.Pointer name, + int port, + ) { return __objc_msgSend_970( obj, sel, @@ -27723,17 +27723,17 @@ class SentryCocoa { int)>(); late final _sel_initWithDomain_type_name_1 = - _registerName1("initWithDomain:type:name:"); + _registerName1("initWithDomain:type:name:"); late final _sel_includesPeerToPeer1 = _registerName1("includesPeerToPeer"); late final _sel_setIncludesPeerToPeer_1 = - _registerName1("setIncludesPeerToPeer:"); + _registerName1("setIncludesPeerToPeer:"); late final _sel_type1 = _registerName1("type"); late final _sel_publishWithOptions_1 = _registerName1("publishWithOptions:"); void _objc_msgSend_971( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_971( obj, sel, @@ -27751,12 +27751,12 @@ class SentryCocoa { late final _sel_resolve1 = _registerName1("resolve"); late final _sel_stop1 = _registerName1("stop"); late final _sel_dictionaryFromTXTRecordData_1 = - _registerName1("dictionaryFromTXTRecordData:"); + _registerName1("dictionaryFromTXTRecordData:"); ffi.Pointer _objc_msgSend_972( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer txtData, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer txtData, + ) { return __objc_msgSend_972( obj, sel, @@ -27773,12 +27773,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dataFromTXTRecordDictionary_1 = - _registerName1("dataFromTXTRecordDictionary:"); + _registerName1("dataFromTXTRecordDictionary:"); ffi.Pointer _objc_msgSend_973( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer txtDictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer txtDictionary, + ) { return __objc_msgSend_973( obj, sel, @@ -27796,13 +27796,13 @@ class SentryCocoa { late final _sel_resolveWithTimeout_1 = _registerName1("resolveWithTimeout:"); late final _sel_getInputStream_outputStream_1 = - _registerName1("getInputStream:outputStream:"); + _registerName1("getInputStream:outputStream:"); bool _objc_msgSend_974( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer> inputStream, - ffi.Pointer> outputStream, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer> inputStream, + ffi.Pointer> outputStream, + ) { return __objc_msgSend_974( obj, sel, @@ -27830,12 +27830,12 @@ class SentryCocoa { late final _sel_startMonitoring1 = _registerName1("startMonitoring"); late final _sel_stopMonitoring1 = _registerName1("stopMonitoring"); late final _sel_streamTaskWithNetService_1 = - _registerName1("streamTaskWithNetService:"); + _registerName1("streamTaskWithNetService:"); ffi.Pointer _objc_msgSend_975( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer service, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer service, + ) { return __objc_msgSend_975( obj, sel, @@ -27852,13 +27852,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _class_NSURLSessionWebSocketTask1 = - _getClass1("NSURLSessionWebSocketTask"); + _getClass1("NSURLSessionWebSocketTask"); late final _class_NSURLSessionWebSocketMessage1 = - _getClass1("NSURLSessionWebSocketMessage"); + _getClass1("NSURLSessionWebSocketMessage"); int _objc_msgSend_976( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_976( obj, sel, @@ -27873,13 +27873,13 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_sendMessage_completionHandler_1 = - _registerName1("sendMessage:completionHandler:"); + _registerName1("sendMessage:completionHandler:"); void _objc_msgSend_977( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer message, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer message, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_977( obj, sel, @@ -27900,12 +27900,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer<_ObjCBlock>)>(); late final _sel_receiveMessageWithCompletionHandler_1 = - _registerName1("receiveMessageWithCompletionHandler:"); + _registerName1("receiveMessageWithCompletionHandler:"); void _objc_msgSend_978( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_978( obj, sel, @@ -27922,12 +27922,12 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_sendPingWithPongReceiveHandler_1 = - _registerName1("sendPingWithPongReceiveHandler:"); + _registerName1("sendPingWithPongReceiveHandler:"); void _objc_msgSend_979( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> pongReceiveHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> pongReceiveHandler, + ) { return __objc_msgSend_979( obj, sel, @@ -27944,13 +27944,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_cancelWithCloseCode_reason_1 = - _registerName1("cancelWithCloseCode:reason:"); + _registerName1("cancelWithCloseCode:reason:"); void _objc_msgSend_980( - ffi.Pointer obj, - ffi.Pointer sel, - int closeCode, - ffi.Pointer reason, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int closeCode, + ffi.Pointer reason, + ) { return __objc_msgSend_980( obj, sel, @@ -27969,12 +27969,12 @@ class SentryCocoa { late final _sel_maximumMessageSize1 = _registerName1("maximumMessageSize"); late final _sel_setMaximumMessageSize_1 = - _registerName1("setMaximumMessageSize:"); + _registerName1("setMaximumMessageSize:"); late final _sel_closeCode1 = _registerName1("closeCode"); int _objc_msgSend_981( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_981( obj, sel, @@ -27990,12 +27990,12 @@ class SentryCocoa { late final _sel_closeReason1 = _registerName1("closeReason"); late final _sel_webSocketTaskWithURL_1 = - _registerName1("webSocketTaskWithURL:"); + _registerName1("webSocketTaskWithURL:"); ffi.Pointer _objc_msgSend_982( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ) { return __objc_msgSend_982( obj, sel, @@ -28012,13 +28012,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_webSocketTaskWithURL_protocols_1 = - _registerName1("webSocketTaskWithURL:protocols:"); + _registerName1("webSocketTaskWithURL:protocols:"); ffi.Pointer _objc_msgSend_983( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer protocols, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer protocols, + ) { return __objc_msgSend_983( obj, sel, @@ -28042,12 +28042,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_webSocketTaskWithRequest_1 = - _registerName1("webSocketTaskWithRequest:"); + _registerName1("webSocketTaskWithRequest:"); ffi.Pointer _objc_msgSend_984( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ) { return __objc_msgSend_984( obj, sel, @@ -28064,13 +28064,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_dataTaskWithRequest_completionHandler_1 = - _registerName1("dataTaskWithRequest:completionHandler:"); + _registerName1("dataTaskWithRequest:completionHandler:"); ffi.Pointer _objc_msgSend_985( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_985( obj, sel, @@ -28094,13 +28094,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_dataTaskWithURL_completionHandler_1 = - _registerName1("dataTaskWithURL:completionHandler:"); + _registerName1("dataTaskWithURL:completionHandler:"); ffi.Pointer _objc_msgSend_986( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_986( obj, sel, @@ -28124,14 +28124,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_uploadTaskWithRequest_fromFile_completionHandler_1 = - _registerName1("uploadTaskWithRequest:fromFile:completionHandler:"); + _registerName1("uploadTaskWithRequest:fromFile:completionHandler:"); ffi.Pointer _objc_msgSend_987( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer fileURL, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer fileURL, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_987( obj, sel, @@ -28158,14 +28158,14 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_uploadTaskWithRequest_fromData_completionHandler_1 = - _registerName1("uploadTaskWithRequest:fromData:completionHandler:"); + _registerName1("uploadTaskWithRequest:fromData:completionHandler:"); ffi.Pointer _objc_msgSend_988( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer bodyData, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer bodyData, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_988( obj, sel, @@ -28192,13 +28192,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithRequest_completionHandler_1 = - _registerName1("downloadTaskWithRequest:completionHandler:"); + _registerName1("downloadTaskWithRequest:completionHandler:"); ffi.Pointer _objc_msgSend_989( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer request, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer request, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_989( obj, sel, @@ -28222,13 +28222,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithURL_completionHandler_1 = - _registerName1("downloadTaskWithURL:completionHandler:"); + _registerName1("downloadTaskWithURL:completionHandler:"); ffi.Pointer _objc_msgSend_990( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_990( obj, sel, @@ -28252,13 +28252,13 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_downloadTaskWithResumeData_completionHandler_1 = - _registerName1("downloadTaskWithResumeData:completionHandler:"); + _registerName1("downloadTaskWithResumeData:completionHandler:"); ffi.Pointer _objc_msgSend_991( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer resumeData, - ffi.Pointer<_ObjCBlock> completionHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer resumeData, + ffi.Pointer<_ObjCBlock> completionHandler, + ) { return __objc_msgSend_991( obj, sel, @@ -28283,9 +28283,9 @@ class SentryCocoa { late final _class_NSProtocolChecker1 = _getClass1("NSProtocolChecker"); ffi.Pointer _objc_msgSend_992( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_992( obj, sel, @@ -28301,13 +28301,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_protocolCheckerWithTarget_protocol_1 = - _registerName1("protocolCheckerWithTarget:protocol:"); + _registerName1("protocolCheckerWithTarget:protocol:"); instancetype _objc_msgSend_993( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer anObject, - ffi.Pointer aProtocol, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer anObject, + ffi.Pointer aProtocol, + ) { return __objc_msgSend_993( obj, sel, @@ -28328,13 +28328,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithTarget_protocol_1 = - _registerName1("initWithTarget:protocol:"); + _registerName1("initWithTarget:protocol:"); late final _class_NSTask1 = _getClass1("NSTask"); late final _sel_setExecutableURL_1 = _registerName1("setExecutableURL:"); late final _sel_setEnvironment_1 = _registerName1("setEnvironment:"); late final _sel_currentDirectoryURL1 = _registerName1("currentDirectoryURL"); late final _sel_setCurrentDirectoryURL_1 = - _registerName1("setCurrentDirectoryURL:"); + _registerName1("setCurrentDirectoryURL:"); late final _sel_standardInput1 = _registerName1("standardInput"); late final _sel_setStandardInput_1 = _registerName1("setStandardInput:"); late final _sel_standardOutput1 = _registerName1("standardOutput"); @@ -28342,16 +28342,16 @@ class SentryCocoa { late final _sel_standardError1 = _registerName1("standardError"); late final _sel_setStandardError_1 = _registerName1("setStandardError:"); late final _sel_launchAndReturnError_1 = - _registerName1("launchAndReturnError:"); + _registerName1("launchAndReturnError:"); late final _sel_interrupt1 = _registerName1("interrupt"); late final _sel_terminate1 = _registerName1("terminate"); late final _sel_isRunning1 = _registerName1("isRunning"); late final _sel_terminationStatus1 = _registerName1("terminationStatus"); late final _sel_terminationReason1 = _registerName1("terminationReason"); int _objc_msgSend_994( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_994( obj, sel, @@ -28367,9 +28367,9 @@ class SentryCocoa { late final _sel_terminationHandler1 = _registerName1("terminationHandler"); ffi.Pointer<_ObjCBlock> _objc_msgSend_995( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_995( obj, sel, @@ -28385,12 +28385,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setTerminationHandler_1 = - _registerName1("setTerminationHandler:"); + _registerName1("setTerminationHandler:"); void _objc_msgSend_996( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_996( obj, sel, @@ -28407,16 +28407,16 @@ class SentryCocoa { ffi.Pointer<_ObjCBlock>)>(); late final _sel_launchedTaskWithExecutableURL_arguments_error_terminationHandler_1 = - _registerName1( - "launchedTaskWithExecutableURL:arguments:error:terminationHandler:"); + _registerName1( + "launchedTaskWithExecutableURL:arguments:error:terminationHandler:"); ffi.Pointer _objc_msgSend_997( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - ffi.Pointer arguments, - ffi.Pointer> error, - ffi.Pointer<_ObjCBlock> terminationHandler, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + ffi.Pointer arguments, + ffi.Pointer> error, + ffi.Pointer<_ObjCBlock> terminationHandler, + ) { return __objc_msgSend_997( obj, sel, @@ -28449,16 +28449,16 @@ class SentryCocoa { late final _sel_launchPath1 = _registerName1("launchPath"); late final _sel_setLaunchPath_1 = _registerName1("setLaunchPath:"); late final _sel_setCurrentDirectoryPath_1 = - _registerName1("setCurrentDirectoryPath:"); + _registerName1("setCurrentDirectoryPath:"); late final _sel_launch1 = _registerName1("launch"); late final _sel_launchedTaskWithLaunchPath_arguments_1 = - _registerName1("launchedTaskWithLaunchPath:arguments:"); + _registerName1("launchedTaskWithLaunchPath:arguments:"); ffi.Pointer _objc_msgSend_998( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer path, - ffi.Pointer arguments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer path, + ffi.Pointer arguments, + ) { return __objc_msgSend_998( obj, sel, @@ -28485,10 +28485,10 @@ class SentryCocoa { late final _class_NSXMLNode1 = _getClass1("NSXMLNode"); late final _sel_initWithKind_1 = _registerName1("initWithKind:"); instancetype _objc_msgSend_999( - ffi.Pointer obj, - ffi.Pointer sel, - int kind, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int kind, + ) { return __objc_msgSend_999( obj, sel, @@ -28505,13 +28505,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_initWithKind_options_1 = - _registerName1("initWithKind:options:"); + _registerName1("initWithKind:options:"); instancetype _objc_msgSend_1000( - ffi.Pointer obj, - ffi.Pointer sel, - int kind, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int kind, + int options, + ) { return __objc_msgSend_1000( obj, sel, @@ -28530,12 +28530,12 @@ class SentryCocoa { late final _sel_document1 = _registerName1("document"); late final _sel_documentWithRootElement_1 = - _registerName1("documentWithRootElement:"); + _registerName1("documentWithRootElement:"); ffi.Pointer _objc_msgSend_1001( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer element, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer element, + ) { return __objc_msgSend_1001( obj, sel, @@ -28553,18 +28553,18 @@ class SentryCocoa { late final _sel_elementWithName_1 = _registerName1("elementWithName:"); late final _sel_elementWithName_URI_1 = - _registerName1("elementWithName:URI:"); + _registerName1("elementWithName:URI:"); late final _sel_elementWithName_stringValue_1 = - _registerName1("elementWithName:stringValue:"); + _registerName1("elementWithName:stringValue:"); late final _sel_elementWithName_children_attributes_1 = - _registerName1("elementWithName:children:attributes:"); + _registerName1("elementWithName:children:attributes:"); ffi.Pointer _objc_msgSend_1002( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer children, - ffi.Pointer attributes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer children, + ffi.Pointer attributes, + ) { return __objc_msgSend_1002( obj, sel, @@ -28591,23 +28591,23 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_attributeWithName_stringValue_1 = - _registerName1("attributeWithName:stringValue:"); + _registerName1("attributeWithName:stringValue:"); late final _sel_attributeWithName_URI_stringValue_1 = - _registerName1("attributeWithName:URI:stringValue:"); + _registerName1("attributeWithName:URI:stringValue:"); late final _sel_namespaceWithName_stringValue_1 = - _registerName1("namespaceWithName:stringValue:"); + _registerName1("namespaceWithName:stringValue:"); late final _sel_processingInstructionWithName_stringValue_1 = - _registerName1("processingInstructionWithName:stringValue:"); + _registerName1("processingInstructionWithName:stringValue:"); late final _sel_commentWithStringValue_1 = - _registerName1("commentWithStringValue:"); + _registerName1("commentWithStringValue:"); late final _sel_textWithStringValue_1 = - _registerName1("textWithStringValue:"); + _registerName1("textWithStringValue:"); late final _sel_DTDNodeWithXMLString_1 = - _registerName1("DTDNodeWithXMLString:"); + _registerName1("DTDNodeWithXMLString:"); int _objc_msgSend_1003( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1003( obj, sel, @@ -28625,13 +28625,13 @@ class SentryCocoa { late final _sel_setObjectValue_1 = _registerName1("setObjectValue:"); late final _sel_setStringValue_1 = _registerName1("setStringValue:"); late final _sel_setStringValue_resolvingEntities_1 = - _registerName1("setStringValue:resolvingEntities:"); + _registerName1("setStringValue:resolvingEntities:"); void _objc_msgSend_1004( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - bool resolve, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + bool resolve, + ) { return __objc_msgSend_1004( obj, sel, @@ -28652,14 +28652,14 @@ class SentryCocoa { late final _sel_level1 = _registerName1("level"); late final _class_NSXMLDocument1 = _getClass1("NSXMLDocument"); late final _sel_initWithXMLString_options_error_1 = - _registerName1("initWithXMLString:options:error:"); + _registerName1("initWithXMLString:options:error:"); instancetype _objc_msgSend_1005( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer string, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer string, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1005( obj, sel, @@ -28686,12 +28686,12 @@ class SentryCocoa { ffi.Pointer>)>(); instancetype _objc_msgSend_1006( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer url, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer url, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1006( obj, sel, @@ -28718,14 +28718,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithData_options_error_1 = - _registerName1("initWithData:options:error:"); + _registerName1("initWithData:options:error:"); instancetype _objc_msgSend_1007( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - int mask, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + int mask, + ffi.Pointer> error, + ) { return __objc_msgSend_1007( obj, sel, @@ -28752,19 +28752,19 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_initWithRootElement_1 = - _registerName1("initWithRootElement:"); + _registerName1("initWithRootElement:"); late final _sel_replacementClassForClass_1 = - _registerName1("replacementClassForClass:"); + _registerName1("replacementClassForClass:"); late final _sel_characterEncoding1 = _registerName1("characterEncoding"); late final _sel_setCharacterEncoding_1 = - _registerName1("setCharacterEncoding:"); + _registerName1("setCharacterEncoding:"); late final _sel_isStandalone1 = _registerName1("isStandalone"); late final _sel_setStandalone_1 = _registerName1("setStandalone:"); late final _sel_documentContentKind1 = _registerName1("documentContentKind"); int _objc_msgSend_1008( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1008( obj, sel, @@ -28779,12 +28779,12 @@ class SentryCocoa { int Function(ffi.Pointer, ffi.Pointer)>(); late final _sel_setDocumentContentKind_1 = - _registerName1("setDocumentContentKind:"); + _registerName1("setDocumentContentKind:"); void _objc_msgSend_1009( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_1009( obj, sel, @@ -28804,13 +28804,13 @@ class SentryCocoa { late final _sel_setPublicID_1 = _registerName1("setPublicID:"); late final _sel_setSystemID_1 = _registerName1("setSystemID:"); late final _sel_insertChild_atIndex_1 = - _registerName1("insertChild:atIndex:"); + _registerName1("insertChild:atIndex:"); void _objc_msgSend_1010( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + int index, + ) { return __objc_msgSend_1010( obj, sel, @@ -28828,13 +28828,13 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _sel_insertChildren_atIndex_1 = - _registerName1("insertChildren:atIndex:"); + _registerName1("insertChildren:atIndex:"); void _objc_msgSend_1011( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer children, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer children, + int index, + ) { return __objc_msgSend_1011( obj, sel, @@ -28855,10 +28855,10 @@ class SentryCocoa { late final _sel_setChildren_1 = _registerName1("setChildren:"); late final _sel_addChild_1 = _registerName1("addChild:"); void _objc_msgSend_1012( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer child, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer child, + ) { return __objc_msgSend_1012( obj, sel, @@ -28875,13 +28875,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_replaceChildAtIndex_withNode_1 = - _registerName1("replaceChildAtIndex:withNode:"); + _registerName1("replaceChildAtIndex:withNode:"); void _objc_msgSend_1013( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ffi.Pointer node, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ffi.Pointer node, + ) { return __objc_msgSend_1013( obj, sel, @@ -28902,9 +28902,9 @@ class SentryCocoa { late final _sel_initWithXMLString_1 = _registerName1("initWithXMLString:"); late final _sel_DTDKind1 = _registerName1("DTDKind"); int _objc_msgSend_1014( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1014( obj, sel, @@ -28920,10 +28920,10 @@ class SentryCocoa { late final _sel_setDTDKind_1 = _registerName1("setDTDKind:"); void _objc_msgSend_1015( - ffi.Pointer obj, - ffi.Pointer sel, - int value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int value, + ) { return __objc_msgSend_1015( obj, sel, @@ -28944,12 +28944,12 @@ class SentryCocoa { late final _sel_localNameForName_1 = _registerName1("localNameForName:"); late final _sel_prefixForName_1 = _registerName1("prefixForName:"); late final _sel_predefinedNamespaceForPrefix_1 = - _registerName1("predefinedNamespaceForPrefix:"); + _registerName1("predefinedNamespaceForPrefix:"); ffi.Pointer _objc_msgSend_1016( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_1016( obj, sel, @@ -28966,12 +28966,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_entityDeclarationForName_1 = - _registerName1("entityDeclarationForName:"); + _registerName1("entityDeclarationForName:"); ffi.Pointer _objc_msgSend_1017( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ) { return __objc_msgSend_1017( obj, sel, @@ -28988,17 +28988,17 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_notationDeclarationForName_1 = - _registerName1("notationDeclarationForName:"); + _registerName1("notationDeclarationForName:"); late final _sel_elementDeclarationForName_1 = - _registerName1("elementDeclarationForName:"); + _registerName1("elementDeclarationForName:"); late final _sel_attributeDeclarationForName_elementName_1 = - _registerName1("attributeDeclarationForName:elementName:"); + _registerName1("attributeDeclarationForName:elementName:"); ffi.Pointer _objc_msgSend_1018( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer name, - ffi.Pointer elementName, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer name, + ffi.Pointer elementName, + ) { return __objc_msgSend_1018( obj, sel, @@ -29022,12 +29022,12 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_predefinedEntityDeclarationForName_1 = - _registerName1("predefinedEntityDeclarationForName:"); + _registerName1("predefinedEntityDeclarationForName:"); late final _sel_DTD1 = _registerName1("DTD"); ffi.Pointer _objc_msgSend_1019( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1019( obj, sel, @@ -29044,10 +29044,10 @@ class SentryCocoa { late final _sel_setDTD_1 = _registerName1("setDTD:"); void _objc_msgSend_1020( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer value, + ) { return __objc_msgSend_1020( obj, sel, @@ -29065,10 +29065,10 @@ class SentryCocoa { late final _sel_setRootElement_1 = _registerName1("setRootElement:"); void _objc_msgSend_1021( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer root, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer root, + ) { return __objc_msgSend_1021( obj, sel, @@ -29086,9 +29086,9 @@ class SentryCocoa { late final _sel_rootElement1 = _registerName1("rootElement"); ffi.Pointer _objc_msgSend_1022( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1022( obj, sel, @@ -29106,10 +29106,10 @@ class SentryCocoa { late final _sel_XMLData1 = _registerName1("XMLData"); late final _sel_XMLDataWithOptions_1 = _registerName1("XMLDataWithOptions:"); ffi.Pointer _objc_msgSend_1023( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_1023( obj, sel, @@ -29126,14 +29126,14 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_objectByApplyingXSLT_arguments_error_1 = - _registerName1("objectByApplyingXSLT:arguments:error:"); + _registerName1("objectByApplyingXSLT:arguments:error:"); ffi.Pointer _objc_msgSend_1024( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xslt, - ffi.Pointer arguments, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xslt, + ffi.Pointer arguments, + ffi.Pointer> error, + ) { return __objc_msgSend_1024( obj, sel, @@ -29160,14 +29160,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectByApplyingXSLTString_arguments_error_1 = - _registerName1("objectByApplyingXSLTString:arguments:error:"); + _registerName1("objectByApplyingXSLTString:arguments:error:"); ffi.Pointer _objc_msgSend_1025( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xslt, - ffi.Pointer arguments, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xslt, + ffi.Pointer arguments, + ffi.Pointer> error, + ) { return __objc_msgSend_1025( obj, sel, @@ -29194,14 +29194,14 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectByApplyingXSLTAtURL_arguments_error_1 = - _registerName1("objectByApplyingXSLTAtURL:arguments:error:"); + _registerName1("objectByApplyingXSLTAtURL:arguments:error:"); ffi.Pointer _objc_msgSend_1026( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xsltURL, - ffi.Pointer argument, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xsltURL, + ffi.Pointer argument, + ffi.Pointer> error, + ) { return __objc_msgSend_1026( obj, sel, @@ -29228,12 +29228,12 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_validateAndReturnError_1 = - _registerName1("validateAndReturnError:"); + _registerName1("validateAndReturnError:"); late final _sel_rootDocument1 = _registerName1("rootDocument"); ffi.Pointer _objc_msgSend_1027( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1027( obj, sel, @@ -29250,9 +29250,9 @@ class SentryCocoa { late final _sel_parent1 = _registerName1("parent"); ffi.Pointer _objc_msgSend_1028( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1028( obj, sel, @@ -29271,10 +29271,10 @@ class SentryCocoa { late final _sel_children1 = _registerName1("children"); late final _sel_childAtIndex_1 = _registerName1("childAtIndex:"); ffi.Pointer _objc_msgSend_1029( - ffi.Pointer obj, - ffi.Pointer sel, - int index, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int index, + ) { return __objc_msgSend_1029( obj, sel, @@ -29302,12 +29302,12 @@ class SentryCocoa { late final _sel_setURI_1 = _registerName1("setURI:"); late final _sel_XMLString1 = _registerName1("XMLString"); late final _sel_XMLStringWithOptions_1 = - _registerName1("XMLStringWithOptions:"); + _registerName1("XMLStringWithOptions:"); ffi.Pointer _objc_msgSend_1030( - ffi.Pointer obj, - ffi.Pointer sel, - int options, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int options, + ) { return __objc_msgSend_1030( obj, sel, @@ -29324,12 +29324,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, int)>(); late final _sel_canonicalXMLStringPreservingComments_1 = - _registerName1("canonicalXMLStringPreservingComments:"); + _registerName1("canonicalXMLStringPreservingComments:"); ffi.Pointer _objc_msgSend_1031( - ffi.Pointer obj, - ffi.Pointer sel, - bool comments, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool comments, + ) { return __objc_msgSend_1031( obj, sel, @@ -29346,16 +29346,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_nodesForXPath_error_1 = - _registerName1("nodesForXPath:error:"); + _registerName1("nodesForXPath:error:"); late final _sel_objectsForXQuery_constants_error_1 = - _registerName1("objectsForXQuery:constants:error:"); + _registerName1("objectsForXQuery:constants:error:"); ffi.Pointer _objc_msgSend_1032( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer xquery, - ffi.Pointer constants, - ffi.Pointer> error, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer xquery, + ffi.Pointer constants, + ffi.Pointer> error, + ) { return __objc_msgSend_1032( obj, sel, @@ -29382,31 +29382,31 @@ class SentryCocoa { ffi.Pointer>)>(); late final _sel_objectsForXQuery_error_1 = - _registerName1("objectsForXQuery:error:"); + _registerName1("objectsForXQuery:error:"); late final _sel_initWithName_URI_1 = _registerName1("initWithName:URI:"); late final _sel_initWithName_stringValue_1 = - _registerName1("initWithName:stringValue:"); + _registerName1("initWithName:stringValue:"); late final _sel_initWithXMLString_error_1 = - _registerName1("initWithXMLString:error:"); + _registerName1("initWithXMLString:error:"); late final _sel_elementsForName_1 = _registerName1("elementsForName:"); late final _sel_elementsForLocalName_URI_1 = - _registerName1("elementsForLocalName:URI:"); + _registerName1("elementsForLocalName:URI:"); late final _sel_addAttribute_1 = _registerName1("addAttribute:"); late final _sel_removeAttributeForName_1 = - _registerName1("removeAttributeForName:"); + _registerName1("removeAttributeForName:"); late final _sel_attributes1 = _registerName1("attributes"); late final _sel_setAttributes_1 = _registerName1("setAttributes:"); late final _sel_setAttributesWithDictionary_1 = - _registerName1("setAttributesWithDictionary:"); + _registerName1("setAttributesWithDictionary:"); late final _sel_attributeForName_1 = _registerName1("attributeForName:"); late final _sel_attributeForLocalName_URI_1 = - _registerName1("attributeForLocalName:URI:"); + _registerName1("attributeForLocalName:URI:"); ffi.Pointer _objc_msgSend_1033( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer localName, - ffi.Pointer URI, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer localName, + ffi.Pointer URI, + ) { return __objc_msgSend_1033( obj, sel, @@ -29431,18 +29431,18 @@ class SentryCocoa { late final _sel_addNamespace_1 = _registerName1("addNamespace:"); late final _sel_removeNamespaceForPrefix_1 = - _registerName1("removeNamespaceForPrefix:"); + _registerName1("removeNamespaceForPrefix:"); late final _sel_namespaces1 = _registerName1("namespaces"); late final _sel_setNamespaces_1 = _registerName1("setNamespaces:"); late final _sel_namespaceForPrefix_1 = _registerName1("namespaceForPrefix:"); late final _sel_resolveNamespaceForName_1 = - _registerName1("resolveNamespaceForName:"); + _registerName1("resolveNamespaceForName:"); late final _sel_resolvePrefixForNamespaceURI_1 = - _registerName1("resolvePrefixForNamespaceURI:"); + _registerName1("resolvePrefixForNamespaceURI:"); late final _sel_normalizeAdjacentTextNodesPreservingCDATA_1 = - _registerName1("normalizeAdjacentTextNodesPreservingCDATA:"); + _registerName1("normalizeAdjacentTextNodesPreservingCDATA:"); late final _sel_setAttributesAsDictionary_1 = - _registerName1("setAttributesAsDictionary:"); + _registerName1("setAttributesAsDictionary:"); late final _class_PrivateSentrySDKOnly1 = _getClass1("PrivateSentrySDKOnly"); late final _class_SentryEnvelope1 = _getClass1("SentryEnvelope"); late final _class_SentryId1 = _getClass1("SentryId"); @@ -29451,10 +29451,10 @@ class SentryCocoa { late final _sel_initWithUUIDString_1 = _registerName1("initWithUUIDString:"); late final _sel_initWithUUIDBytes_1 = _registerName1("initWithUUIDBytes:"); instancetype _objc_msgSend_1034( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer bytes, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer bytes, + ) { return __objc_msgSend_1034( obj, sel, @@ -29472,10 +29472,10 @@ class SentryCocoa { late final _sel_getUUIDBytes_1 = _registerName1("getUUIDBytes:"); void _objc_msgSend_1035( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer uuid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer uuid, + ) { return __objc_msgSend_1035( obj, sel, @@ -29492,10 +29492,10 @@ class SentryCocoa { ffi.Pointer)>(); int _objc_msgSend_1036( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer otherUUID, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer otherUUID, + ) { return __objc_msgSend_1036( obj, sel, @@ -29514,10 +29514,10 @@ class SentryCocoa { late final _sel_UUIDString1 = _registerName1("UUIDString"); late final _sel_initWithUUID_1 = _registerName1("initWithUUID:"); instancetype _objc_msgSend_1037( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer uuid, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer uuid, + ) { return __objc_msgSend_1037( obj, sel, @@ -29536,9 +29536,9 @@ class SentryCocoa { late final _sel_sentryIdString1 = _registerName1("sentryIdString"); late final _sel_empty1 = _registerName1("empty"); ffi.Pointer _objc_msgSend_1038( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1038( obj, sel, @@ -29557,10 +29557,10 @@ class SentryCocoa { late final _class_SentryEvent1 = _getClass1("SentryEvent"); late final _sel_initWithEvent_1 = _registerName1("initWithEvent:"); instancetype _objc_msgSend_1039( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer event, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer event, + ) { return __objc_msgSend_1039( obj, sel, @@ -29579,10 +29579,10 @@ class SentryCocoa { late final _class_SentrySession1 = _getClass1("SentrySession"); late final _sel_initWithSession_1 = _registerName1("initWithSession:"); instancetype _objc_msgSend_1040( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer session, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer session, + ) { return __objc_msgSend_1040( obj, sel, @@ -29600,12 +29600,12 @@ class SentryCocoa { late final _class_SentryUserFeedback1 = _getClass1("SentryUserFeedback"); late final _sel_initWithUserFeedback_1 = - _registerName1("initWithUserFeedback:"); + _registerName1("initWithUserFeedback:"); instancetype _objc_msgSend_1041( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer userFeedback, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer userFeedback, + ) { return __objc_msgSend_1041( obj, sel, @@ -29623,13 +29623,13 @@ class SentryCocoa { late final _class_SentryAttachment1 = _getClass1("SentryAttachment"); late final _sel_initWithAttachment_maxAttachmentSize_1 = - _registerName1("initWithAttachment:maxAttachmentSize:"); + _registerName1("initWithAttachment:maxAttachmentSize:"); instancetype _objc_msgSend_1042( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer attachment, - int maxAttachmentSize, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer attachment, + int maxAttachmentSize, + ) { return __objc_msgSend_1042( obj, sel, @@ -29647,15 +29647,15 @@ class SentryCocoa { ffi.Pointer, int)>(); late final _class_SentryEnvelopeItemHeader1 = - _getClass1("SentryEnvelopeItemHeader"); + _getClass1("SentryEnvelopeItemHeader"); late final _sel_initWithHeader_data_1 = - _registerName1("initWithHeader:data:"); + _registerName1("initWithHeader:data:"); instancetype _objc_msgSend_1043( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer data, + ) { return __objc_msgSend_1043( obj, sel, @@ -29677,9 +29677,9 @@ class SentryCocoa { late final _sel_header1 = _registerName1("header"); ffi.Pointer _objc_msgSend_1044( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1044( obj, sel, @@ -29695,13 +29695,13 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_initWithId_singleItem_1 = - _registerName1("initWithId:singleItem:"); + _registerName1("initWithId:singleItem:"); instancetype _objc_msgSend_1045( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer id, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer id, + ffi.Pointer item, + ) { return __objc_msgSend_1045( obj, sel, @@ -29724,10 +29724,10 @@ class SentryCocoa { late final _class_SentryEnvelopeHeader1 = _getClass1("SentryEnvelopeHeader"); late final _sel_initWithId_1 = _registerName1("initWithId:"); instancetype _objc_msgSend_1046( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ) { return __objc_msgSend_1046( obj, sel, @@ -29745,13 +29745,13 @@ class SentryCocoa { late final _class_SentryTraceContext1 = _getClass1("SentryTraceContext"); late final _sel_initWithId_traceContext_1 = - _registerName1("initWithId:traceContext:"); + _registerName1("initWithId:traceContext:"); instancetype _objc_msgSend_1047( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ffi.Pointer traceContext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ffi.Pointer traceContext, + ) { return __objc_msgSend_1047( obj, sel, @@ -29773,14 +29773,14 @@ class SentryCocoa { late final _class_SentrySdkInfo1 = _getClass1("SentrySdkInfo"); late final _sel_initWithId_sdkInfo_traceContext_1 = - _registerName1("initWithId:sdkInfo:traceContext:"); + _registerName1("initWithId:sdkInfo:traceContext:"); instancetype _objc_msgSend_1048( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer eventId, - ffi.Pointer sdkInfo, - ffi.Pointer traceContext, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer eventId, + ffi.Pointer sdkInfo, + ffi.Pointer traceContext, + ) { return __objc_msgSend_1048( obj, sel, @@ -29809,9 +29809,9 @@ class SentryCocoa { late final _sel_eventId1 = _registerName1("eventId"); late final _sel_sdkInfo1 = _registerName1("sdkInfo"); ffi.Pointer _objc_msgSend_1049( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1049( obj, sel, @@ -29828,9 +29828,9 @@ class SentryCocoa { late final _sel_traceContext1 = _registerName1("traceContext"); ffi.Pointer _objc_msgSend_1050( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1050( obj, sel, @@ -29848,13 +29848,13 @@ class SentryCocoa { late final _sel_sentAt1 = _registerName1("sentAt"); late final _sel_setSentAt_1 = _registerName1("setSentAt:"); late final _sel_initWithHeader_singleItem_1 = - _registerName1("initWithHeader:singleItem:"); + _registerName1("initWithHeader:singleItem:"); instancetype _objc_msgSend_1051( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer item, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer item, + ) { return __objc_msgSend_1051( obj, sel, @@ -29876,11 +29876,11 @@ class SentryCocoa { late final _sel_initWithId_items_1 = _registerName1("initWithId:items:"); instancetype _objc_msgSend_1052( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer id, - ffi.Pointer items, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer id, + ffi.Pointer items, + ) { return __objc_msgSend_1052( obj, sel, @@ -29902,13 +29902,13 @@ class SentryCocoa { late final _sel_initWithSessions_1 = _registerName1("initWithSessions:"); late final _sel_initWithHeader_items_1 = - _registerName1("initWithHeader:items:"); + _registerName1("initWithHeader:items:"); instancetype _objc_msgSend_1053( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer header, - ffi.Pointer items, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer header, + ffi.Pointer items, + ) { return __objc_msgSend_1053( obj, sel, @@ -29929,9 +29929,9 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); ffi.Pointer _objc_msgSend_1054( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1054( obj, sel, @@ -29949,10 +29949,10 @@ class SentryCocoa { late final _sel_items1 = _registerName1("items"); late final _sel_storeEnvelope_1 = _registerName1("storeEnvelope:"); void _objc_msgSend_1055( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer envelope, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer envelope, + ) { return __objc_msgSend_1055( obj, sel, @@ -29971,10 +29971,10 @@ class SentryCocoa { late final _sel_captureEnvelope_1 = _registerName1("captureEnvelope:"); late final _sel_envelopeWithData_1 = _registerName1("envelopeWithData:"); ffi.Pointer _objc_msgSend_1056( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer data, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer data, + ) { return __objc_msgSend_1056( obj, sel, @@ -29992,12 +29992,12 @@ class SentryCocoa { late final _sel_getDebugImages1 = _registerName1("getDebugImages"); late final _sel_getDebugImagesCrashed_1 = - _registerName1("getDebugImagesCrashed:"); + _registerName1("getDebugImagesCrashed:"); ffi.Pointer _objc_msgSend_1057( - ffi.Pointer obj, - ffi.Pointer sel, - bool isCrash, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + bool isCrash, + ) { return __objc_msgSend_1057( obj, sel, @@ -30014,18 +30014,18 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer, bool)>(); late final _sel_setSdkName_andVersionString_1 = - _registerName1("setSdkName:andVersionString:"); + _registerName1("setSdkName:andVersionString:"); late final _sel_setSdkName_1 = _registerName1("setSdkName:"); late final _sel_getSdkName1 = _registerName1("getSdkName"); late final _sel_getSdkVersionString1 = _registerName1("getSdkVersionString"); late final _sel_getExtraContext1 = _registerName1("getExtraContext"); late final _sel_startProfilerForTrace_1 = - _registerName1("startProfilerForTrace:"); + _registerName1("startProfilerForTrace:"); int _objc_msgSend_1058( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer traceId, + ) { return __objc_msgSend_1058( obj, sel, @@ -30042,14 +30042,14 @@ class SentryCocoa { ffi.Pointer)>(); late final _sel_collectProfileBetween_and_forTrace_1 = - _registerName1("collectProfileBetween:and:forTrace:"); + _registerName1("collectProfileBetween:and:forTrace:"); ffi.Pointer _objc_msgSend_1059( - ffi.Pointer obj, - ffi.Pointer sel, - int startSystemTime, - int endSystemTime, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + int startSystemTime, + int endSystemTime, + ffi.Pointer traceId, + ) { return __objc_msgSend_1059( obj, sel, @@ -30072,12 +30072,12 @@ class SentryCocoa { ffi.Pointer, int, int, ffi.Pointer)>(); late final _sel_discardProfilerForTrace_1 = - _registerName1("discardProfilerForTrace:"); + _registerName1("discardProfilerForTrace:"); void _objc_msgSend_1060( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer traceId, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer traceId, + ) { return __objc_msgSend_1060( obj, sel, @@ -30094,13 +30094,13 @@ class SentryCocoa { ffi.Pointer)>(); late final _class_SentryAppStartMeasurement1 = - _getClass1("SentryAppStartMeasurement"); + _getClass1("SentryAppStartMeasurement"); late final _sel_onAppStartMeasurementAvailable1 = - _registerName1("onAppStartMeasurementAvailable"); + _registerName1("onAppStartMeasurementAvailable"); ffi.Pointer<_ObjCBlock> _objc_msgSend_1061( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1061( obj, sel, @@ -30116,12 +30116,12 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_setOnAppStartMeasurementAvailable_1 = - _registerName1("setOnAppStartMeasurementAvailable:"); + _registerName1("setOnAppStartMeasurementAvailable:"); void _objc_msgSend_1062( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer<_ObjCBlock> value, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer<_ObjCBlock> value, + ) { return __objc_msgSend_1062( obj, sel, @@ -30139,9 +30139,9 @@ class SentryCocoa { late final _sel_appStartMeasurement1 = _registerName1("appStartMeasurement"); ffi.Pointer _objc_msgSend_1063( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1063( obj, sel, @@ -30159,9 +30159,9 @@ class SentryCocoa { late final _sel_installationID1 = _registerName1("installationID"); late final _class_SentryOptions1 = _getClass1("SentryOptions"); ffi.Pointer _objc_msgSend_1064( - ffi.Pointer obj, - ffi.Pointer sel, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ) { return __objc_msgSend_1064( obj, sel, @@ -30177,16 +30177,16 @@ class SentryCocoa { ffi.Pointer, ffi.Pointer)>(); late final _sel_appStartMeasurementHybridSDKMode1 = - _registerName1("appStartMeasurementHybridSDKMode"); + _registerName1("appStartMeasurementHybridSDKMode"); late final _sel_setAppStartMeasurementHybridSDKMode_1 = - _registerName1("setAppStartMeasurementHybridSDKMode:"); + _registerName1("setAppStartMeasurementHybridSDKMode:"); late final _class_SentryUser1 = _getClass1("SentryUser"); late final _sel_userWithDictionary_1 = _registerName1("userWithDictionary:"); ffi.Pointer _objc_msgSend_1065( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dictionary, + ) { return __objc_msgSend_1065( obj, sel, @@ -30204,12 +30204,12 @@ class SentryCocoa { late final _class_SentryBreadcrumb1 = _getClass1("SentryBreadcrumb"); late final _sel_breadcrumbWithDictionary_1 = - _registerName1("breadcrumbWithDictionary:"); + _registerName1("breadcrumbWithDictionary:"); ffi.Pointer _objc_msgSend_1066( - ffi.Pointer obj, - ffi.Pointer sel, - ffi.Pointer dictionary, - ) { + ffi.Pointer obj, + ffi.Pointer sel, + ffi.Pointer dictionary, + ) { return __objc_msgSend_1066( obj, sel, @@ -30367,8 +30367,8 @@ class NSObject extends _ObjCWrapper { } static ffi.Pointer> - instanceMethodForSelector_( - SentryCocoa _lib, ffi.Pointer aSelector) { + instanceMethodForSelector_( + SentryCocoa _lib, ffi.Pointer aSelector) { return _lib._objc_msgSend_6(_lib._class_NSObject1, _lib._sel_instanceMethodForSelector_1, aSelector); } @@ -30432,7 +30432,7 @@ class NSObject extends _ObjCWrapper { static NSObject superclass(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSObject1, _lib._sel_superclass1); + _lib._objc_msgSend_2(_lib._class_NSObject1, _lib._sel_superclass1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -30443,7 +30443,7 @@ class NSObject extends _ObjCWrapper { static NSString description(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_20(_lib._class_NSObject1, _lib._sel_description1); + _lib._objc_msgSend_20(_lib._class_NSObject1, _lib._sel_description1); return NSString._(_ret, _lib, retain: true, release: true); } @@ -30486,17 +30486,17 @@ class NSObject extends _ObjCWrapper { NSObject get autoContentAccessingProxy { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_autoContentAccessingProxy1); + _lib._objc_msgSend_2(_id, _lib._sel_autoContentAccessingProxy1); return NSObject._(_ret, _lib, retain: true, release: true); } void - attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_( - NSError? error, - int recoveryOptionIndex, - NSObject delegate, - ffi.Pointer didRecoverSelector, - ffi.Pointer contextInfo) { + attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_( + NSError? error, + int recoveryOptionIndex, + NSObject delegate, + ffi.Pointer didRecoverSelector, + ffi.Pointer contextInfo) { _lib._objc_msgSend_395( _id, _lib._sel_attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_1, @@ -31038,11 +31038,11 @@ class NSObject extends _ObjCWrapper { } NSObject - newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_( - NSObject objectClass, - NSString? key, - NSObject contentsValue, - NSDictionary? properties) { + newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_( + NSObject objectClass, + NSString? key, + NSObject contentsValue, + NSDictionary? properties) { final _ret = _lib._objc_msgSend_603( _id, _lib._sel_newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_1, @@ -31359,7 +31359,7 @@ class NSInvocation extends NSObject { static NSInvocation new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_new1); return NSInvocation._(_ret, _lib, retain: false, release: true); } @@ -31372,7 +31372,7 @@ class NSInvocation extends NSObject { static NSInvocation alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInvocation1, _lib._sel_alloc1); return NSInvocation._(_ret, _lib, retain: false, release: true); } @@ -31507,7 +31507,7 @@ class NSMethodSignature extends NSObject { static NSMethodSignature new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_new1); return NSMethodSignature._(_ret, _lib, retain: false, release: true); } @@ -31520,7 +31520,7 @@ class NSMethodSignature extends NSObject { static NSMethodSignature alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMethodSignature1, _lib._sel_alloc1); return NSMethodSignature._(_ret, _lib, retain: false, release: true); } @@ -31785,7 +31785,7 @@ class NSSet extends NSObject { NSSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSSet._(_ret, _lib, retain: true, release: true); } @@ -31986,7 +31986,7 @@ class NSEnumerator extends NSObject { static NSEnumerator new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_new1); return NSEnumerator._(_ret, _lib, retain: false, release: true); } @@ -31999,7 +31999,7 @@ class NSEnumerator extends NSObject { static NSEnumerator alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSEnumerator1, _lib._sel_alloc1); return NSEnumerator._(_ret, _lib, retain: false, release: true); } @@ -32104,7 +32104,7 @@ class NSString extends NSObject { @override String toString() { final data = - dataUsingEncoding_(0x94000100 /* NSUTF16LittleEndianStringEncoding */); + dataUsingEncoding_(0x94000100 /* NSUTF16LittleEndianStringEncoding */); return data.bytes.cast().toDartString(length: length); } @@ -32130,7 +32130,7 @@ class NSString extends NSObject { NSString substringFromIndex_(int from) { final _ret = - _lib._objc_msgSend_308(_id, _lib._sel_substringFromIndex_1, from); + _lib._objc_msgSend_308(_id, _lib._sel_substringFromIndex_1, from); return NSString._(_ret, _lib, retain: true, release: true); } @@ -32141,7 +32141,7 @@ class NSString extends NSObject { NSString substringWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_309(_id, _lib._sel_substringWithRange_1, range); + _lib._objc_msgSend_309(_id, _lib._sel_substringWithRange_1, range); return NSString._(_ret, _lib, retain: true, release: true); } @@ -32372,7 +32372,7 @@ class NSString extends NSObject { NSString? get localizedUppercaseString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedUppercaseString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedUppercaseString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32380,7 +32380,7 @@ class NSString extends NSObject { NSString? get localizedLowercaseString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedLowercaseString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedLowercaseString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32388,7 +32388,7 @@ class NSString extends NSObject { NSString? get localizedCapitalizedString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedCapitalizedString1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedCapitalizedString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -32484,7 +32484,7 @@ class NSString extends NSObject { NSData dataUsingEncoding_(int encoding) { final _ret = - _lib._objc_msgSend_330(_id, _lib._sel_dataUsingEncoding_1, encoding); + _lib._objc_msgSend_330(_id, _lib._sel_dataUsingEncoding_1, encoding); return NSData._(_ret, _lib, retain: true, release: true); } @@ -32826,12 +32826,12 @@ class NSString extends NSObject { } NSString - initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - NSObject locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + NSObject locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_353( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, @@ -32936,11 +32936,11 @@ class NSString extends NSObject { } static NSString - localizedStringWithValidatedFormat_validFormatSpecifiers_error_( - SentryCocoa _lib, - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer> error) { + localizedStringWithValidatedFormat_validFormatSpecifiers_error_( + SentryCocoa _lib, + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_350( _lib._class_NSString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, @@ -33063,12 +33063,12 @@ class NSString extends NSObject { } static int - stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( - SentryCocoa _lib, - NSData? data, - NSDictionary? opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion) { + stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( + SentryCocoa _lib, + NSData? data, + NSDictionary? opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion) { return _lib._objc_msgSend_363( _lib._class_NSString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, @@ -33174,7 +33174,7 @@ class NSString extends NSObject { NSObject initWithCString_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_347(_id, _lib._sel_initWithCString_1, bytes); + _lib._objc_msgSend_347(_id, _lib._sel_initWithCString_1, bytes); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -33249,7 +33249,7 @@ class NSString extends NSObject { NSString? get stringByDeletingPathExtension { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByDeletingPathExtension1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByDeletingPathExtension1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33271,7 +33271,7 @@ class NSString extends NSObject { NSString? get stringByExpandingTildeInPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByExpandingTildeInPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByExpandingTildeInPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33279,7 +33279,7 @@ class NSString extends NSObject { NSString? get stringByStandardizingPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByStandardizingPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByStandardizingPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33287,7 +33287,7 @@ class NSString extends NSObject { NSString? get stringByResolvingSymlinksInPath { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByResolvingSymlinksInPath1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByResolvingSymlinksInPath1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -33334,7 +33334,7 @@ class NSString extends NSObject { NSString? get stringByRemovingPercentEncoding { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_stringByRemovingPercentEncoding1); + _lib._objc_msgSend_20(_id, _lib._sel_stringByRemovingPercentEncoding1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -34051,7 +34051,7 @@ class NSData extends NSObject { NSData subdataWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_24(_id, _lib._sel_subdataWithRange_1, range); + _lib._objc_msgSend_24(_id, _lib._sel_subdataWithRange_1, range); return NSData._(_ret, _lib, retain: true, release: true); } @@ -34810,11 +34810,11 @@ class NSURL extends NSObject { } NSData - bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( - int options, - NSArray? keys, - NSURL? relativeURL, - ffi.Pointer> error) { + bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( + int options, + NSArray? keys, + NSURL? relativeURL, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_230( _id, _lib._sel_bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_1, @@ -34826,12 +34826,12 @@ class NSURL extends NSObject { } NSURL - initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( - NSData? bookmarkData, - int options, - NSURL? relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error) { + initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( + NSData? bookmarkData, + int options, + NSURL? relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_231( _id, _lib._sel_initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, @@ -34844,13 +34844,13 @@ class NSURL extends NSObject { } static NSURL - URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( - SentryCocoa _lib, - NSData? bookmarkData, - int options, - NSURL? relativeURL, - ffi.Pointer isStale, - ffi.Pointer> error) { + URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( + SentryCocoa _lib, + NSData? bookmarkData, + int options, + NSURL? relativeURL, + ffi.Pointer isStale, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_231( _lib._class_NSURL1, _lib._sel_URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_1, @@ -34993,7 +34993,7 @@ class NSURL extends NSObject { NSURL? get URLByDeletingLastPathComponent { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingLastPathComponent1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingLastPathComponent1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35009,7 +35009,7 @@ class NSURL extends NSObject { NSURL? get URLByDeletingPathExtension { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingPathExtension1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByDeletingPathExtension1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35024,7 +35024,7 @@ class NSURL extends NSObject { NSURL? get URLByResolvingSymlinksInPath { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_URLByResolvingSymlinksInPath1); + _lib._objc_msgSend_40(_id, _lib._sel_URLByResolvingSymlinksInPath1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -35194,7 +35194,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedChar_(int value) { final _ret = - _lib._objc_msgSend_203(_id, _lib._sel_initWithUnsignedChar_1, value); + _lib._objc_msgSend_203(_id, _lib._sel_initWithUnsignedChar_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35205,7 +35205,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedShort_(int value) { final _ret = - _lib._objc_msgSend_205(_id, _lib._sel_initWithUnsignedShort_1, value); + _lib._objc_msgSend_205(_id, _lib._sel_initWithUnsignedShort_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35216,7 +35216,7 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedInt_(int value) { final _ret = - _lib._objc_msgSend_207(_id, _lib._sel_initWithUnsignedInt_1, value); + _lib._objc_msgSend_207(_id, _lib._sel_initWithUnsignedInt_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35227,13 +35227,13 @@ class NSNumber extends NSValue { NSNumber initWithUnsignedLong_(int value) { final _ret = - _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedLong_1, value); + _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithLongLong_(int value) { final _ret = - _lib._objc_msgSend_210(_id, _lib._sel_initWithLongLong_1, value); + _lib._objc_msgSend_210(_id, _lib._sel_initWithLongLong_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -35260,13 +35260,13 @@ class NSNumber extends NSValue { NSNumber initWithInteger_(int value) { final _ret = - _lib._objc_msgSend_208(_id, _lib._sel_initWithInteger_1, value); + _lib._objc_msgSend_208(_id, _lib._sel_initWithInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } NSNumber initWithUnsignedInteger_(int value) { final _ret = - _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedInteger_1, value); + _lib._objc_msgSend_209(_id, _lib._sel_initWithUnsignedInteger_1, value); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -36021,10 +36021,10 @@ class NSArray extends NSObject { NSArray sortedArrayUsingFunction_context_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, ffi.Pointer context) { final _ret = _lib._objc_msgSend_73( _id, _lib._sel_sortedArrayUsingFunction_context_1, comparator, context); @@ -36033,10 +36033,10 @@ class NSArray extends NSObject { NSArray sortedArrayUsingFunction_context_hint_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - comparator, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + comparator, ffi.Pointer context, NSData? hint) { final _ret = _lib._objc_msgSend_74( @@ -36056,7 +36056,7 @@ class NSArray extends NSObject { NSArray subarrayWithRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_76(_id, _lib._sel_subarrayWithRange_1, range); + _lib._objc_msgSend_76(_id, _lib._sel_subarrayWithRange_1, range); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -36088,7 +36088,7 @@ class NSArray extends NSObject { NSObject objectAtIndexedSubscript_(int idx) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); + _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -36224,7 +36224,7 @@ class NSArray extends NSObject { NSArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -36588,7 +36588,7 @@ class NSError extends NSObject { NSString? get localizedRecoverySuggestion { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedRecoverySuggestion1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedRecoverySuggestion1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -36596,7 +36596,7 @@ class NSError extends NSObject { NSArray? get localizedRecoveryOptions { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_localizedRecoveryOptions1); + _lib._objc_msgSend_79(_id, _lib._sel_localizedRecoveryOptions1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -36781,16 +36781,16 @@ ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + ffi.Pointer Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ObjCObject_NSError_NSString_closureRegistry = -{}; + {}; int _ObjCBlock_ObjCObject_NSError_NSString_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_registerClosure( Function fn) { @@ -36800,14 +36800,14 @@ ffi.Pointer _ObjCBlock_ObjCObject_NSError_NSString_registerClosure( } ffi.Pointer -_ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1) { + _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1) { return (_ObjCBlock_ObjCObject_NSError_NSString_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as ffi.Pointer Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ObjCObject_NSError_NSString extends _ObjCBlockBase { @@ -36819,55 +36819,55 @@ class ObjCBlock_ObjCObject_NSError_NSString extends _ObjCBlockBase { ObjCBlock_ObjCObject_NSError_NSString.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ObjCObject_NSError_NSString_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ObjCObject_NSError_NSString.fromFunction( SentryCocoa lib, ffi.Pointer Function( - ffi.Pointer arg0, ffi.Pointer arg1) - fn) + ffi.Pointer arg0, ffi.Pointer arg1) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline) - .cast(), - _ObjCBlock_ObjCObject_NSError_NSString_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ObjCObject_NSError_NSString_closureTrampoline) + .cast(), + _ObjCBlock_ObjCObject_NSError_NSString_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call( ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< ffi.Pointer Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -36926,7 +36926,7 @@ class NSIndexSet extends NSObject { static NSIndexSet indexSet(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_indexSet1); + _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_indexSet1); return NSIndexSet._(_ret, _lib, retain: true, release: true); } @@ -36945,7 +36945,7 @@ class NSIndexSet extends NSObject { NSIndexSet initWithIndexesInRange_(_NSRange range) { final _ret = - _lib._objc_msgSend_85(_id, _lib._sel_initWithIndexesInRange_1, range); + _lib._objc_msgSend_85(_id, _lib._sel_initWithIndexesInRange_1, range); return NSIndexSet._(_ret, _lib, retain: true, release: true); } @@ -37139,7 +37139,7 @@ class NSIndexSet extends NSObject { static NSIndexSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSIndexSet1, _lib._sel_alloc1); return NSIndexSet._(_ret, _lib, retain: false, release: true); } @@ -37214,16 +37214,16 @@ class NSIndexSet extends NSObject { void _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, int arg0, ffi.Pointer arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() - .asFunction arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Void Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + .asFunction arg1)>()( arg0, arg1); } final _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure( Function fn) { @@ -37249,47 +37249,47 @@ class ObjCBlock_ffiVoid_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, void Function(int arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiUnsignedLong_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(int arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, int arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, int arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37301,11 +37301,11 @@ abstract class NSEnumerationOptions { bool _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, int arg0, ffi.Pointer arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() - .asFunction arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Bool Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + .asFunction arg1)>()( arg0, arg1); } @@ -37333,49 +37333,49 @@ class ObjCBlock_bool_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_bool_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.UnsignedLong arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function( + ffi.UnsignedLong arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ffiUnsignedLong_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, bool Function(int arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ffiUnsignedLong_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ffiUnsignedLong_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ffiUnsignedLong_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ffiUnsignedLong_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(int arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer<_ObjCBlock> block, - ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer<_ObjCBlock> block, + ffi.UnsignedLong arg0, ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer<_ObjCBlock> block, int arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + bool Function(ffi.Pointer<_ObjCBlock> block, int arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37383,11 +37383,11 @@ void _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, _NSRange arg0, ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>>() .asFunction< - void Function( - _NSRange arg0, ffi.Pointer arg1)>()(arg0, arg1); + void Function( + _NSRange arg0, ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSRange_bool_closureRegistry = {}; @@ -37413,42 +37413,42 @@ class ObjCBlock_ffiVoid_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(_NSRange arg0, ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - _NSRange arg0, ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + _NSRange arg0, ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSRange_bool.fromFunction(SentryCocoa lib, void Function(_NSRange arg0, ffi.Pointer arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - _NSRange arg0, ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + _NSRange arg0, ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(_NSRange arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, _NSRange arg0, + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37459,22 +37459,22 @@ void _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37485,9 +37485,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline( int arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { @@ -37499,60 +37499,60 @@ class ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -37563,22 +37563,22 @@ bool _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>>() .asFunction< - bool Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + bool Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry = -{}; + {}; int _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( - Function fn) { + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; + ++_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistryIndex; _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37589,9 +37589,9 @@ bool _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline( int arg1, ffi.Pointer arg2) { return (_ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureRegistry[ - block.ref.target.address] - as bool Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as bool Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { @@ -37603,63 +37603,63 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1, ffi.Pointer arg2)>> - ptr) + ffi.Bool Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1, + ffi.Pointer arg2)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.UnsignedLong arg1, - ffi.Pointer arg2)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -37669,23 +37669,23 @@ int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Int32 Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Int32 Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - int Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + int Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry = -{}; + {}; int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex = -0; + 0; ffi.Pointer -_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( - Function fn) { + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( + Function fn) { final id = - ++_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex; + ++_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistryIndex; _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -37695,9 +37695,9 @@ int _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureRegistry[ - block.ref.target.address] - as int Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as int Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject @@ -37710,56 +37710,56 @@ class ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Int32 Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Int32 Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Int32 Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline, - 0) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Int32 Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_fnPtrTrampoline, + 0) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject.fromFunction( SentryCocoa lib, int Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Int32 Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline, - 0) - .cast(), - _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Int32 Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_closureTrampoline, + 0) + .cast(), + _ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; int call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Int32 Function( + ffi.NativeFunction< + ffi.Int32 Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + int Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - int Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -37782,9 +37782,9 @@ abstract class NSBinarySearchingOptions { abstract class NSOrderedCollectionDifferenceCalculationOptions { static const int NSOrderedCollectionDifferenceCalculationOmitInsertedObjects = - 1; + 1; static const int NSOrderedCollectionDifferenceCalculationOmitRemovedObjects = - 2; + 2; static const int NSOrderedCollectionDifferenceCalculationInferMoves = 4; } @@ -37794,12 +37794,12 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_ObjCObject_closureRegistry = {}; @@ -37816,9 +37816,9 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_ObjCObject_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_ObjCObject extends _ObjCBlockBase { @@ -37830,55 +37830,55 @@ class ObjCBlock_bool_ObjCObject_ObjCObject extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ObjCObject.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ObjCObject.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ObjCObject_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ObjCObject_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -38014,7 +38014,7 @@ class NSPredicate extends NSObject { static NSPredicate alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPredicate1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPredicate1, _lib._sel_alloc1); return NSPredicate._(_ret, _lib, retain: false, release: true); } @@ -38104,16 +38104,16 @@ bool _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistry = -{}; + {}; int _ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure( Function fn) { @@ -38127,9 +38127,9 @@ bool _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_NSDictionary_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_NSDictionary extends _ObjCBlockBase { @@ -38141,55 +38141,55 @@ class ObjCBlock_bool_ObjCObject_NSDictionary extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_NSDictionary_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_NSDictionary.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_NSDictionary_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_NSDictionary_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -38260,7 +38260,7 @@ class NSDictionary extends NSObject { NSArray allKeysForObject_(NSObject anObject) { final _ret = - _lib._objc_msgSend_62(_id, _lib._sel_allKeysForObject_1, anObject._id); + _lib._objc_msgSend_62(_id, _lib._sel_allKeysForObject_1, anObject._id); return NSArray._(_ret, _lib, retain: true, release: true); } @@ -38280,7 +38280,7 @@ class NSDictionary extends NSObject { NSString? get descriptionInStringsFileFormat { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_descriptionInStringsFileFormat1); + _lib._objc_msgSend_20(_id, _lib._sel_descriptionInStringsFileFormat1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -38430,7 +38430,7 @@ class NSDictionary extends NSObject { static NSDictionary dictionary(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_dictionary1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_dictionary1); return NSDictionary._(_ret, _lib, retain: true, release: true); } @@ -38572,7 +38572,7 @@ class NSDictionary extends NSObject { NSString fileGroupOwnerAccountName() { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_fileGroupOwnerAccountName1); + _lib._objc_msgSend_20(_id, _lib._sel_fileGroupOwnerAccountName1); return NSString._(_ret, _lib, retain: true, release: true); } @@ -38616,7 +38616,7 @@ class NSDictionary extends NSObject { NSNumber fileGroupOwnerAccountID() { final _ret = - _lib._objc_msgSend_198(_id, _lib._sel_fileGroupOwnerAccountID1); + _lib._objc_msgSend_198(_id, _lib._sel_fileGroupOwnerAccountID1); return NSNumber._(_ret, _lib, retain: true, release: true); } @@ -38629,7 +38629,7 @@ class NSDictionary extends NSObject { static NSDictionary new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_new1); return NSDictionary._(_ret, _lib, retain: false, release: true); } @@ -38642,7 +38642,7 @@ class NSDictionary extends NSObject { static NSDictionary alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDictionary1, _lib._sel_alloc1); return NSDictionary._(_ret, _lib, retain: false, release: true); } @@ -38721,23 +38721,23 @@ void _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1, ffi.Pointer arg2)>>() .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -38748,9 +38748,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { @@ -38762,62 +38762,62 @@ class ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -38828,21 +38828,21 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1, ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1, ffi.Pointer arg2)>>() .asFunction< - bool Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + bool Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry = -{}; + {}; int _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(Function fn) { final id = ++_ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistryIndex; _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -38854,9 +38854,9 @@ bool _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as bool Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as bool Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_bool_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { @@ -38868,63 +38868,63 @@ class ObjCBlock_bool_ObjCObject_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_ObjCObject_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -39000,13 +39000,13 @@ class NSDate extends NSObject { NSObject addTimeInterval_(double seconds) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_addTimeInterval_1, seconds); + _lib._objc_msgSend_156(_id, _lib._sel_addTimeInterval_1, seconds); return NSObject._(_ret, _lib, retain: true, release: true); } NSDate dateByAddingTimeInterval_(double ti) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); + _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -39081,7 +39081,7 @@ class NSDate extends NSObject { static NSDate? getDistantFuture(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantFuture1); + _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantFuture1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39089,7 +39089,7 @@ class NSDate extends NSObject { static NSDate? getDistantPast(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantPast1); + _lib._objc_msgSend_162(_lib._class_NSDate1, _lib._sel_distantPast1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39530,13 +39530,13 @@ class NSCalendarDate extends NSDate { @override NSCalendarDate dateByAddingTimeInterval_(double ti) { final _ret = - _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); + _lib._objc_msgSend_156(_id, _lib._sel_dateByAddingTimeInterval_1, ti); return NSCalendarDate._(_ret, _lib, retain: true, release: true); } static NSCalendarDate date(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_date1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_date1); return NSCalendarDate._(_ret, _lib, retain: true, release: true); } @@ -39573,7 +39573,7 @@ class NSCalendarDate extends NSDate { static NSDate? getNow(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_162(_lib._class_NSCalendarDate1, _lib._sel_now1); + _lib._objc_msgSend_162(_lib._class_NSCalendarDate1, _lib._sel_now1); return _ret.address == 0 ? null : NSDate._(_ret, _lib, retain: true, release: true); @@ -39629,7 +39629,7 @@ class NSCalendarDate extends NSDate { static NSCalendarDate new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_new1); return NSCalendarDate._(_ret, _lib, retain: false, release: true); } @@ -39642,7 +39642,7 @@ class NSCalendarDate extends NSDate { static NSCalendarDate alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCalendarDate1, _lib._sel_alloc1); return NSCalendarDate._(_ret, _lib, retain: false, release: true); } @@ -39949,7 +39949,7 @@ class NSTimeZone extends NSObject { static NSTimeZone alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSTimeZone1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSTimeZone1, _lib._sel_alloc1); return NSTimeZone._(_ret, _lib, retain: false, release: true); } @@ -40260,7 +40260,7 @@ class NSLocale extends NSObject { NSString? get alternateQuotationBeginDelimiter { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationBeginDelimiter1); + _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationBeginDelimiter1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -40268,7 +40268,7 @@ class NSLocale extends NSObject { NSString? get alternateQuotationEndDelimiter { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationEndDelimiter1); + _lib._objc_msgSend_20(_id, _lib._sel_alternateQuotationEndDelimiter1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -40284,7 +40284,7 @@ class NSLocale extends NSObject { static NSLocale? getCurrentLocale(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_currentLocale1); + _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_currentLocale1); return _ret.address == 0 ? null : NSLocale._(_ret, _lib, retain: true, release: true); @@ -40292,7 +40292,7 @@ class NSLocale extends NSObject { static NSLocale? getSystemLocale(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_systemLocale1); + _lib._objc_msgSend_182(_lib._class_NSLocale1, _lib._sel_systemLocale1); return _ret.address == 0 ? null : NSLocale._(_ret, _lib, retain: true, release: true); @@ -40774,7 +40774,7 @@ class NSCharacterSet extends NSObject { static NSCharacterSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_new1); return NSCharacterSet._(_ret, _lib, retain: false, release: true); } @@ -40787,7 +40787,7 @@ class NSCharacterSet extends NSObject { static NSCharacterSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCharacterSet1, _lib._sel_alloc1); return NSCharacterSet._(_ret, _lib, retain: false, release: true); } @@ -40874,7 +40874,7 @@ abstract class NSURLBookmarkCreationOptions { static const int NSURLBookmarkCreationWithSecurityScope = 2048; static const int NSURLBookmarkCreationSecurityScopeAllowOnlyReadAccess = 4096; static const int NSURLBookmarkCreationWithoutImplicitSecurityScope = - 536870912; + 536870912; } abstract class NSURLBookmarkResolutionOptions { @@ -41046,7 +41046,7 @@ class NSURLHandle extends NSObject { static NSURLHandle alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLHandle1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLHandle1, _lib._sel_alloc1); return NSURLHandle._(_ret, _lib, retain: false, release: true); } @@ -41132,8 +41132,8 @@ abstract class NSDataWritingOptions { static const int NSDataWritingFileProtectionComplete = 536870912; static const int NSDataWritingFileProtectionCompleteUnlessOpen = 805306368; static const int - NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication = - 1073741824; + NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication = + 1073741824; static const int NSDataWritingFileProtectionMask = 4026531840; static const int NSAtomicWrite = 1; } @@ -41150,16 +41150,16 @@ void _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure( Function fn) { @@ -41174,9 +41174,9 @@ void _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ffiVoid_NSRange_bool extends _ObjCBlockBase { @@ -41188,59 +41188,59 @@ class ObjCBlock_ffiVoid_ffiVoid_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiVoid_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoid_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoid_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -41256,19 +41256,19 @@ abstract class NSDataReadingOptions { void _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, int arg1) { return block.ref.target - .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() - .asFunction arg0, int arg1)>()( + .cast< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() + .asFunction arg0, int arg1)>()( arg0, arg1); } final _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -41291,47 +41291,47 @@ class ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong extends _ObjCBlockBase { ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.UnsignedLong arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.UnsignedLong arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoid_ffiUnsignedLong_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, int arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, ffi.UnsignedLong arg1)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, int arg1)>()(_id, arg0, arg1); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, int arg1)>()(_id, arg0, arg1); } } @@ -41391,25 +41391,25 @@ void _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg3) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - _NSRange arg2, ffi.Pointer arg3)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + _NSRange arg2, ffi.Pointer arg3)>>() .asFunction< - void Function( - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>()(arg0, arg1, arg2, arg3); + void Function( + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>()(arg0, arg1, arg2, arg3); } final _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -41421,9 +41421,9 @@ void _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline( _NSRange arg2, ffi.Pointer arg3) { return (_ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, _NSRange, - ffi.Pointer))(arg0, arg1, arg2, arg3); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, _NSRange, + ffi.Pointer))(arg0, arg1, arg2, arg3); } class ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool extends _ObjCBlockBase { @@ -41435,64 +41435,64 @@ class ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - _NSRange arg2, ffi.Pointer arg3)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + _NSRange arg2, ffi.Pointer arg3)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>( - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>( + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, - ffi.Pointer arg3) - fn) + ffi.Pointer arg3) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>( - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>( + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSString_NSRange_NSRange_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, ffi.Pointer arg3) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + _NSRange arg2, + ffi.Pointer arg3)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, _NSRange arg2, - ffi.Pointer arg3)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - _NSRange arg2, - ffi.Pointer arg3)>()(_id, arg0, arg1, arg2, arg3); + ffi.Pointer arg3)>()(_id, arg0, arg1, arg2, arg3); } } @@ -41502,12 +41502,12 @@ void _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSString_bool_closureRegistry = {}; @@ -41524,9 +41524,9 @@ void _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSString_bool_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSString_bool extends _ObjCBlockBase { @@ -41537,53 +41537,53 @@ class ObjCBlock_ffiVoid_NSString_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSString_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSString_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSString_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSString_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSString_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSString_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -41598,23 +41598,23 @@ void _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline( int arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1)>>() .asFunction< - void Function( - ffi.Pointer arg0, int arg1)>()(arg0, arg1); + void Function( + ffi.Pointer arg0, int arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex = -0; + 0; ffi.Pointer -_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -41624,8 +41624,8 @@ void _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline( ffi.Pointer arg0, int arg1) { return (_ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int))(arg0, arg1); + block.ref.target.address] + as void Function(ffi.Pointer, int))(arg0, arg1); } class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong @@ -41638,21 +41638,21 @@ class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.UnsignedLong arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.UnsignedLong arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. @@ -41660,31 +41660,31 @@ class ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.UnsignedLong arg1)>( - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>( + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiUnsignedShort_ffiUnsignedLong_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, int arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.UnsignedLong arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.UnsignedLong arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1)>()(_id, arg0, arg1); + int arg1)>()(_id, arg0, arg1); } } @@ -41809,7 +41809,7 @@ class NSOrthography extends NSObject { static NSOrthography new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_new1); return NSOrthography._(_ret, _lib, retain: false, release: true); } @@ -41822,7 +41822,7 @@ class NSOrthography extends NSObject { static NSOrthography alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOrthography1, _lib._sel_alloc1); return NSOrthography._(_ret, _lib, retain: false, release: true); } @@ -41900,12 +41900,12 @@ void _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ObjCObject_bool_closureRegistry = {}; @@ -41922,9 +41922,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_ObjCObject_bool extends _ObjCBlockBase { @@ -41936,53 +41936,53 @@ class ObjCBlock_ffiVoid_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -41992,12 +41992,12 @@ bool _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer arg0, ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer arg0, ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_ObjCObject_bool_closureRegistry = {}; @@ -42014,9 +42014,9 @@ bool _ObjCBlock_bool_ObjCObject_bool_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_ObjCObject_bool_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase { @@ -42027,56 +42027,56 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase { ObjCBlock_bool_ObjCObject_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib - ._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, - false) - .cast(), - ptr.cast()), - lib); + lib + ._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, + false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_ObjCObject_bool.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_ObjCObject_bool_closureTrampoline, - false) - .cast(), - _ObjCBlock_bool_ObjCObject_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_ObjCObject_bool_closureTrampoline, + false) + .cast(), + _ObjCBlock_bool_ObjCObject_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -42568,13 +42568,13 @@ class NSFileManager extends NSObject { } bool - replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_( - NSURL? originalItemURL, - NSURL? newItemURL, - NSString? backupItemName, - int options, - ffi.Pointer> resultingURL, - ffi.Pointer> error) { + replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_( + NSURL? originalItemURL, + NSURL? newItemURL, + NSString? backupItemName, + int options, + ffi.Pointer> resultingURL, + ffi.Pointer> error) { return _lib._objc_msgSend_432( _id, _lib._sel_replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error_1, @@ -42668,7 +42668,7 @@ class NSFileManager extends NSObject { NSURL? get homeDirectoryForCurrentUser { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_homeDirectoryForCurrentUser1); + _lib._objc_msgSend_40(_id, _lib._sel_homeDirectoryForCurrentUser1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -42695,7 +42695,7 @@ class NSFileManager extends NSObject { static NSFileManager new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_new1); return NSFileManager._(_ret, _lib, retain: false, release: true); } @@ -42708,7 +42708,7 @@ class NSFileManager extends NSObject { static NSFileManager alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileManager1, _lib._sel_alloc1); return NSFileManager._(_ret, _lib, retain: false, release: true); } @@ -42794,7 +42794,7 @@ void _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -42809,7 +42809,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSError_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSError_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSError_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSError extends _ObjCBlockBase { @@ -42820,42 +42820,42 @@ class ObjCBlock_ffiVoid_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -42917,12 +42917,12 @@ bool _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_bool_NSURL_NSError_closureRegistry = {}; @@ -42939,9 +42939,9 @@ bool _ObjCBlock_bool_NSURL_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_bool_NSURL_NSError_closureRegistry[ - block.ref.target.address] - as bool Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as bool Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_bool_NSURL_NSError extends _ObjCBlockBase { @@ -42952,53 +42952,53 @@ class ObjCBlock_bool_NSURL_NSError extends _ObjCBlockBase { ObjCBlock_bool_NSURL_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Bool Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline, false) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_NSURL_NSError_fnPtrTrampoline, false) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_bool_NSURL_NSError.fromFunction( SentryCocoa lib, bool Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_bool_NSURL_NSError_closureTrampoline, false) - .cast(), - _ObjCBlock_bool_NSURL_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_bool_NSURL_NSError_closureTrampoline, false) + .cast(), + _ObjCBlock_bool_NSURL_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; bool call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Bool Function( + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + bool Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - bool Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -43013,16 +43013,16 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure( Function fn) { @@ -43036,9 +43036,9 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSDictionary_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSDictionary_NSError extends _ObjCBlockBase { @@ -43050,53 +43050,53 @@ class ObjCBlock_ffiVoid_NSDictionary_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSDictionary_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSDictionary_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -43153,7 +43153,7 @@ class NSMutableArray extends NSArray { NSMutableArray initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43238,10 +43238,10 @@ class NSMutableArray extends NSArray { void sortUsingFunction_context_( ffi.Pointer< - ffi.NativeFunction< - ffi.Long Function(ffi.Pointer, - ffi.Pointer, ffi.Pointer)>> - compare, + ffi.NativeFunction< + ffi.Long Function(ffi.Pointer, + ffi.Pointer, ffi.Pointer)>> + compare, ffi.Pointer context) { _lib._objc_msgSend_448( _id, _lib._sel_sortUsingFunction_context_1, compare, context); @@ -43339,7 +43339,7 @@ class NSMutableArray extends NSArray { static NSMutableArray array(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_array1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_array1); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43371,7 +43371,7 @@ class NSMutableArray extends NSArray { @override NSMutableArray initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableArray._(_ret, _lib, retain: true, release: true); } @@ -43401,7 +43401,7 @@ class NSMutableArray extends NSArray { static NSMutableArray new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_new1); return NSMutableArray._(_ret, _lib, retain: false, release: true); } @@ -43414,7 +43414,7 @@ class NSMutableArray extends NSArray { static NSMutableArray alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableArray1, _lib._sel_alloc1); return NSMutableArray._(_ret, _lib, retain: false, release: true); } @@ -43539,7 +43539,7 @@ class NSMutableOrderedSet extends NSOrderedSet { NSMutableOrderedSet initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -43775,14 +43775,14 @@ class NSMutableOrderedSet extends NSOrderedSet { @override NSMutableOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @override NSMutableOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -43858,7 +43858,7 @@ class NSMutableOrderedSet extends NSOrderedSet { static NSMutableOrderedSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableOrderedSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableOrderedSet1, _lib._sel_new1); return NSMutableOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44050,7 +44050,7 @@ class NSOrderedSet extends NSObject { NSObject objectAtIndexedSubscript_(int idx) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); + _lib._objc_msgSend_60(_id, _lib._sel_objectAtIndexedSubscript_1, idx); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -44206,7 +44206,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet orderedSet(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_orderedSet1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_orderedSet1); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -44280,13 +44280,13 @@ class NSOrderedSet extends NSObject { NSOrderedSet initWithObject_(NSObject object) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObject_1, object._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } NSOrderedSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSOrderedSet._(_ret, _lib, retain: true, release: true); } @@ -44442,7 +44442,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_new1); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44455,7 +44455,7 @@ class NSOrderedSet extends NSObject { static NSOrderedSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOrderedSet1, _lib._sel_alloc1); return NSOrderedSet._(_ret, _lib, retain: false, release: true); } @@ -44573,7 +44573,7 @@ class NSMutableSet extends NSSet { NSMutableSet initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44627,7 +44627,7 @@ class NSMutableSet extends NSSet { static NSMutableSet set1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_set1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_set1); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44665,7 +44665,7 @@ class NSMutableSet extends NSSet { @override NSMutableSet initWithObjects_(NSObject firstObj) { final _ret = - _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); + _lib._objc_msgSend_16(_id, _lib._sel_initWithObjects_1, firstObj._id); return NSMutableSet._(_ret, _lib, retain: true, release: true); } @@ -44692,7 +44692,7 @@ class NSMutableSet extends NSSet { static NSMutableSet new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_new1); return NSMutableSet._(_ret, _lib, retain: false, release: true); } @@ -44705,7 +44705,7 @@ class NSMutableSet extends NSSet { static NSMutableSet alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_alloc1); return NSMutableSet._(_ret, _lib, retain: false, release: true); } @@ -44976,7 +44976,7 @@ class NSKeyedArchiver extends NSCoder { static NSKeyedArchiver new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_new1); return NSKeyedArchiver._(_ret, _lib, retain: false, release: true); } @@ -44989,7 +44989,7 @@ class NSKeyedArchiver extends NSCoder { static NSKeyedArchiver alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSKeyedArchiver1, _lib._sel_alloc1); return NSKeyedArchiver._(_ret, _lib, retain: false, release: true); } @@ -45148,7 +45148,7 @@ class NSMutableData extends NSData { NSMutableData initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, capacity); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -45171,7 +45171,7 @@ class NSMutableData extends NSData { static NSMutableData data(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_data1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_data1); return NSMutableData._(_ret, _lib, retain: true, release: true); } @@ -45378,7 +45378,7 @@ class NSMutableData extends NSData { static NSMutableData new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_new1); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -45391,7 +45391,7 @@ class NSMutableData extends NSData { static NSMutableData alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableData1, _lib._sel_alloc1); return NSMutableData._(_ret, _lib, retain: false, release: true); } @@ -45494,7 +45494,7 @@ class NSThread extends NSObject { static NSThread? getCurrentThread(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_currentThread1); + _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_currentThread1); return _ret.address == 0 ? null : NSThread._(_ret, _lib, retain: true, release: true); @@ -45600,7 +45600,7 @@ class NSThread extends NSObject { static NSThread? getMainThread(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_mainThread1); + _lib._objc_msgSend_496(_lib._class_NSThread1, _lib._sel_mainThread1); return _ret.address == 0 ? null : NSThread._(_ret, _lib, retain: true, release: true); @@ -45625,7 +45625,7 @@ class NSThread extends NSObject { NSThread initWithBlock_(ObjCBlock_ffiVoid block) { final _ret = - _lib._objc_msgSend_511(_id, _lib._sel_initWithBlock_1, block._id); + _lib._objc_msgSend_511(_id, _lib._sel_initWithBlock_1, block._id); return NSThread._(_ret, _lib, retain: true, release: true); } @@ -45753,7 +45753,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_closureTrampoline(ffi.Pointer<_ObjCBlock> block) { return (_ObjCBlock_ffiVoid_closureRegistry[block.ref.target.address] as void - Function())(); + Function())(); } class ObjCBlock_ffiVoid extends _ObjCBlockBase { @@ -45764,30 +45764,30 @@ class ObjCBlock_ffiVoid extends _ObjCBlockBase { ObjCBlock_ffiVoid.fromFunctionPointer( SentryCocoa lib, ffi.Pointer> ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( - _ObjCBlock_ffiVoid_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( + _ObjCBlock_ffiVoid_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid.fromFunction(SentryCocoa lib, void Function() fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( - _ObjCBlock_ffiVoid_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block)>( + _ObjCBlock_ffiVoid_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call() { return _id.ref.invoke .cast< - ffi + ffi .NativeFunction block)>>() .asFunction block)>()(_id); } @@ -45834,7 +45834,7 @@ class NSMutableDictionary extends NSDictionary { NSMutableDictionary initWithCapacity_(int numItems) { final _ret = - _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); + _lib._objc_msgSend_60(_id, _lib._sel_initWithCapacity_1, numItems); return NSMutableDictionary._(_ret, _lib, retain: true, release: true); } @@ -46028,7 +46028,7 @@ class NSMutableDictionary extends NSDictionary { static NSMutableDictionary new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableDictionary1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableDictionary1, _lib._sel_new1); return NSMutableDictionary._(_ret, _lib, retain: false, release: true); } @@ -46222,7 +46222,7 @@ class NSArchiver extends NSCoder { static NSArchiver alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSArchiver1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSArchiver1, _lib._sel_alloc1); return NSArchiver._(_ret, _lib, retain: false, release: true); } @@ -46386,7 +46386,7 @@ class NSPortCoder extends NSCoder { static NSPortCoder alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortCoder1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPortCoder1, _lib._sel_alloc1); return NSPortCoder._(_ret, _lib, retain: false, release: true); } @@ -46686,7 +46686,7 @@ class NSRunLoop extends NSObject { static NSRunLoop? getMainRunLoop(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_518(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); + _lib._objc_msgSend_518(_lib._class_NSRunLoop1, _lib._sel_mainRunLoop1); return _ret.address == 0 ? null : NSRunLoop._(_ret, _lib, retain: true, release: true); @@ -46718,7 +46718,7 @@ class NSRunLoop extends NSObject { NSDate limitDateForMode_(NSString mode) { final _ret = - _lib._objc_msgSend_528(_id, _lib._sel_limitDateForMode_1, mode._id); + _lib._objc_msgSend_528(_id, _lib._sel_limitDateForMode_1, mode._id); return NSDate._(_ret, _lib, retain: true, release: true); } @@ -46940,13 +46940,13 @@ class NSTimer extends NSObject { } static NSTimer - scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_( - SentryCocoa _lib, - double ti, - NSObject aTarget, - ffi.Pointer aSelector, - NSObject userInfo, - bool yesOrNo) { + scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_( + SentryCocoa _lib, + double ti, + NSObject aTarget, + ffi.Pointer aSelector, + NSObject userInfo, + bool yesOrNo) { final _ret = _lib._objc_msgSend_521( _lib._class_NSTimer1, _lib._sel_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_1, @@ -47146,7 +47146,7 @@ void _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -47161,7 +47161,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSTimer_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSTimer_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSTimer_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSTimer extends _ObjCBlockBase { @@ -47172,42 +47172,42 @@ class ObjCBlock_ffiVoid_NSTimer extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSTimer.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTimer_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTimer.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTimer_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTimer_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTimer_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTimer_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -47288,11 +47288,11 @@ class NSConnection extends NSObject { } static NSDistantObject - rootProxyForConnectionWithRegisteredName_host_usingNameServer_( - SentryCocoa _lib, - NSString? name, - NSString? hostName, - NSPortNameServer? server) { + rootProxyForConnectionWithRegisteredName_host_usingNameServer_( + SentryCocoa _lib, + NSString? name, + NSString? hostName, + NSPortNameServer? server) { final _ret = _lib._objc_msgSend_545( _lib._class_NSConnection1, _lib._sel_rootProxyForConnectionWithRegisteredName_host_usingNameServer_1, @@ -47504,7 +47504,7 @@ class NSConnection extends NSObject { static NSConnection new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_new1); return NSConnection._(_ret, _lib, retain: false, release: true); } @@ -47517,7 +47517,7 @@ class NSConnection extends NSObject { static NSConnection alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSConnection1, _lib._sel_alloc1); return NSConnection._(_ret, _lib, retain: false, release: true); } @@ -47649,7 +47649,7 @@ class NSPortNameServer extends NSObject { static NSPortNameServer new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_new1); return NSPortNameServer._(_ret, _lib, retain: false, release: true); } @@ -47662,7 +47662,7 @@ class NSPortNameServer extends NSObject { static NSPortNameServer alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPortNameServer1, _lib._sel_alloc1); return NSPortNameServer._(_ret, _lib, retain: false, release: true); } @@ -47818,7 +47818,7 @@ class NSDistantObject extends NSProxy { static NSObject alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDistantObject1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDistantObject1, _lib._sel_alloc1); return NSObject._(_ret, _lib, retain: false, release: true); } @@ -48001,7 +48001,7 @@ class NSClassDescription extends NSObject { static NSClassDescription new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_new1); return NSClassDescription._(_ret, _lib, retain: false, release: true); } @@ -48014,7 +48014,7 @@ class NSClassDescription extends NSObject { static NSClassDescription alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSClassDescription1, _lib._sel_alloc1); return NSClassDescription._(_ret, _lib, retain: false, release: true); } @@ -48131,10 +48131,10 @@ class NSScriptObjectSpecifier extends NSObject { } NSScriptObjectSpecifier - initWithContainerClassDescription_containerSpecifier_key_( - NSScriptClassDescription? classDesc, - NSScriptObjectSpecifier? container, - NSString? property) { + initWithContainerClassDescription_containerSpecifier_key_( + NSScriptClassDescription? classDesc, + NSScriptObjectSpecifier? container, + NSString? property) { final _ret = _lib._objc_msgSend_598( _id, _lib._sel_initWithContainerClassDescription_containerSpecifier_key_1, @@ -48207,7 +48207,7 @@ class NSScriptObjectSpecifier extends NSObject { NSScriptClassDescription? get containerClassDescription { final _ret = - _lib._objc_msgSend_584(_id, _lib._sel_containerClassDescription1); + _lib._objc_msgSend_584(_id, _lib._sel_containerClassDescription1); return _ret.address == 0 ? null : NSScriptClassDescription._(_ret, _lib, retain: true, release: true); @@ -48242,7 +48242,7 @@ class NSScriptObjectSpecifier extends NSObject { NSObject get objectsByEvaluatingSpecifier { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_objectsByEvaluatingSpecifier1); + _lib._objc_msgSend_2(_id, _lib._sel_objectsByEvaluatingSpecifier1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -48257,7 +48257,7 @@ class NSScriptObjectSpecifier extends NSObject { NSScriptObjectSpecifier? get evaluationErrorSpecifier { final _ret = - _lib._objc_msgSend_588(_id, _lib._sel_evaluationErrorSpecifier1); + _lib._objc_msgSend_588(_id, _lib._sel_evaluationErrorSpecifier1); return _ret.address == 0 ? null : NSScriptObjectSpecifier._(_ret, _lib, retain: true, release: true); @@ -48475,13 +48475,13 @@ class NSAppleEventDescriptor extends NSObject { } static NSAppleEventDescriptor - appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_( - SentryCocoa _lib, - int eventClass, - int eventID, - NSAppleEventDescriptor? targetDescriptor, - int returnID, - int transactionID) { + appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_( + SentryCocoa _lib, + int eventClass, + int eventID, + NSAppleEventDescriptor? targetDescriptor, + int returnID, + int transactionID) { final _ret = _lib._objc_msgSend_568( _lib._class_NSAppleEventDescriptor1, _lib._sel_appleEventWithEventClass_eventID_targetDescriptor_returnID_transactionID_1, @@ -48538,7 +48538,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor initWithAEDescNoCopy_(ffi.Pointer aeDesc) { final _ret = - _lib._objc_msgSend_569(_id, _lib._sel_initWithAEDescNoCopy_1, aeDesc); + _lib._objc_msgSend_569(_id, _lib._sel_initWithAEDescNoCopy_1, aeDesc); return NSAppleEventDescriptor._(_ret, _lib, retain: false, release: true); } @@ -48564,12 +48564,12 @@ class NSAppleEventDescriptor extends NSObject { } NSAppleEventDescriptor - initWithEventClass_eventID_targetDescriptor_returnID_transactionID_( - int eventClass, - int eventID, - NSAppleEventDescriptor? targetDescriptor, - int returnID, - int transactionID) { + initWithEventClass_eventID_targetDescriptor_returnID_transactionID_( + int eventClass, + int eventID, + NSAppleEventDescriptor? targetDescriptor, + int returnID, + int transactionID) { final _ret = _lib._objc_msgSend_572( _id, _lib._sel_initWithEventClass_eventID_targetDescriptor_returnID_transactionID_1, @@ -48719,7 +48719,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor descriptorAtIndex_(int index) { final _ret = - _lib._objc_msgSend_578(_id, _lib._sel_descriptorAtIndex_1, index); + _lib._objc_msgSend_578(_id, _lib._sel_descriptorAtIndex_1, index); return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true); } @@ -48735,7 +48735,7 @@ class NSAppleEventDescriptor extends NSObject { NSAppleEventDescriptor descriptorForKeyword_(int keyword) { final _ret = - _lib._objc_msgSend_562(_id, _lib._sel_descriptorForKeyword_1, keyword); + _lib._objc_msgSend_562(_id, _lib._sel_descriptorForKeyword_1, keyword); return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true); } @@ -48990,7 +48990,7 @@ class NSScriptClassDescription extends NSClassDescription { NSString? get defaultSubcontainerAttributeKey { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_defaultSubcontainerAttributeKey1); + _lib._objc_msgSend_20(_id, _lib._sel_defaultSubcontainerAttributeKey1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -49451,7 +49451,7 @@ class NSScriptCommand extends NSObject { NSObject performDefaultImplementation() { final _ret = - _lib._objc_msgSend_2(_id, _lib._sel_performDefaultImplementation1); + _lib._objc_msgSend_2(_id, _lib._sel_performDefaultImplementation1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -49540,7 +49540,7 @@ class NSScriptCommand extends NSObject { static NSScriptCommand new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_new1); return NSScriptCommand._(_ret, _lib, retain: false, release: true); } @@ -49553,7 +49553,7 @@ class NSScriptCommand extends NSObject { static NSScriptCommand alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSScriptCommand1, _lib._sel_alloc1); return NSScriptCommand._(_ret, _lib, retain: false, release: true); } @@ -49667,11 +49667,11 @@ class NSItemProvider extends NSObject { } void - registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_( - NSString? typeIdentifier, - int fileOptions, - int visibility, - ObjCBlock_NSProgress_ffiVoidNSURLboolNSError loadHandler) { + registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_( + NSString? typeIdentifier, + int fileOptions, + int visibility, + ObjCBlock_NSProgress_ffiVoidNSURLboolNSError loadHandler) { _lib._objc_msgSend_624( _id, _lib._sel_registerFileRepresentationForTypeIdentifier_fileOptions_visibility_loadHandler_1, @@ -49683,7 +49683,7 @@ class NSItemProvider extends NSObject { NSArray? get registeredTypeIdentifiers { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_registeredTypeIdentifiers1); + _lib._objc_msgSend_79(_id, _lib._sel_registeredTypeIdentifiers1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -49813,7 +49813,7 @@ class NSItemProvider extends NSObject { void registerItemForTypeIdentifier_loadHandler_( NSString? typeIdentifier, ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - loadHandler) { + loadHandler) { _lib._objc_msgSend_633( _id, _lib._sel_registerItemForTypeIdentifier_loadHandler_1, @@ -49834,7 +49834,7 @@ class NSItemProvider extends NSObject { } ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - get previewImageHandler { + get previewImageHandler { final _ret = _lib._objc_msgSend_635(_id, _lib._sel_previewImageHandler1); return ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary._( _ret, _lib); @@ -49842,7 +49842,7 @@ class NSItemProvider extends NSObject { set previewImageHandler( ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary - value) { + value) { return _lib._objc_msgSend_636( _id, _lib._sel_setPreviewImageHandler_1, value._id); } @@ -49858,7 +49858,7 @@ class NSItemProvider extends NSObject { static NSItemProvider new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_new1); return NSItemProvider._(_ret, _lib, retain: false, release: true); } @@ -49871,7 +49871,7 @@ class NSItemProvider extends NSObject { static NSItemProvider alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSItemProvider1, _lib._sel_alloc1); return NSItemProvider._(_ret, _lib, retain: false, release: true); } @@ -49951,33 +49951,33 @@ abstract class NSItemProviderRepresentationVisibility { } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry = -{}; + {}; int _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(Function fn) { + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(Function fn) { final id = ++_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidNSDataNSError extends _ObjCBlockBase { @@ -49989,45 +49989,45 @@ class ObjCBlock_NSProgress_ffiVoidNSDataNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidNSDataNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidNSDataNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidNSDataNSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50152,7 +50152,7 @@ class NSProgress extends NSObject { NSString? get localizedAdditionalDescription { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_localizedAdditionalDescription1); + _lib._objc_msgSend_20(_id, _lib._sel_localizedAdditionalDescription1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -50383,7 +50383,7 @@ class NSProgress extends NSObject { static NSProgress alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProgress1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProgress1, _lib._sel_alloc1); return NSProgress._(_ret, _lib, retain: false, release: true); } @@ -50459,11 +50459,11 @@ ffi.Pointer<_ObjCBlock> _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0)>>() .asFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer arg0)>()(arg0); + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer arg0)>()(arg0); } final _ObjCBlock_ffiVoid_NSProgress_closureRegistry = {}; @@ -50478,8 +50478,8 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSProgress_registerClosure( ffi.Pointer<_ObjCBlock> _ObjCBlock_ffiVoid_NSProgress_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSProgress_closureRegistry[ - block.ref.target.address] - as ffi.Pointer<_ObjCBlock> Function(ffi.Pointer))(arg0); + block.ref.target.address] + as ffi.Pointer<_ObjCBlock> Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSProgress extends _ObjCBlockBase { @@ -50490,45 +50490,45 @@ class ObjCBlock_ffiVoid_NSProgress extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSProgress.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSProgress_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSProgress.fromFunction(SentryCocoa lib, ffi.Pointer<_ObjCBlock> Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer<_ObjCBlock> Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSProgress_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSProgress_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer<_ObjCBlock> Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSProgress_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSProgress_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer<_ObjCBlock> call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + ffi.Pointer<_ObjCBlock> Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -50538,12 +50538,12 @@ void _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSData_NSError_closureRegistry = {}; @@ -50560,9 +50560,9 @@ void _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSData_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSData_NSError extends _ObjCBlockBase { @@ -50574,53 +50574,53 @@ class ObjCBlock_ffiVoid_NSData_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSData_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSData_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -50629,34 +50629,34 @@ abstract class NSItemProviderFileOptions { } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry = -{}; + {}; int _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure(Function fn) { + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure(Function fn) { final id = - ++_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex; + ++_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidNSURLboolNSError extends _ObjCBlockBase { @@ -50668,46 +50668,46 @@ class ObjCBlock_NSProgress_ffiVoidNSURLboolNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidNSURLboolNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidNSURLboolNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidNSURLboolNSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50718,12 +50718,12 @@ void _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureRegistry = {}; @@ -50741,9 +50741,9 @@ void _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURL_bool_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURL_bool_NSError extends _ObjCBlockBase { @@ -50755,59 +50755,59 @@ class ObjCBlock_ffiVoid_NSURL_bool_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_bool_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_bool_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_bool_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_bool_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_bool_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_bool_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -50817,12 +50817,12 @@ void _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSURL_NSError_closureRegistry = {}; @@ -50839,9 +50839,9 @@ void _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSURL_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSURL_NSError extends _ObjCBlockBase { @@ -50852,86 +50852,86 @@ class ObjCBlock_ffiVoid_NSURL_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURL_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURL_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>()(arg0); + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>()(arg0); } final _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry = -{}; + {}; int _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( - Function fn) { + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex; + ++_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistryIndex; _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } ffi.Pointer -_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0) { return (_ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureRegistry[ - block.ref.target.address] - as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); + block.ref.target.address] + as ffi.Pointer Function(ffi.Pointer<_ObjCBlock>))(arg0); } class ObjCBlock_NSProgress_ffiVoidObjCObjectNSError extends _ObjCBlockBase { @@ -50943,46 +50943,46 @@ class ObjCBlock_NSProgress_ffiVoidObjCObjectNSError extends _ObjCBlockBase { ObjCBlock_NSProgress_ffiVoidObjCObjectNSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> arg0)>> - ptr) + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> arg0)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_NSProgress_ffiVoidObjCObjectNSError.fromFunction(SentryCocoa lib, ffi.Pointer Function(ffi.Pointer<_ObjCBlock> arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Pointer Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>( - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline) - .cast(), - _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Pointer Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>( + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_closureTrampoline) + .cast(), + _ObjCBlock_NSProgress_ffiVoidObjCObjectNSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; ffi.Pointer call(ffi.Pointer<_ObjCBlock> arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>>() + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>>() .asFunction< - ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); + ffi.Pointer Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0)>()(_id, arg0); } } @@ -50992,12 +50992,12 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_ObjCObject_NSError_closureRegistry = {}; @@ -51014,9 +51014,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_ObjCObject_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_ObjCObject_NSError extends _ObjCBlockBase { @@ -51028,100 +51028,100 @@ class ObjCBlock_ffiVoid_ObjCObject_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_ObjCObject_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } void -_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2) { + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex = -0; + 0; ffi.Pointer -_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistryIndex; _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry[ - id] = fn; + id] = fn; return ffi.Pointer.fromAddress(id); } void -_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2) { + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer<_ObjCBlock>, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer<_ObjCBlock>, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary @@ -51134,62 +51134,62 @@ class ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary.fromFunction( SentryCocoa lib, void Function(ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ffiVoidObjCObjectNSError_ObjCObject_NSDictionary_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer<_ObjCBlock> arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer<_ObjCBlock> arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer<_ObjCBlock> arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -51270,7 +51270,7 @@ class NSMutableString extends NSString { NSMutableString initWithCapacity_(int capacity) { final _ret = - _lib._objc_msgSend_642(_id, _lib._sel_initWithCapacity_1, capacity); + _lib._objc_msgSend_642(_id, _lib._sel_initWithCapacity_1, capacity); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -51429,11 +51429,11 @@ class NSMutableString extends NSString { @override NSMutableString - initWithValidatedFormat_validFormatSpecifiers_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_352( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_arguments_error_1, @@ -51446,12 +51446,12 @@ class NSMutableString extends NSString { @override NSMutableString - initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( - NSString? format, - NSString? validFormatSpecifiers, - NSObject locale, - ffi.Pointer<__va_list_tag> argList, - ffi.Pointer> error) { + initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_( + NSString? format, + NSString? validFormatSpecifiers, + NSObject locale, + ffi.Pointer<__va_list_tag> argList, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_353( _id, _lib._sel_initWithValidatedFormat_validFormatSpecifiers_locale_arguments_error_1, @@ -51509,7 +51509,7 @@ class NSMutableString extends NSString { static NSMutableString string(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_string1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_string1); return NSMutableString._(_ret, _lib, retain: true, release: true); } @@ -51561,11 +51561,11 @@ class NSMutableString extends NSString { } static NSMutableString - localizedStringWithValidatedFormat_validFormatSpecifiers_error_( - SentryCocoa _lib, - NSString? format, - NSString? validFormatSpecifiers, - ffi.Pointer> error) { + localizedStringWithValidatedFormat_validFormatSpecifiers_error_( + SentryCocoa _lib, + NSString? format, + NSString? validFormatSpecifiers, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_350( _lib._class_NSMutableString1, _lib._sel_localizedStringWithValidatedFormat_validFormatSpecifiers_error_1, @@ -51699,12 +51699,12 @@ class NSMutableString extends NSString { } static int - stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( - SentryCocoa _lib, - NSData? data, - NSDictionary? opts, - ffi.Pointer> string, - ffi.Pointer usedLossyConversion) { + stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_( + SentryCocoa _lib, + NSData? data, + NSDictionary? opts, + ffi.Pointer> string, + ffi.Pointer usedLossyConversion) { return _lib._objc_msgSend_363( _lib._class_NSMutableString1, _lib._sel_stringEncodingForData_encodingOptions_convertedString_usedLossyConversion_1, @@ -51748,7 +51748,7 @@ class NSMutableString extends NSString { static NSMutableString new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_new1); return NSMutableString._(_ret, _lib, retain: false, release: true); } @@ -51761,7 +51761,7 @@ class NSMutableString extends NSString { static NSMutableString alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMutableString1, _lib._sel_alloc1); return NSMutableString._(_ret, _lib, retain: false, release: true); } @@ -51916,7 +51916,7 @@ class NSNotification extends NSObject { static NSNotification new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_new1); return NSNotification._(_ret, _lib, retain: false, release: true); } @@ -51929,7 +51929,7 @@ class NSNotification extends NSObject { static NSNotification alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNotification1, _lib._sel_alloc1); return NSNotification._(_ret, _lib, retain: false, release: true); } @@ -52026,7 +52026,7 @@ class NSBundle extends NSObject { static NSBundle? getMainBundle(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_644(_lib._class_NSBundle1, _lib._sel_mainBundle1); + _lib._objc_msgSend_644(_lib._class_NSBundle1, _lib._sel_mainBundle1); return _ret.address == 0 ? null : NSBundle._(_ret, _lib, retain: true, release: true); @@ -52071,7 +52071,7 @@ class NSBundle extends NSObject { static NSArray? getAllBundles(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allBundles1); + _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allBundles1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -52079,7 +52079,7 @@ class NSBundle extends NSObject { static NSArray? getAllFrameworks(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allFrameworks1); + _lib._objc_msgSend_79(_lib._class_NSBundle1, _lib._sel_allFrameworks1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -52395,7 +52395,7 @@ class NSBundle extends NSObject { NSDictionary? get localizedInfoDictionary { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_localizedInfoDictionary1); + _lib._objc_msgSend_170(_id, _lib._sel_localizedInfoDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -52804,7 +52804,7 @@ class NSAttributedString extends NSObject { static NSAttributedString new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_new1); return NSAttributedString._(_ret, _lib, retain: false, release: true); } @@ -52817,7 +52817,7 @@ class NSAttributedString extends NSObject { static NSAttributedString alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSAttributedString1, _lib._sel_alloc1); return NSAttributedString._(_ret, _lib, retain: false, release: true); } @@ -52892,7 +52892,7 @@ class NSAttributedString extends NSObject { abstract class NSAttributedStringEnumerationOptions { static const int NSAttributedStringEnumerationReverse = 2; static const int - NSAttributedStringEnumerationLongestEffectiveRangeNotRequired = 1048576; + NSAttributedStringEnumerationLongestEffectiveRangeNotRequired = 1048576; } void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline( @@ -52902,21 +52902,21 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -52927,9 +52927,9 @@ void _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSDictionary_NSRange_bool extends _ObjCBlockBase { @@ -52941,60 +52941,60 @@ class ObjCBlock_ffiVoid_NSDictionary_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_NSRange_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -53005,19 +53005,19 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -53029,9 +53029,9 @@ void _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline( _NSRange arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, _NSRange, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, _NSRange, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_ObjCObject_NSRange_bool extends _ObjCBlockBase { @@ -53043,59 +53043,59 @@ class ObjCBlock_ffiVoid_ObjCObject_NSRange_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, _NSRange arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_ObjCObject_NSRange_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, _NSRange arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + _NSRange arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, _NSRange arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - _NSRange arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -53107,7 +53107,7 @@ class NSAttributedStringMarkdownParsingOptions extends NSObject { /// Returns a [NSAttributedStringMarkdownParsingOptions] that points to the same underlying object as [other]. static NSAttributedStringMarkdownParsingOptions - castFrom(T other) { + castFrom(T other) { return NSAttributedStringMarkdownParsingOptions._(other._id, other._lib, retain: true, release: true); } @@ -53281,22 +53281,22 @@ abstract class NSAttributedStringMarkdownInterpretedSyntax { static const int NSAttributedStringMarkdownInterpretedSyntaxFull = 0; static const int NSAttributedStringMarkdownInterpretedSyntaxInlineOnly = 1; static const int - NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace = - 2; + NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace = + 2; } abstract class NSAttributedStringMarkdownParsingFailurePolicy { static const int NSAttributedStringMarkdownParsingFailureReturnError = 0; static const int - NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible = - 1; + NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible = + 1; } abstract class NSAttributedStringFormattingOptions { static const int - NSAttributedStringFormattingInsertArgumentAttributesWithoutMerging = 1; + NSAttributedStringFormattingInsertArgumentAttributesWithoutMerging = 1; static const int NSAttributedStringFormattingApplyReplacementIndexAttribute = - 2; + 2; } class NSMutableAttributedString extends NSAttributedString { @@ -53427,11 +53427,11 @@ class NSMutableAttributedString extends NSAttributedString { @override NSMutableAttributedString - initWithContentsOfMarkdownFileAtURL_options_baseURL_error_( - NSURL? markdownFile, - NSAttributedStringMarkdownParsingOptions? options, - NSURL? baseURL, - ffi.Pointer> error) { + initWithContentsOfMarkdownFileAtURL_options_baseURL_error_( + NSURL? markdownFile, + NSAttributedStringMarkdownParsingOptions? options, + NSURL? baseURL, + ffi.Pointer> error) { final _ret = _lib._objc_msgSend_669( _id, _lib._sel_initWithContentsOfMarkdownFileAtURL_options_baseURL_error_1, @@ -53947,7 +53947,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -53960,7 +53960,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get veryShortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -53987,7 +53987,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get standaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54000,7 +54000,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54054,7 +54054,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get standaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54067,7 +54067,7 @@ class NSDateFormatter extends NSFormatter { NSArray? get shortStandaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54123,7 +54123,7 @@ class NSDateFormatter extends NSFormatter { static NSDateFormatter new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_new1); return NSDateFormatter._(_ret, _lib, retain: false, release: true); } @@ -54136,7 +54136,7 @@ class NSDateFormatter extends NSFormatter { static NSDateFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDateFormatter1, _lib._sel_alloc1); return NSDateFormatter._(_ret, _lib, retain: false, release: true); } @@ -54233,7 +54233,7 @@ class NSFormatter extends NSObject { NSString stringForObjectValue_(NSObject obj) { final _ret = - _lib._objc_msgSend_65(_id, _lib._sel_stringForObjectValue_1, obj._id); + _lib._objc_msgSend_65(_id, _lib._sel_stringForObjectValue_1, obj._id); return NSString._(_ret, _lib, retain: true, release: true); } @@ -54278,12 +54278,12 @@ class NSFormatter extends NSObject { } bool - isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_( - ffi.Pointer> partialStringPtr, - ffi.Pointer<_NSRange> proposedSelRangePtr, - NSString? origString, - _NSRange origSelRange, - ffi.Pointer> error) { + isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_( + ffi.Pointer> partialStringPtr, + ffi.Pointer<_NSRange> proposedSelRangePtr, + NSString? origString, + _NSRange origSelRange, + ffi.Pointer> error) { return _lib._objc_msgSend_689( _id, _lib._sel_isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_1, @@ -54314,7 +54314,7 @@ class NSFormatter extends NSObject { static NSFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFormatter1, _lib._sel_alloc1); return NSFormatter._(_ret, _lib, retain: false, release: true); } @@ -54557,7 +54557,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54565,7 +54565,7 @@ class NSCalendar extends NSObject { NSArray? get veryShortStandaloneMonthSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_veryShortStandaloneMonthSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54594,7 +54594,7 @@ class NSCalendar extends NSObject { NSArray? get standaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54602,7 +54602,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneWeekdaySymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneWeekdaySymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54632,7 +54632,7 @@ class NSCalendar extends NSObject { NSArray? get standaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_standaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54640,7 +54640,7 @@ class NSCalendar extends NSObject { NSArray? get shortStandaloneQuarterSymbols { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); + _lib._objc_msgSend_79(_id, _lib._sel_shortStandaloneQuarterSymbols1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -54809,15 +54809,15 @@ class NSCalendar extends NSObject { } NSDate - dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_( - int eraValue, - int yearValue, - int weekValue, - int weekdayValue, - int hourValue, - int minuteValue, - int secondValue, - int nanosecondValue) { + dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_( + int eraValue, + int yearValue, + int weekValue, + int weekdayValue, + int hourValue, + int minuteValue, + int secondValue, + int nanosecondValue) { final _ret = _lib._objc_msgSend_716( _id, _lib._sel_dateWithEra_yearForWeekOfYear_weekOfYear_weekday_hour_minute_second_nanosecond_1, @@ -55040,7 +55040,7 @@ class NSCalendar extends NSObject { static NSCalendar alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCalendar1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSCalendar1, _lib._sel_alloc1); return NSCalendar._(_ret, _lib, retain: false, release: true); } @@ -55355,7 +55355,7 @@ class NSDateComponents extends NSObject { static NSDateComponents new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_new1); return NSDateComponents._(_ret, _lib, retain: false, release: true); } @@ -55368,7 +55368,7 @@ class NSDateComponents extends NSObject { static NSDateComponents alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSDateComponents1, _lib._sel_alloc1); return NSDateComponents._(_ret, _lib, retain: false, release: true); } @@ -55458,12 +55458,12 @@ void _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSDate_bool_bool_closureRegistry = {}; @@ -55481,9 +55481,9 @@ void _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSDate_bool_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSDate_bool_bool extends _ObjCBlockBase { @@ -55495,59 +55495,59 @@ class ObjCBlock_ffiVoid_NSDate_bool_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDate_bool_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDate_bool_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDate_bool_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDate_bool_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSDate_bool_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDate_bool_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -55680,7 +55680,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForNegativeValues { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNegativeValues1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNegativeValues1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55707,7 +55707,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForPositiveValues { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForPositiveValues1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForPositiveValues1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55751,7 +55751,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get currencyDecimalSeparator { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_currencyDecimalSeparator1); + _lib._objc_msgSend_20(_id, _lib._sel_currencyDecimalSeparator1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -55845,7 +55845,7 @@ class NSNumberFormatter extends NSFormatter { NSDictionary? get textAttributesForNotANumber { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNotANumber1); + _lib._objc_msgSend_170(_id, _lib._sel_textAttributesForNotANumber1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -55984,7 +55984,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get internationalCurrencySymbol { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_internationalCurrencySymbol1); + _lib._objc_msgSend_20(_id, _lib._sel_internationalCurrencySymbol1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -56194,7 +56194,7 @@ class NSNumberFormatter extends NSFormatter { NSString? get currencyGroupingSeparator { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_currencyGroupingSeparator1); + _lib._objc_msgSend_20(_id, _lib._sel_currencyGroupingSeparator1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -56293,7 +56293,7 @@ class NSNumberFormatter extends NSFormatter { NSAttributedString? get attributedStringForZero { final _ret = - _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForZero1); + _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForZero1); return _ret.address == 0 ? null : NSAttributedString._(_ret, _lib, retain: true, release: true); @@ -56318,7 +56318,7 @@ class NSNumberFormatter extends NSFormatter { NSAttributedString? get attributedStringForNotANumber { final _ret = - _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForNotANumber1); + _lib._objc_msgSend_675(_id, _lib._sel_attributedStringForNotANumber1); return _ret.address == 0 ? null : NSAttributedString._(_ret, _lib, retain: true, release: true); @@ -56351,7 +56351,7 @@ class NSNumberFormatter extends NSFormatter { static NSNumberFormatter new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_new1); return NSNumberFormatter._(_ret, _lib, retain: false, release: true); } @@ -56364,7 +56364,7 @@ class NSNumberFormatter extends NSFormatter { static NSNumberFormatter alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNumberFormatter1, _lib._sel_alloc1); return NSNumberFormatter._(_ret, _lib, retain: false, release: true); } @@ -56507,13 +56507,13 @@ class NSDecimalNumberHandler extends NSObject { } NSDecimalNumberHandler - initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero) { + initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { final _ret = _lib._objc_msgSend_746( _id, _lib._sel_initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, @@ -56527,14 +56527,14 @@ class NSDecimalNumberHandler extends NSObject { } static NSDecimalNumberHandler - decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( - SentryCocoa _lib, - int roundingMode, - int scale, - bool exact, - bool overflow, - bool underflow, - bool divideByZero) { + decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_( + SentryCocoa _lib, + int roundingMode, + int scale, + bool exact, + bool overflow, + bool underflow, + bool divideByZero) { final _ret = _lib._objc_msgSend_746( _lib._class_NSDecimalNumberHandler1, _lib._sel_decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero_1, @@ -56970,7 +56970,7 @@ class NSException extends NSObject { NSArray? get callStackReturnAddresses { final _ret = - _lib._objc_msgSend_79(_id, _lib._sel_callStackReturnAddresses1); + _lib._objc_msgSend_79(_id, _lib._sel_callStackReturnAddresses1); return _ret.address == 0 ? null : NSArray._(_ret, _lib, retain: true, release: true); @@ -57022,7 +57022,7 @@ class NSException extends NSObject { static NSException alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSException1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSException1, _lib._sel_alloc1); return NSException._(_ret, _lib, retain: false, release: true); } @@ -57337,7 +57337,7 @@ class NSFileHandle extends NSObject { NSFileHandle initWithFileDescriptor_(int fd) { final _ret = - _lib._objc_msgSend_771(_id, _lib._sel_initWithFileDescriptor_1, fd); + _lib._objc_msgSend_771(_id, _lib._sel_initWithFileDescriptor_1, fd); return NSFileHandle._(_ret, _lib, retain: true, release: true); } @@ -57352,7 +57352,7 @@ class NSFileHandle extends NSObject { NSData readDataOfLength_(int length) { final _ret = - _lib._objc_msgSend_330(_id, _lib._sel_readDataOfLength_1, length); + _lib._objc_msgSend_330(_id, _lib._sel_readDataOfLength_1, length); return NSData._(_ret, _lib, retain: true, release: true); } @@ -57393,7 +57393,7 @@ class NSFileHandle extends NSObject { static NSFileHandle new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_new1); return NSFileHandle._(_ret, _lib, retain: false, release: true); } @@ -57406,7 +57406,7 @@ class NSFileHandle extends NSObject { static NSFileHandle alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileHandle1, _lib._sel_alloc1); return NSFileHandle._(_ret, _lib, retain: false, release: true); } @@ -57482,7 +57482,7 @@ void _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -57509,42 +57509,42 @@ class ObjCBlock_ffiVoid_NSFileHandle extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSFileHandle.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSFileHandle_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSFileHandle.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSFileHandle_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSFileHandle_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSFileHandle_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSFileHandle_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -57663,7 +57663,7 @@ class NSHTTPCookieStorage extends NSObject { static NSHTTPCookieStorage new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookieStorage1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookieStorage1, _lib._sel_new1); return NSHTTPCookieStorage._(_ret, _lib, retain: false, release: true); } @@ -57895,7 +57895,7 @@ class NSHTTPCookie extends NSObject { static NSHTTPCookie new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_new1); return NSHTTPCookie._(_ret, _lib, retain: false, release: true); } @@ -57908,7 +57908,7 @@ class NSHTTPCookie extends NSObject { static NSHTTPCookie alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSHTTPCookie1, _lib._sel_alloc1); return NSHTTPCookie._(_ret, _lib, retain: false, release: true); } @@ -58163,7 +58163,7 @@ class NSURLSessionTask extends NSObject { static NSURLSessionTask new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_new1); return NSURLSessionTask._(_ret, _lib, retain: false, release: true); } @@ -58176,7 +58176,7 @@ class NSURLSessionTask extends NSObject { static NSURLSessionTask alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionTask1, _lib._sel_alloc1); return NSURLSessionTask._(_ret, _lib, retain: false, release: true); } @@ -58411,7 +58411,7 @@ class NSURLRequest extends NSObject { static NSURLRequest new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_new1); return NSURLRequest._(_ret, _lib, retain: false, release: true); } @@ -58424,7 +58424,7 @@ class NSURLRequest extends NSObject { static NSURLRequest alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLRequest1, _lib._sel_alloc1); return NSURLRequest._(_ret, _lib, retain: false, release: true); } @@ -58648,7 +58648,7 @@ class NSInputStream extends NSStream { static NSInputStream new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_new1); return NSInputStream._(_ret, _lib, retain: false, release: true); } @@ -58661,7 +58661,7 @@ class NSInputStream extends NSStream { static NSInputStream alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInputStream1, _lib._sel_alloc1); return NSInputStream._(_ret, _lib, retain: false, release: true); } @@ -58778,7 +58778,7 @@ class NSStream extends NSObject { NSObject propertyForKey_(NSString key) { final _ret = - _lib._objc_msgSend_30(_id, _lib._sel_propertyForKey_1, key._id); + _lib._objc_msgSend_30(_id, _lib._sel_propertyForKey_1, key._id); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -59092,7 +59092,7 @@ class NSOutputStream extends NSStream { static NSOutputStream new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_new1); return NSOutputStream._(_ret, _lib, retain: false, release: true); } @@ -59105,7 +59105,7 @@ class NSOutputStream extends NSStream { static NSOutputStream alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOutputStream1, _lib._sel_alloc1); return NSOutputStream._(_ret, _lib, retain: false, release: true); } @@ -59201,7 +59201,7 @@ class NSHost extends NSObject { static NSHost currentHost(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSHost1, _lib._sel_currentHost1); + _lib._objc_msgSend_2(_lib._class_NSHost1, _lib._sel_currentHost1); return NSHost._(_ret, _lib, retain: true, release: true); } @@ -59436,7 +59436,7 @@ class NSURLResponse extends NSObject { static NSURLResponse new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_new1); return NSURLResponse._(_ret, _lib, retain: false, release: true); } @@ -59449,7 +59449,7 @@ class NSURLResponse extends NSObject { static NSURLResponse alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLResponse1, _lib._sel_alloc1); return NSURLResponse._(_ret, _lib, retain: false, release: true); } @@ -59532,7 +59532,7 @@ void _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -59547,7 +59547,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSArray_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSArray_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSArray_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSArray extends _ObjCBlockBase { @@ -59558,42 +59558,42 @@ class ObjCBlock_ffiVoid_NSArray extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSArray.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSArray_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSArray.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSArray_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSArray_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSArray_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSArray_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -59647,13 +59647,13 @@ class NSIndexPath extends NSObject { NSIndexPath indexPathByAddingIndex_(int index) { final _ret = - _lib._objc_msgSend_803(_id, _lib._sel_indexPathByAddingIndex_1, index); + _lib._objc_msgSend_803(_id, _lib._sel_indexPathByAddingIndex_1, index); return NSIndexPath._(_ret, _lib, retain: true, release: true); } NSIndexPath indexPathByRemovingLastIndex() { final _ret = - _lib._objc_msgSend_804(_id, _lib._sel_indexPathByRemovingLastIndex1); + _lib._objc_msgSend_804(_id, _lib._sel_indexPathByRemovingLastIndex1); return NSIndexPath._(_ret, _lib, retain: true, release: true); } @@ -59700,7 +59700,7 @@ class NSIndexPath extends NSObject { static NSIndexPath alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSIndexPath1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSIndexPath1, _lib._sel_alloc1); return NSIndexPath._(_ret, _lib, retain: false, release: true); } @@ -59822,7 +59822,7 @@ class NSInflectionRule extends NSObject { static NSInflectionRule new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_new1); return NSInflectionRule._(_ret, _lib, retain: false, release: true); } @@ -59835,7 +59835,7 @@ class NSInflectionRule extends NSObject { static NSInflectionRule alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSInflectionRule1, _lib._sel_alloc1); return NSInflectionRule._(_ret, _lib, retain: false, release: true); } @@ -59990,7 +59990,7 @@ class NSMorphology extends NSObject { static NSMorphology new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_new1); return NSMorphology._(_ret, _lib, retain: false, release: true); } @@ -60003,7 +60003,7 @@ class NSMorphology extends NSObject { static NSMorphology alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_alloc1); return NSMorphology._(_ret, _lib, retain: false, release: true); } @@ -60442,7 +60442,7 @@ class NSOperationQueue extends NSObject { static NSOperationQueue new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_new1); return NSOperationQueue._(_ret, _lib, retain: false, release: true); } @@ -60455,7 +60455,7 @@ class NSOperationQueue extends NSObject { static NSOperationQueue alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOperationQueue1, _lib._sel_alloc1); return NSOperationQueue._(_ret, _lib, retain: false, release: true); } @@ -60673,7 +60673,7 @@ class NSOperation extends NSObject { static NSOperation alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSOperation1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSOperation1, _lib._sel_alloc1); return NSOperation._(_ret, _lib, retain: false, release: true); } @@ -60778,7 +60778,7 @@ class NSPointerArray extends NSObject { NSPointerArray initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); return NSPointerArray._(_ret, _lib, retain: true, release: true); } @@ -60884,7 +60884,7 @@ class NSPointerArray extends NSObject { static NSPointerArray new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_new1); return NSPointerArray._(_ret, _lib, retain: false, release: true); } @@ -60897,7 +60897,7 @@ class NSPointerArray extends NSObject { static NSPointerArray alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPointerArray1, _lib._sel_alloc1); return NSPointerArray._(_ret, _lib, retain: false, release: true); } @@ -61011,7 +61011,7 @@ class NSPointerFunctions extends NSObject { NSPointerFunctions initWithOptions_(int options) { final _ret = - _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); + _lib._objc_msgSend_825(_id, _lib._sel_initWithOptions_1, options); return NSPointerFunctions._(_ret, _lib, retain: true, release: true); } @@ -61023,106 +61023,106 @@ class NSPointerFunctions extends NSObject { } ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get hashFunction { - return _lib._objc_msgSend_827(_id, _lib._sel_hashFunction1); - } - - set hashFunction( - ffi.Pointer< ffi.NativeFunction< ffi.UnsignedLong Function( ffi.Pointer, ffi.Pointer< ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { - return _lib._objc_msgSend_828(_id, _lib._sel_setHashFunction_1, value); + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get hashFunction { + return _lib._objc_msgSend_827(_id, _lib._sel_hashFunction1); } - ffi.Pointer< - ffi.NativeFunction< - ffi.Bool Function( - ffi.Pointer, - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get isEqualFunction { - return _lib._objc_msgSend_829(_id, _lib._sel_isEqualFunction1); + set hashFunction( + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { + return _lib._objc_msgSend_828(_id, _lib._sel_setHashFunction_1, value); } - set isEqualFunction( - ffi.Pointer< + ffi.Pointer< ffi.NativeFunction< ffi.Bool Function( ffi.Pointer, ffi.Pointer, ffi.Pointer< ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get isEqualFunction { + return _lib._objc_msgSend_829(_id, _lib._sel_isEqualFunction1); + } + + set isEqualFunction( + ffi.Pointer< + ffi.NativeFunction< + ffi.Bool Function( + ffi.Pointer, + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { return _lib._objc_msgSend_830(_id, _lib._sel_setIsEqualFunction_1, value); } ffi.Pointer< - ffi.NativeFunction)>> - get sizeFunction { + ffi.NativeFunction)>> + get sizeFunction { return _lib._objc_msgSend_831(_id, _lib._sel_sizeFunction1); } set sizeFunction( ffi.Pointer< - ffi + ffi .NativeFunction)>> - value) { + value) { return _lib._objc_msgSend_832(_id, _lib._sel_setSizeFunction_1, value); } ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - get descriptionFunction { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + get descriptionFunction { return _lib._objc_msgSend_833(_id, _lib._sel_descriptionFunction1); } set descriptionFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function(ffi.Pointer)>> - value) { + ffi.NativeFunction< + ffi.Pointer Function(ffi.Pointer)>> + value) { return _lib._objc_msgSend_834( _id, _lib._sel_setDescriptionFunction_1, value); } ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function(ffi.Pointer)>>)>> - get relinquishFunction { - return _lib._objc_msgSend_835(_id, _lib._sel_relinquishFunction1); - } - - set relinquishFunction( - ffi.Pointer< ffi.NativeFunction< ffi.Void Function( ffi.Pointer, ffi.Pointer< ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>)>> - value) { + ffi.UnsignedLong Function(ffi.Pointer)>>)>> + get relinquishFunction { + return _lib._objc_msgSend_835(_id, _lib._sel_relinquishFunction1); + } + + set relinquishFunction( + ffi.Pointer< + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>)>> + value) { return _lib._objc_msgSend_836( _id, _lib._sel_setRelinquishFunction_1, value); } @@ -61140,15 +61140,15 @@ class NSPointerFunctions extends NSObject { set acquireFunction( ffi.Pointer< - ffi.NativeFunction< - ffi.Pointer Function( - ffi.Pointer, - ffi.Pointer< - ffi.NativeFunction< - ffi.UnsignedLong Function( - ffi.Pointer)>>, - ffi.Bool)>> - value) { + ffi.NativeFunction< + ffi.Pointer Function( + ffi.Pointer, + ffi.Pointer< + ffi.NativeFunction< + ffi.UnsignedLong Function( + ffi.Pointer)>>, + ffi.Bool)>> + value) { return _lib._objc_msgSend_838(_id, _lib._sel_setAcquireFunction_1, value); } @@ -61178,7 +61178,7 @@ class NSPointerFunctions extends NSObject { static NSPointerFunctions new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_new1); return NSPointerFunctions._(_ret, _lib, retain: false, release: true); } @@ -61191,7 +61191,7 @@ class NSPointerFunctions extends NSObject { static NSPointerFunctions alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSPointerFunctions1, _lib._sel_alloc1); return NSPointerFunctions._(_ret, _lib, retain: false, release: true); } @@ -61349,7 +61349,7 @@ class NSProcessInfo extends NSObject { NSString? get operatingSystemVersionString { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_operatingSystemVersionString1); + _lib._objc_msgSend_20(_id, _lib._sel_operatingSystemVersionString1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -61479,7 +61479,7 @@ class NSProcessInfo extends NSObject { static NSProcessInfo new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_new1); return NSProcessInfo._(_ret, _lib, retain: false, release: true); } @@ -61492,7 +61492,7 @@ class NSProcessInfo extends NSObject { static NSProcessInfo alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProcessInfo1, _lib._sel_alloc1); return NSProcessInfo._(_ret, _lib, retain: false, release: true); } @@ -61607,7 +61607,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_bool_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_bool_closureTrampoline( ffi.Pointer<_ObjCBlock> block, bool arg0) { return (_ObjCBlock_ffiVoid_bool_closureRegistry[block.ref.target.address] - as void Function(bool))(arg0); + as void Function(bool))(arg0); } class ObjCBlock_ffiVoid_bool extends _ObjCBlockBase { @@ -61618,38 +61618,38 @@ class ObjCBlock_ffiVoid_bool extends _ObjCBlockBase { ObjCBlock_ffiVoid_bool.fromFunctionPointer(SentryCocoa lib, ffi.Pointer> ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( - _ObjCBlock_ffiVoid_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( + _ObjCBlock_ffiVoid_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_bool.fromFunction( SentryCocoa lib, void Function(bool arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( - _ObjCBlock_ffiVoid_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_bool_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>( + _ObjCBlock_ffiVoid_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_bool_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(bool arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>>() + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>>() .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, bool arg0)>()(_id, arg0); + void Function( + ffi.Pointer<_ObjCBlock> block, bool arg0)>()(_id, arg0); } } @@ -61830,8 +61830,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - dateCheckingResultWithRange_date_timeZone_duration_(SentryCocoa _lib, - _NSRange range, NSDate? date, NSTimeZone? timeZone, double duration) { + dateCheckingResultWithRange_date_timeZone_duration_(SentryCocoa _lib, + _NSRange range, NSDate? date, NSTimeZone? timeZone, double duration) { final _ret = _lib._objc_msgSend_872( _lib._class_NSTextCheckingResult1, _lib._sel_dateCheckingResultWithRange_date_timeZone_duration_1, @@ -61883,8 +61883,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - replacementCheckingResultWithRange_replacementString_( - SentryCocoa _lib, _NSRange range, NSString? replacementString) { + replacementCheckingResultWithRange_replacementString_( + SentryCocoa _lib, _NSRange range, NSString? replacementString) { final _ret = _lib._objc_msgSend_875( _lib._class_NSTextCheckingResult1, _lib._sel_replacementCheckingResultWithRange_replacementString_1, @@ -61894,8 +61894,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - correctionCheckingResultWithRange_replacementString_( - SentryCocoa _lib, _NSRange range, NSString? replacementString) { + correctionCheckingResultWithRange_replacementString_( + SentryCocoa _lib, _NSRange range, NSString? replacementString) { final _ret = _lib._objc_msgSend_875( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_1, @@ -61905,11 +61905,11 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - correctionCheckingResultWithRange_replacementString_alternativeStrings_( - SentryCocoa _lib, - _NSRange range, - NSString? replacementString, - NSArray? alternativeStrings) { + correctionCheckingResultWithRange_replacementString_alternativeStrings_( + SentryCocoa _lib, + _NSRange range, + NSString? replacementString, + NSArray? alternativeStrings) { final _ret = _lib._objc_msgSend_876( _lib._class_NSTextCheckingResult1, _lib._sel_correctionCheckingResultWithRange_replacementString_alternativeStrings_1, @@ -61920,11 +61920,11 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - regularExpressionCheckingResultWithRanges_count_regularExpression_( - SentryCocoa _lib, - ffi.Pointer<_NSRange> ranges, - int count, - NSRegularExpression? regularExpression) { + regularExpressionCheckingResultWithRanges_count_regularExpression_( + SentryCocoa _lib, + ffi.Pointer<_NSRange> ranges, + int count, + NSRegularExpression? regularExpression) { final _ret = _lib._objc_msgSend_877( _lib._class_NSTextCheckingResult1, _lib._sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1, @@ -61945,8 +61945,8 @@ class NSTextCheckingResult extends NSObject { } static NSTextCheckingResult - transitInformationCheckingResultWithRange_components_( - SentryCocoa _lib, _NSRange range, NSDictionary? components) { + transitInformationCheckingResultWithRange_components_( + SentryCocoa _lib, _NSRange range, NSDictionary? components) { final _ret = _lib._objc_msgSend_873( _lib._class_NSTextCheckingResult1, _lib._sel_transitInformationCheckingResultWithRange_components_1, @@ -61963,7 +61963,7 @@ class NSTextCheckingResult extends NSObject { static NSTextCheckingResult new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSTextCheckingResult1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSTextCheckingResult1, _lib._sel_new1); return NSTextCheckingResult._(_ret, _lib, retain: false, release: true); } @@ -62244,7 +62244,7 @@ class NSRegularExpression extends NSObject { static NSRegularExpression new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSRegularExpression1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSRegularExpression1, _lib._sel_new1); return NSRegularExpression._(_ret, _lib, retain: false, release: true); } @@ -62348,45 +62348,45 @@ abstract class NSMatchingOptions { } void -_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2) { + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Int32 arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Int32 arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, int arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex = -0; + 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistryIndex; _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry[ - id] = fn; + id] = fn; return ffi.Pointer.fromAddress(id); } void -_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2) { + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + int arg1, + ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, int, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, int, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool @@ -62399,60 +62399,60 @@ class ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Int32 arg1, ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Int32 arg1, ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Int32 arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, int arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Int32 arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTextCheckingResult_NSMatchingFlags_bool_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, int arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Int32 arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Int32 arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - int arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + int arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -62613,7 +62613,7 @@ class NSURLCache extends NSObject { static NSURLCache alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCache1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLCache1, _lib._sel_alloc1); return NSURLCache._(_ret, _lib, retain: false, release: true); } @@ -62764,7 +62764,7 @@ class NSCachedURLResponse extends NSObject { static NSCachedURLResponse new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSCachedURLResponse1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSCachedURLResponse1, _lib._sel_new1); return NSCachedURLResponse._(_ret, _lib, retain: false, release: true); } @@ -62887,7 +62887,7 @@ class NSURLSessionDataTask extends NSURLSessionTask { static NSURLSessionDataTask new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSessionDataTask1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSessionDataTask1, _lib._sel_new1); return NSURLSessionDataTask._(_ret, _lib, retain: false, release: true); } @@ -62976,12 +62976,12 @@ void _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } final _ObjCBlock_ffiVoid_NSCachedURLResponse_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSCachedURLResponse_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure( Function fn) { @@ -63005,42 +63005,42 @@ class ObjCBlock_ffiVoid_NSCachedURLResponse extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSCachedURLResponse.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSCachedURLResponse_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSCachedURLResponse.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSCachedURLResponse_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSCachedURLResponse_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSCachedURLResponse_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -63176,7 +63176,7 @@ class NSURLConnection extends NSObject { static NSURLConnection new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_new1); return NSURLConnection._(_ret, _lib, retain: false, release: true); } @@ -63189,7 +63189,7 @@ class NSURLConnection extends NSObject { static NSURLConnection alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLConnection1, _lib._sel_alloc1); return NSURLConnection._(_ret, _lib, retain: false, release: true); } @@ -63268,26 +63268,26 @@ void _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -63298,9 +63298,9 @@ void _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError extends _ObjCBlockBase { @@ -63312,62 +63312,62 @@ class ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLResponse_NSData_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -63497,7 +63497,7 @@ class NSURLCredential extends NSObject { static NSURLCredential new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_new1); return NSURLCredential._(_ret, _lib, retain: false, release: true); } @@ -63510,7 +63510,7 @@ class NSURLCredential extends NSObject { static NSURLCredential alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLCredential1, _lib._sel_alloc1); return NSURLCredential._(_ret, _lib, retain: false, release: true); } @@ -63717,7 +63717,7 @@ class NSURLProtectionSpace extends NSObject { static NSURLProtectionSpace new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtectionSpace1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLProtectionSpace1, _lib._sel_new1); return NSURLProtectionSpace._(_ret, _lib, retain: false, release: true); } @@ -64045,7 +64045,7 @@ void _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -64072,42 +64072,42 @@ class ObjCBlock_ffiVoid_NSDictionary extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSDictionary.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSDictionary_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSDictionary.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSDictionary_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSDictionary_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSDictionary_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSDictionary_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -64115,7 +64115,7 @@ void _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -64143,42 +64143,42 @@ class ObjCBlock_ffiVoid_NSURLCredential extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURLCredential.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSURLCredential_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLCredential.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSURLCredential_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLCredential_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSURLCredential_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLCredential_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -64336,7 +64336,7 @@ class NSURLProtocol extends NSObject { static NSURLProtocol new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_new1); return NSURLProtocol._(_ret, _lib, retain: false, release: true); } @@ -64349,7 +64349,7 @@ class NSURLProtocol extends NSObject { static NSURLProtocol alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLProtocol1, _lib._sel_alloc1); return NSURLProtocol._(_ret, _lib, retain: false, release: true); } @@ -64690,7 +64690,7 @@ class NSMutableURLRequest extends NSURLRequest { static NSMutableURLRequest new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSMutableURLRequest1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSMutableURLRequest1, _lib._sel_new1); return NSMutableURLRequest._(_ret, _lib, retain: false, release: true); } @@ -64858,7 +64858,7 @@ class NSXMLParser extends NSObject { NSSet? get allowedExternalEntityURLs { final _ret = - _lib._objc_msgSend_295(_id, _lib._sel_allowedExternalEntityURLs1); + _lib._objc_msgSend_295(_id, _lib._sel_allowedExternalEntityURLs1); return _ret.address == 0 ? null : NSSet._(_ret, _lib, retain: true, release: true); @@ -64935,7 +64935,7 @@ class NSXMLParser extends NSObject { static NSXMLParser alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLParser1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLParser1, _lib._sel_alloc1); return NSXMLParser._(_ret, _lib, retain: false, release: true); } @@ -65161,7 +65161,7 @@ class NSFileWrapper extends NSObject { NSData? get serializedRepresentation { final _ret = - _lib._objc_msgSend_39(_id, _lib._sel_serializedRepresentation1); + _lib._objc_msgSend_39(_id, _lib._sel_serializedRepresentation1); return _ret.address == 0 ? null : NSData._(_ret, _lib, retain: true, release: true); @@ -65210,7 +65210,7 @@ class NSFileWrapper extends NSObject { NSURL? get symbolicLinkDestinationURL { final _ret = - _lib._objc_msgSend_40(_id, _lib._sel_symbolicLinkDestinationURL1); + _lib._objc_msgSend_40(_id, _lib._sel_symbolicLinkDestinationURL1); return _ret.address == 0 ? null : NSURL._(_ret, _lib, retain: true, release: true); @@ -65277,7 +65277,7 @@ class NSFileWrapper extends NSObject { static NSFileWrapper new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_new1); return NSFileWrapper._(_ret, _lib, retain: false, release: true); } @@ -65290,7 +65290,7 @@ class NSFileWrapper extends NSObject { static NSFileWrapper alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSFileWrapper1, _lib._sel_alloc1); return NSFileWrapper._(_ret, _lib, retain: false, release: true); } @@ -65591,7 +65591,7 @@ class NSURLSession extends NSObject { static NSURLSession new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_new1); return NSURLSession._(_ret, _lib, retain: false, release: true); } @@ -65683,7 +65683,7 @@ class NSURLSession extends NSObject { static NSURLSession alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSURLSession1, _lib._sel_alloc1); return NSURLSession._(_ret, _lib, retain: false, release: true); } @@ -65799,8 +65799,8 @@ class NSURLSessionConfiguration extends NSObject { } static NSURLSessionConfiguration - backgroundSessionConfigurationWithIdentifier_( - SentryCocoa _lib, NSString? identifier) { + backgroundSessionConfigurationWithIdentifier_( + SentryCocoa _lib, NSString? identifier) { final _ret = _lib._objc_msgSend_945( _lib._class_NSURLSessionConfiguration1, _lib._sel_backgroundSessionConfigurationWithIdentifier_1, @@ -65907,7 +65907,7 @@ class NSURLSessionConfiguration extends NSObject { NSString? get sharedContainerIdentifier { final _ret = - _lib._objc_msgSend_20(_id, _lib._sel_sharedContainerIdentifier1); + _lib._objc_msgSend_20(_id, _lib._sel_sharedContainerIdentifier1); return _ret.address == 0 ? null : NSString._(_ret, _lib, retain: true, release: true); @@ -65929,7 +65929,7 @@ class NSURLSessionConfiguration extends NSObject { NSDictionary? get connectionProxyDictionary { final _ret = - _lib._objc_msgSend_170(_id, _lib._sel_connectionProxyDictionary1); + _lib._objc_msgSend_170(_id, _lib._sel_connectionProxyDictionary1); return _ret.address == 0 ? null : NSDictionary._(_ret, _lib, retain: true, release: true); @@ -66237,23 +66237,23 @@ void _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(Function fn) { final id = ++_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistryIndex; _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -66265,9 +66265,9 @@ void _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSArray_NSArray_NSArray extends _ObjCBlockBase { @@ -66279,61 +66279,61 @@ class ObjCBlock_ffiVoid_NSArray_NSArray_NSArray extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSArray_NSArray_NSArray.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSArray_NSArray_NSArray.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSArray_NSArray_NSArray_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -66583,7 +66583,7 @@ void _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -66598,7 +66598,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSData_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSData_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSData_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSData extends _ObjCBlockBase { @@ -66609,42 +66609,42 @@ class ObjCBlock_ffiVoid_NSData extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSData_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSData_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSData_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -66813,16 +66813,16 @@ void _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>>() .asFunction< - void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + void Function(ffi.Pointer arg0, bool arg1, + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistryIndex = 0; ffi.Pointer _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure( Function fn) { @@ -66837,9 +66837,9 @@ void _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline( bool arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSData_bool_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, bool, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, bool, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSData_bool_NSError extends _ObjCBlockBase { @@ -66851,59 +66851,59 @@ class ObjCBlock_ffiVoid_NSData_bool_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_bool_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, ffi.Bool arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_bool_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_bool_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, bool arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_bool_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_bool_NSError_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call( ffi.Pointer arg0, bool arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Bool arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Bool arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - bool arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + bool arg1, + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67092,7 +67092,7 @@ class NSNetService extends NSObject { static NSNetService new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_new1); return NSNetService._(_ret, _lib, retain: false, release: true); } @@ -67105,7 +67105,7 @@ class NSNetService extends NSObject { static NSNetService alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSNetService1, _lib._sel_alloc1); return NSNetService._(_ret, _lib, retain: false, release: true); } @@ -67215,7 +67215,7 @@ class NSURLSessionWebSocketTask extends NSURLSessionTask { void receiveMessageWithCompletionHandler_( ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError - completionHandler) { + completionHandler) { _lib._objc_msgSend_978(_id, _lib._sel_receiveMessageWithCompletionHandler_1, completionHandler._id); } @@ -67514,23 +67514,23 @@ void _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline( ffi.Pointer arg1) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>>() .asFunction< - void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>()(arg0, arg1); + void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>()(arg0, arg1); } final _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex = -0; + 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); @@ -67541,9 +67541,9 @@ void _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline( ffi.Pointer arg0, ffi.Pointer arg1) { return (_ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureRegistry[ - block.ref.target.address] - as void Function( - ffi.Pointer, ffi.Pointer))(arg0, arg1); + block.ref.target.address] + as void Function( + ffi.Pointer, ffi.Pointer))(arg0, arg1); } class ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError @@ -67556,54 +67556,54 @@ class ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer arg0, - ffi.Pointer arg1)>> - ptr) + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer arg0, + ffi.Pointer arg1)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1) - fn) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>( - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>( + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURLSessionWebSocketMessage_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, - ffi.Pointer arg1)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1)>()(_id, arg0, arg1); + ffi.Pointer arg1)>()(_id, arg0, arg1); } } @@ -67619,7 +67619,7 @@ abstract class NSURLSessionWebSocketCloseCode { static const int NSURLSessionWebSocketCloseCodePolicyViolation = 1008; static const int NSURLSessionWebSocketCloseCodeMessageTooBig = 1009; static const int NSURLSessionWebSocketCloseCodeMandatoryExtensionMissing = - 1010; + 1010; static const int NSURLSessionWebSocketCloseCodeInternalServerError = 1011; static const int NSURLSessionWebSocketCloseCodeTLSHandshakeFailure = 1015; } @@ -67631,26 +67631,26 @@ void _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -67661,9 +67661,9 @@ void _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError extends _ObjCBlockBase { @@ -67675,62 +67675,62 @@ class ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSData_NSURLResponse_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67741,26 +67741,26 @@ void _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline( ffi.Pointer arg2) { return block.ref.target .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(arg0, arg1, arg2); + ffi.Pointer arg2)>()(arg0, arg1, arg2); } final _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( - Function fn) { + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( + Function fn) { final id = - ++_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistryIndex; _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -67771,9 +67771,9 @@ void _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline( ffi.Pointer arg1, ffi.Pointer arg2) { return (_ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureRegistry[ - block.ref.target.address] - as void Function(ffi.Pointer, ffi.Pointer, - ffi.Pointer))(arg0, arg1, arg2); + block.ref.target.address] + as void Function(ffi.Pointer, ffi.Pointer, + ffi.Pointer))(arg0, arg1, arg2); } class ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError extends _ObjCBlockBase { @@ -67785,62 +67785,62 @@ class ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi.NativeFunction< - ffi.Void Function( - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>> - ptr) + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>> + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2) - fn) + ffi.Pointer arg2) + fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>( - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>( + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0, ffi.Pointer arg1, ffi.Pointer arg2) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function( + ffi.NativeFunction< + ffi.Void Function( + ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0, + ffi.Pointer arg1, + ffi.Pointer arg2)>>() + .asFunction< + void Function( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0, ffi.Pointer arg1, - ffi.Pointer arg2)>>() - .asFunction< - void Function( - ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0, - ffi.Pointer arg1, - ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); + ffi.Pointer arg2)>()(_id, arg0, arg1, arg2); } } @@ -67904,7 +67904,7 @@ class NSProtocolChecker extends NSProxy { static NSObject alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSProtocolChecker1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSProtocolChecker1, _lib._sel_alloc1); return NSObject._(_ret, _lib, retain: false, release: true); } @@ -68074,12 +68074,12 @@ class NSTask extends NSObject { } static NSTask - launchedTaskWithExecutableURL_arguments_error_terminationHandler_( - SentryCocoa _lib, - NSURL? url, - NSArray? arguments, - ffi.Pointer> error, - ObjCBlock_ffiVoid_NSTask terminationHandler) { + launchedTaskWithExecutableURL_arguments_error_terminationHandler_( + SentryCocoa _lib, + NSURL? url, + NSArray? arguments, + ffi.Pointer> error, + ObjCBlock_ffiVoid_NSTask terminationHandler) { final _ret = _lib._objc_msgSend_997( _lib._class_NSTask1, _lib._sel_launchedTaskWithExecutableURL_arguments_error_terminationHandler_1, @@ -68225,7 +68225,7 @@ void _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } @@ -68240,7 +68240,7 @@ ffi.Pointer _ObjCBlock_ffiVoid_NSTask_registerClosure(Function fn) { void _ObjCBlock_ffiVoid_NSTask_closureTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return (_ObjCBlock_ffiVoid_NSTask_closureRegistry[block.ref.target.address] - as void Function(ffi.Pointer))(arg0); + as void Function(ffi.Pointer))(arg0); } class ObjCBlock_ffiVoid_NSTask extends _ObjCBlockBase { @@ -68251,42 +68251,42 @@ class ObjCBlock_ffiVoid_NSTask extends _ObjCBlockBase { ObjCBlock_ffiVoid_NSTask.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTask_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_NSTask.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_NSTask_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_NSTask_registerClosure(fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_NSTask_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_NSTask_registerClosure(fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } } @@ -68500,7 +68500,7 @@ class NSXMLElement extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -68630,7 +68630,7 @@ class NSXMLElement extends NSXMLNode { static NSXMLElement new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_new1); return NSXMLElement._(_ret, _lib, retain: false, release: true); } @@ -68643,7 +68643,7 @@ class NSXMLElement extends NSXMLNode { static NSXMLElement alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLElement1, _lib._sel_alloc1); return NSXMLElement._(_ret, _lib, retain: false, release: true); } @@ -68757,7 +68757,7 @@ class NSXMLNode extends NSObject { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLNode1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLNode1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -69046,7 +69046,7 @@ class NSXMLNode extends NSObject { NSString XMLStringWithOptions_(int options) { final _ret = - _lib._objc_msgSend_1030(_id, _lib._sel_XMLStringWithOptions_1, options); + _lib._objc_msgSend_1030(_id, _lib._sel_XMLStringWithOptions_1, options); return NSString._(_ret, _lib, retain: true, release: true); } @@ -69399,7 +69399,7 @@ class NSXMLDocument extends NSXMLNode { NSData XMLDataWithOptions_(int options) { final _ret = - _lib._objc_msgSend_1023(_id, _lib._sel_XMLDataWithOptions_1, options); + _lib._objc_msgSend_1023(_id, _lib._sel_XMLDataWithOptions_1, options); return NSData._(_ret, _lib, retain: true, release: true); } @@ -69456,7 +69456,7 @@ class NSXMLDocument extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -69586,7 +69586,7 @@ class NSXMLDocument extends NSXMLNode { static NSXMLDocument new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_new1); return NSXMLDocument._(_ret, _lib, retain: false, release: true); } @@ -69599,7 +69599,7 @@ class NSXMLDocument extends NSXMLNode { static NSXMLDocument alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLDocument1, _lib._sel_alloc1); return NSXMLDocument._(_ret, _lib, retain: false, release: true); } @@ -69834,7 +69834,7 @@ class NSXMLDTD extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTD1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTD1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -70144,7 +70144,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSObject document(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_document1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_document1); return NSObject._(_ret, _lib, retain: true, release: true); } @@ -70274,7 +70274,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSXMLDTDNode new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_new1); return NSXMLDTDNode._(_ret, _lib, retain: false, release: true); } @@ -70287,7 +70287,7 @@ class NSXMLDTDNode extends NSXMLNode { static NSXMLDTDNode alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_NSXMLDTDNode1, _lib._sel_alloc1); return NSXMLDTDNode._(_ret, _lib, retain: false, release: true); } @@ -70517,7 +70517,7 @@ class PrivateSentrySDKOnly extends NSObject { } static ObjCBlock_ffiVoid_SentryAppStartMeasurement - getOnAppStartMeasurementAvailable(SentryCocoa _lib) { + getOnAppStartMeasurementAvailable(SentryCocoa _lib) { final _ret = _lib._objc_msgSend_1061(_lib._class_PrivateSentrySDKOnly1, _lib._sel_onAppStartMeasurementAvailable1); return ObjCBlock_ffiVoid_SentryAppStartMeasurement._(_ret, _lib); @@ -70600,7 +70600,7 @@ class PrivateSentrySDKOnly extends NSObject { static PrivateSentrySDKOnly new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_PrivateSentrySDKOnly1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_PrivateSentrySDKOnly1, _lib._sel_new1); return PrivateSentrySDKOnly._(_ret, _lib, retain: false, release: true); } @@ -70716,7 +70716,7 @@ class SentryEnvelope extends NSObject { static SentryEnvelope new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_new1); return SentryEnvelope._(_ret, _lib, retain: false, release: true); } @@ -70805,7 +70805,7 @@ class SentryEnvelope extends NSObject { static SentryEnvelope alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelope1, _lib._sel_alloc1); return SentryEnvelope._(_ret, _lib, retain: false, release: true); } @@ -70936,7 +70936,7 @@ class SentryId extends NSObject { /// A @c SentryId with an empty UUID "00000000000000000000000000000000". static SentryId? getEmpty(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_1038(_lib._class_SentryId1, _lib._sel_empty1); + _lib._objc_msgSend_1038(_lib._class_SentryId1, _lib._sel_empty1); return _ret.address == 0 ? null : SentryId._(_ret, _lib, retain: true, release: true); @@ -71067,7 +71067,7 @@ class NSUUID extends NSObject { NSUUID initWithUUIDBytes_(ffi.Pointer bytes) { final _ret = - _lib._objc_msgSend_1034(_id, _lib._sel_initWithUUIDBytes_1, bytes); + _lib._objc_msgSend_1034(_id, _lib._sel_initWithUUIDBytes_1, bytes); return NSUUID._(_ret, _lib, retain: true, release: true); } @@ -71203,7 +71203,7 @@ class SentryEnvelopeItem extends NSObject { static SentryEnvelopeItem new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_new1); return SentryEnvelopeItem._(_ret, _lib, retain: false, release: true); } @@ -71267,7 +71267,7 @@ class SentryEnvelopeItem extends NSObject { static SentryEnvelopeItem alloc(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_alloc1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeItem1, _lib._sel_alloc1); return SentryEnvelopeItem._(_ret, _lib, retain: false, release: true); } @@ -71495,7 +71495,7 @@ class SentryEnvelopeHeader extends NSObject { static SentryEnvelopeHeader new1(SentryCocoa _lib) { final _ret = - _lib._objc_msgSend_2(_lib._class_SentryEnvelopeHeader1, _lib._sel_new1); + _lib._objc_msgSend_2(_lib._class_SentryEnvelopeHeader1, _lib._sel_new1); return SentryEnvelopeHeader._(_ret, _lib, retain: false, release: true); } @@ -71724,17 +71724,17 @@ void _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline( ffi.Pointer<_ObjCBlock> block, ffi.Pointer arg0) { return block.ref.target .cast< - ffi.NativeFunction arg0)>>() + ffi.NativeFunction arg0)>>() .asFunction arg0)>()(arg0); } final _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistry = -{}; + {}; int _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex = 0; ffi.Pointer -_ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure(Function fn) { + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure(Function fn) { final id = - ++_ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex; + ++_ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistryIndex; _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureRegistry[id] = fn; return ffi.Pointer.fromAddress(id); } @@ -71754,43 +71754,43 @@ class ObjCBlock_ffiVoid_SentryAppStartMeasurement extends _ObjCBlockBase { ObjCBlock_ffiVoid_SentryAppStartMeasurement.fromFunctionPointer( SentryCocoa lib, ffi.Pointer< - ffi + ffi .NativeFunction arg0)>> - ptr) + ptr) : this._( - lib._newBlock1( - _cFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline) - .cast(), - ptr.cast()), - lib); + lib._newBlock1( + _cFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_fnPtrTrampoline) + .cast(), + ptr.cast()), + lib); static ffi.Pointer? _cFuncTrampoline; /// Creates a block from a Dart function. ObjCBlock_ffiVoid_SentryAppStartMeasurement.fromFunction( SentryCocoa lib, void Function(ffi.Pointer arg0) fn) : this._( - lib._newBlock1( - _dartFuncTrampoline ??= ffi.Pointer.fromFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>( - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureTrampoline) - .cast(), - _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure( - fn)), - lib); + lib._newBlock1( + _dartFuncTrampoline ??= ffi.Pointer.fromFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>( + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_closureTrampoline) + .cast(), + _ObjCBlock_ffiVoid_SentryAppStartMeasurement_registerClosure( + fn)), + lib); static ffi.Pointer? _dartFuncTrampoline; void call(ffi.Pointer arg0) { return _id.ref.invoke .cast< - ffi.NativeFunction< - ffi.Void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>>() + ffi.NativeFunction< + ffi.Void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>>() .asFunction< - void Function(ffi.Pointer<_ObjCBlock> block, - ffi.Pointer arg0)>()(_id, arg0); + void Function(ffi.Pointer<_ObjCBlock> block, + ffi.Pointer arg0)>()(_id, arg0); } }