Fix: Macht die BackgroundWorker für den IsolateManager on Web möglich
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user