We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15a94 commit 23e9de2Copy full SHA for 23e9de2
ios/Classes/Modules/CrashReportingApi.m
@@ -46,4 +46,9 @@ - (void)sendNonFatalErrorJsonCrash:(nonnull NSString *)jsonCrash userAttributes:
46
userAttributes:userAttributes];
47
48
}
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
54
@end
0 commit comments