2024-09-20 19:14:46 +00:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'status_service.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
String _$statusServiceHash() => r'8989cd1a30ca33e2737d0485379e90f458a9eaa0';
|
|
|
|
|
|
|
|
/// See also [StatusService].
|
|
|
|
@ProviderFor(StatusService)
|
|
|
|
final statusServiceProvider =
|
|
|
|
AutoDisposeNotifierProvider<StatusService, String>.internal(
|
|
|
|
StatusService.new,
|
|
|
|
name: r'statusServiceProvider',
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
? null
|
|
|
|
: _$statusServiceHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
|
|
|
typedef _$StatusService = AutoDisposeNotifier<String>;
|
|
|
|
// ignore_for_file: type=lint
|
2024-12-01 21:41:07 +00:00
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|