kopia lustrzana https://gitlab.com/mysocialportal/relatica
26 wiersze
912 B
Dart
26 wiersze
912 B
Dart
![]() |
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'log_service.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$logServiceHash() => r'923de9aab8ec9d053ba8b3b88345e2d1b842b8cb';
|
||
|
|
||
|
/// See also [LogService].
|
||
|
@ProviderFor(LogService)
|
||
|
final logServiceProvider =
|
||
|
NotifierProvider<LogService, UnmodifiableListView<LogRecord>>.internal(
|
||
|
LogService.new,
|
||
|
name: r'logServiceProvider',
|
||
|
debugGetCreateSourceHash:
|
||
|
const bool.fromEnvironment('dart.vm.product') ? null : _$logServiceHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef _$LogService = Notifier<UnmodifiableListView<LogRecord>>;
|
||
|
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|