mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
26 lines
908 B
Dart
26 lines
908 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'aria2c.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$aria2cModelHash() => r'55dea5bd2e1c81fec0ef8ef1a10f41179775d7ee';
|
|
|
|
/// See also [Aria2cModel].
|
|
@ProviderFor(Aria2cModel)
|
|
final aria2cModelProvider =
|
|
AutoDisposeNotifierProvider<Aria2cModel, Aria2cModelState>.internal(
|
|
Aria2cModel.new,
|
|
name: r'aria2cModelProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$aria2cModelHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$Aria2cModel = AutoDisposeNotifier<Aria2cModelState>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|