notificationConstants top-level constant
String
const notificationConstants
Implementation
const notificationConstants = """
// Paketler için ve firebase için tanımlanan değerler
class NotificationConsts {
// awesome notification
static const channelKey = 'high_importance_channel';
static const channelName = 'channelName';
static const channelDescription = 'Notification channel for basic tests';
static const cloudMessaging =
'key=AAAApgEnkgM:APA91bFJTPvNkAXbbvcwqlF4hpzbmLL9O8aaINO-59Tpf0yBE8IHEioLAJsT0HJAkMta1xeQ7KM-pmUY5BEuFiJJ0e8xf-RUQRjQfisFedwHeBLMX1_Ab5SBiE99TCMbZPtQLApbPKte';
}
""";