startService method

Future<bool> startService()

Starts the background service.

Implementation

Future<bool> startService() => _platform.start();