27 lines
917 B
Dart
27 lines
917 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'tab.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$tabRepositoryHash() => r'64724c0215624753c5c6ff8d6827b890ad9a6f2c';
|
|
|
|
/// See also [TabRepository].
|
|
@ProviderFor(TabRepository)
|
|
final tabRepositoryProvider =
|
|
NotifierProvider<TabRepository, Map<String, TabState>>.internal(
|
|
TabRepository.new,
|
|
name: r'tabRepositoryProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$tabRepositoryHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$TabRepository = Notifier<Map<String, TabState>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|