mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
5 lines
174 B
Dart
5 lines
174 B
Dart
mixin FirebaseCollectionNames {
|
|
static const String active_notifications = 'active_notifications';
|
|
static const String planned_notifications = 'planned_notifications';
|
|
}
|