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 e6e797f commit 9fa959fCopy full SHA for 9fa959f
lib/src/liveactivities.dart
@@ -38,9 +38,9 @@ class OneSignalLiveActivities {
38
/// parameter can be provided for more granular setup options.
39
///
40
/// Only applies to iOS.
41
- Future<void> setupDefault({LiveActivitySetupOptions? options=null}) async {
+ Future<void> setupDefault({LiveActivitySetupOptions? options}) async {
42
if (Platform.isIOS) {
43
- dynamic optionsMap = null;
+ dynamic optionsMap;
44
45
if(options != null) {
46
optionsMap = {
0 commit comments