cancelBackgroundSweep method

Future<void> cancelBackgroundSweep()

Cancel any pending background sweep. Default no-op — safe to call even if none was scheduled.

Implementation

Future<void> cancelBackgroundSweep() async {}