25 lines
933 B
Dart
25 lines
933 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'torrent_server.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$mTorrentIsRunningHash() => r'04f7fd62d1b64299c040e24721a430a25d2d6b73';
|
|
|
|
/// See also [mTorrentIsRunning].
|
|
@ProviderFor(mTorrentIsRunning)
|
|
final mTorrentIsRunningProvider = AutoDisposeFutureProvider<bool>.internal(
|
|
mTorrentIsRunning,
|
|
name: r'mTorrentIsRunningProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$mTorrentIsRunningHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef MTorrentIsRunningRef = AutoDisposeFutureProviderRef<bool>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|