27 lines
1017 B
Dart
27 lines
1017 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'global_drop.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$willAcceptDropHash() => r'97b47784ef9101757602b4408d1f545ef2308830';
|
|
|
|
/// See also [WillAcceptDrop].
|
|
@ProviderFor(WillAcceptDrop)
|
|
final willAcceptDropProvider =
|
|
AutoDisposeNotifierProvider<WillAcceptDrop, DropTargetData?>.internal(
|
|
WillAcceptDrop.new,
|
|
name: r'willAcceptDropProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$willAcceptDropHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$WillAcceptDrop = AutoDisposeNotifier<DropTargetData?>;
|
|
// 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
|