Files
Remi Rousselet e81f93c34a Revert "Revert e0360815e8b28b2e2e9cd9e18fa4f291493acef9 (#3052)"
This reverts commit e89ab7de07625d5975abeb593a0e1a73a94bbcad.
2023-10-29 02:21:35 +01:00

41 lines
1.3 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: non_constant_identifier_names
part of 'codegen.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$otherHash() => r'b23696171643dfbab23d167ed9b5ab0639e6a86c';
/// See also [other].
@ProviderFor(other)
final otherProvider = AutoDisposeProvider<int>.internal(
other,
name: r'otherProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$otherHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef OtherRef = AutoDisposeProviderRef<int>;
String _$exampleHash() => r'4429d7d3bb2b31fea4cc42c2f2af02d3f3d10693';
/// See also [example].
@ProviderFor(example)
final exampleProvider = AutoDisposeProvider<int>.internal(
example,
name: r'exampleProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$exampleHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef ExampleRef = AutoDisposeProviderRef<int>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member