scheduleBackgroundSweep method
Schedule a recurring background scan. Default throws — host-app
integration is required (Info.plist on iOS, WorkManager classpath
on Android — see BackgroundSweepOptions docs).
Implementation
Future<void> scheduleBackgroundSweep(Map<String, Object?> options) =>
throw UnimplementedError(
'scheduleBackgroundSweep is not implemented by this platform');