import 'package:appflowy/core/network_monitor.dart'; import '../startup.dart'; class InitPlatformServiceTask extends LaunchTask { const InitPlatformServiceTask(); @override LaunchTaskType get type => LaunchTaskType.dataProcessing; @override Future initialize(LaunchContext context) async { getIt().start(); } }