29 lines
1017 B
Dart
Executable File
29 lines
1017 B
Dart
Executable File
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'notifications_use_case.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$notificationsUseCaseHash() =>
|
|
r'be484ecf8434941bf4f0a03d9d526ca841909dec';
|
|
|
|
/// See also [notificationsUseCase].
|
|
@ProviderFor(notificationsUseCase)
|
|
final notificationsUseCaseProvider =
|
|
AutoDisposeFutureProvider<List<NotificationEntity>>.internal(
|
|
notificationsUseCase,
|
|
name: r'notificationsUseCaseProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$notificationsUseCaseHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef NotificationsUseCaseRef
|
|
= AutoDisposeFutureProviderRef<List<NotificationEntity>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|