Fix: Macht die BackgroundWorker für den IsolateManager on Web möglich

This commit is contained in:
2026-01-05 02:12:38 +01:00
parent 6f3d987d19
commit caf50aa8d2
9 changed files with 8917 additions and 8588 deletions

View File

@@ -1,6 +1,6 @@
import 'package:logger/logger.dart';
/// Initialisiert benötigte Services in Background-Isolates für Web
/// Initialisiert benötigte Services in Background-Isolates für PlatformDependent
Future<void> initBackground() async {
Logger().d('Init Background for Web');
Logger().d('Init Background for PlatformDependent');
}