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