setupNotificationChannelsAndroid method

void setupNotificationChannelsAndroid()

API to create notification channels on Android. Note: This API is only for Android Platform.

Implementation

void setupNotificationChannelsAndroid() {
  _platform.setupNotificationChannel();
}