mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
25 lines
832 B
Dart
25 lines
832 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'app.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$lastPathHash() => r'25ba5df6bd984fcce011eec40a12fb74627a790a';
|
|
|
|
/// See also [LastPath].
|
|
@ProviderFor(LastPath)
|
|
final lastPathProvider = NotifierProvider<LastPath, String>.internal(
|
|
LastPath.new,
|
|
name: r'lastPathProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$lastPathHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$LastPath = Notifier<String>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|