Initial commit
This commit is contained in:
30
lib/presentation/trainings/trainings_controller.g.dart
Normal file
30
lib/presentation/trainings/trainings_controller.g.dart
Normal file
@@ -0,0 +1,30 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'trainings_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$trainingsControllerHash() =>
|
||||
r'15c54eb8211e3b2549af6ef25a9cb451a7a9988a';
|
||||
|
||||
/// See also [TrainingsController].
|
||||
@ProviderFor(TrainingsController)
|
||||
final trainingsControllerProvider =
|
||||
AutoDisposeAsyncNotifierProvider<
|
||||
TrainingsController,
|
||||
TrainingsState
|
||||
>.internal(
|
||||
TrainingsController.new,
|
||||
name: r'trainingsControllerProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$trainingsControllerHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$TrainingsController = AutoDisposeAsyncNotifier<TrainingsState>;
|
||||
// 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
|
||||
Reference in New Issue
Block a user