Skip to content

Commit 23e9de2

Browse files
committed
fix: add iOS stub APIs
1 parent 9a15a94 commit 23e9de2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/Classes/Modules/CrashReportingApi.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ - (void)sendNonFatalErrorJsonCrash:(nonnull NSString *)jsonCrash userAttributes:
4646
userAttributes:userAttributes];
4747

4848
}
49+
50+
- (void)setNDKEnabledIsEnabled:(nonnull NSNumber *)isEnabled error:(FlutterError * _Nullable __autoreleasing * _Nonnull)error {
51+
// This is auto-generated with pigeon, there is no NDK crashes for iOS.
52+
}
53+
4954
@end

0 commit comments

Comments
 (0)