2024-01-05 05:20:55 +00:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'activity_service.provider.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2024-09-24 12:50:21 +00:00
|
|
|
String _$activityServiceHash() => r'23a3ee7db71676d2719daa64217a683cc5c7eab0';
|
2024-01-05 05:20:55 +00:00
|
|
|
|
|
|
|
/// See also [activityService].
|
|
|
|
@ProviderFor(activityService)
|
|
|
|
final activityServiceProvider = AutoDisposeProvider<ActivityService>.internal(
|
|
|
|
activityService,
|
|
|
|
name: r'activityServiceProvider',
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
? null
|
|
|
|
: _$activityServiceHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
|
|
|
typedef ActivityServiceRef = AutoDisposeProviderRef<ActivityService>;
|
|
|
|
// ignore_for_file: type=lint
|
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|