Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nebiyuelias1 committed Dec 21, 2021
1 parent 4ab771c commit 66f1c7c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ AwesomeNotifications().initialize(
defaultColor: Color(0xFF9D50DD),
ledColor: Colors.white
),
// Channel groups are only visual and are not required
channelGroups: [
NotificationChannelGroup(
channelGroupkey: 'basic_channel_group',
channelGroupName: 'Basic group'
)
],
debug: true
]
],
// Channel groups are only visual and are not required
channelGroups: [
NotificationChannelGroup(
channelGroupkey: 'basic_channel_group',
channelGroupName: 'Basic group'
)
],
debug: true
);
```

Expand Down

0 comments on commit 66f1c7c

Please sign in to comment.