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