mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
26 lines
949 B
Dart
26 lines
949 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'aria2c.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$aria2cModelHash() => r'3d51aeefd92e5291dca1f01db961f9c5496ec24f';
|
|
|
|
/// 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, deprecated_member_use_from_same_package
|