1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-25 00:14:42 +01:00
nc-photos/app/lib/use_case/unshare_file_from_album.g.dart

16 lines
472 B
Dart
Raw Normal View History

2022-12-16 23:01:04 +08:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'unshare_file_from_album.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$UnshareFileFromAlbumNpLog on UnshareFileFromAlbum {
// ignore: unused_element
2022-12-21 00:49:14 +08:00
Logger get _log => log;
static final log =
Logger("use_case.unshare_file_from_album.UnshareFileFromAlbum");
2022-12-16 23:01:04 +08:00
}