startBackgroundService method

Future<bool> startBackgroundService()

Start background service

Implementation

Future<bool> startBackgroundService() {
  throw UnimplementedError(
      'startBackgroundService() has not been implemented.');
}