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 e1992c0 commit 8ec938aCopy full SHA for 8ec938a
packages/firebase_crashlytics/darwin/Classes/FirebaseCrashlyticsPlugin.m
@@ -18,8 +18,6 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
18
FirebaseCrashlyticsPlugin *instance = [[FirebaseCrashlyticsPlugin alloc] init];
19
[registrar addMethodCallDelegate:instance channel:channel];
20
21
- [FIRApp configure];
22
-
23
SEL sel = NSSelectorFromString(@"registerLibrary:withVersion:");
24
if ([FIRApp respondsToSelector:sel]) {
25
[FIRApp performSelector:sel withObject:LIBRARY_NAME withObject:LIBRARY_VERSION];
0 commit comments