initialize static method
Implementation
static initialize() {
AwesomeNotifications().initialize(
// set the icon to null if you want to use the default app icon
'resource://drawable/ic_icon',
ChannelController().channels,
);
}
static initialize() {
AwesomeNotifications().initialize(
// set the icon to null if you want to use the default app icon
'resource://drawable/ic_icon',
ChannelController().channels,
);
}