getNotificationChannelName static method

String getNotificationChannelName()

Implementation

static String getNotificationChannelName() {
  return appProperties['notificationChannelName'] ?? '';
}