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