32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
// GENERATED CODE - DO NOT MODIFY BY HAND
 | 
						|
 | 
						|
part of 'chat_link_attachments.dart';
 | 
						|
 | 
						|
// **************************************************************************
 | 
						|
// RiverpodGenerator
 | 
						|
// **************************************************************************
 | 
						|
 | 
						|
String _$chatCloudFileListNotifierHash() =>
 | 
						|
    r'5da3929229fe00212530f63bd19ae4cd829176f5';
 | 
						|
 | 
						|
/// See also [ChatCloudFileListNotifier].
 | 
						|
@ProviderFor(ChatCloudFileListNotifier)
 | 
						|
final chatCloudFileListNotifierProvider = AutoDisposeAsyncNotifierProvider<
 | 
						|
  ChatCloudFileListNotifier,
 | 
						|
  CursorPagingData<SnCloudFile>
 | 
						|
>.internal(
 | 
						|
  ChatCloudFileListNotifier.new,
 | 
						|
  name: r'chatCloudFileListNotifierProvider',
 | 
						|
  debugGetCreateSourceHash:
 | 
						|
      const bool.fromEnvironment('dart.vm.product')
 | 
						|
          ? null
 | 
						|
          : _$chatCloudFileListNotifierHash,
 | 
						|
  dependencies: null,
 | 
						|
  allTransitiveDependencies: null,
 | 
						|
);
 | 
						|
 | 
						|
typedef _$ChatCloudFileListNotifier =
 | 
						|
    AutoDisposeAsyncNotifier<CursorPagingData<SnCloudFile>>;
 | 
						|
// 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
 |