Files
apidash/lib/dashbot/providers/dashbot_window_notifier.g.dart
2025-09-29 07:25:22 +05:30

28 lines
1.0 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'dashbot_window_notifier.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$dashbotWindowNotifierHash() =>
r'239915bec100bc33e5533291ff10233ea197d556';
/// See also [DashbotWindowNotifier].
@ProviderFor(DashbotWindowNotifier)
final dashbotWindowNotifierProvider =
NotifierProvider<DashbotWindowNotifier, DashbotWindowModel>.internal(
DashbotWindowNotifier.new,
name: r'dashbotWindowNotifierProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$dashbotWindowNotifierHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$DashbotWindowNotifier = Notifier<DashbotWindowModel>;
// 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