mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-23 07:29:23 +01:00
16 lines
473 B
Dart
16 lines
473 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'touch_manager.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logTouchManager = Logger("touch_manager.TouchManager");
|
||
|
|
||
|
extension _$TouchManagerNpLog on TouchManager {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logTouchManager;
|
||
|
}
|