We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03c55 commit fbe330aCopy full SHA for fbe330a
ios/Classes/Modules/PrivateViewApi.h
@@ -8,11 +8,9 @@
8
@property (nonatomic, strong) InstabugPrivateViewApi *flutterApi;
9
@property (nonatomic, strong) NSObject<FlutterPluginRegistrar> * flutterEngineRegistrar;
10
11
-// Corrected initializer signature
12
- (instancetype)initWithFlutterApi:(InstabugPrivateViewApi *)api
13
registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
14
15
-// Corrected block syntax for `mask` method
16
- (void)mask:(UIImage *)screenshot
17
completion:(void (^)(UIImage *maskedImage))completion;
18
- (void)handlePrivateViewsResult:(NSArray<NSNumber *> *)rectangles
0 commit comments