background fetch running

This commit is contained in:
Fabian Freund
2025-03-05 14:27:13 +01:00
parent 20bdc4df3e
commit 70d1c1b50e
62 changed files with 898 additions and 173 deletions
@@ -71,8 +71,8 @@ class TorProxyService extends _$TorProxyService {
await _tor.initializeService();
ref.onDispose(() {
unawaited(portSub.cancel());
ref.onDispose(() async {
await portSub.cancel();
_tor.dispose();
});
@@ -6,7 +6,7 @@ part of 'tor_proxy.dart';
// RiverpodGenerator
// **************************************************************************
String _$torProxyServiceHash() => r'85ed8e3b49007aa56e6b82ff802a3e0ce567a0c8';
String _$torProxyServiceHash() => r'782708b8e5159931cecf8d32b843cb96a929fb1f';
/// See also [TorProxyService].
@ProviderFor(TorProxyService)