getNotificationChannelId static method
Implementation
static String getNotificationChannelId() {
return appProperties['notificationChannelId'] ?? '';
}
static String getNotificationChannelId() {
return appProperties['notificationChannelId'] ?? '';
}