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