startBackgroundService method

Future<void> startBackgroundService()

Implementation

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