52 lines
1.8 KiB
Dart
52 lines
1.8 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'relationship.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$sentFriendRequestHash() => r'cb134439280d361af585c3108fdd12543ac84130';
|
|
|
|
/// See also [sentFriendRequest].
|
|
@ProviderFor(sentFriendRequest)
|
|
final sentFriendRequestProvider =
|
|
AutoDisposeFutureProvider<List<SnRelationship>>.internal(
|
|
sentFriendRequest,
|
|
name: r'sentFriendRequestProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$sentFriendRequestHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
// ignore: unused_element
|
|
typedef SentFriendRequestRef =
|
|
AutoDisposeFutureProviderRef<List<SnRelationship>>;
|
|
String _$relationshipListNotifierHash() =>
|
|
r'ad352e8b10641820d5acac27b26ad1bb0b59b67f';
|
|
|
|
/// See also [RelationshipListNotifier].
|
|
@ProviderFor(RelationshipListNotifier)
|
|
final relationshipListNotifierProvider = AutoDisposeAsyncNotifierProvider<
|
|
RelationshipListNotifier,
|
|
CursorPagingData<SnRelationship>
|
|
>.internal(
|
|
RelationshipListNotifier.new,
|
|
name: r'relationshipListNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$relationshipListNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$RelationshipListNotifier =
|
|
AutoDisposeAsyncNotifier<CursorPagingData<SnRelationship>>;
|
|
// ignore_for_file: type=lint
|
|
// 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
|