nc-photos/app/lib/web/notification.g.dart

16 lines
510 B
Dart
Raw Normal View History

2022-12-16 16:01:04 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'notification.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
// ignore: non_constant_identifier_names
final _$logNotificationManager = Logger("web.notification.NotificationManager");
extension _$NotificationManagerNpLog on NotificationManager {
// ignore: unused_element
Logger get _log => _$logNotificationManager;
}