startBackgroundService method

  1. @override
Future<bool> startBackgroundService()
override

Implementation

@override
Future<bool> startBackgroundService() async =>
    await BackgroundService.start(_config);