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.
2 parents cbb34c4 + 81a7410 commit 2956546Copy full SHA for 2956546
ios/Classes/OneSignalPlugin.m
@@ -33,6 +33,7 @@
33
#import "OSFlutterSession.h"
34
#import "OSFlutterLocation.h"
35
#import "OSFlutterInAppMessages.h"
36
+#import "OSFlutterLiveActivities.h"
37
38
39
@interface OneSignalPlugin ()
@@ -70,7 +71,7 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
70
71
[OSFlutterSession registerWithRegistrar:registrar];
72
[OSFlutterLocation registerWithRegistrar:registrar];
73
[OSFlutterInAppMessages registerWithRegistrar:registrar];
-
74
+ [OSFlutterLiveActivities registerWithRegistrar:registrar];
75
}
76
77
- (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
0 commit comments