nc-photos/app/lib/mobile/notification.g.dart
2022-12-21 00:49:14 +08:00

14 lines
439 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'notification.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$NotificationManagerNpLog on NotificationManager {
// ignore: unused_element
Logger get _log => log;
static final log = Logger("mobile.notification.NotificationManager");
}