import 'package:logger/logger.dart'; /// Initialisiert benötigte Services in Background-Isolates für Web Future initBackground() async { Logger().d('Init Background for Web'); }