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 4d56713 commit 586e7e4Copy full SHA for 586e7e4
example/lib/main.dart
@@ -289,7 +289,7 @@ class _MyAppState extends State<MyApp> {
289
290
// Get the value for a trigger by its key
291
Object? triggerValue = await OneSignal.shared.getTriggerValueForKey("trigger_3");
292
- print("'trigger_3' key trigger value: ${triggerValue?.toString() ?? null}");
+ print("'trigger_3' key trigger value: ${triggerValue?.toString()}");
293
294
// Create a list and bulk remove triggers based on keys supplied
295
List<String> keys = ["trigger_1", "trigger_3"];
0 commit comments