initialize static method

dynamic initialize()

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,
  );
}