skipCurrentAsset method

Future<void> skipCurrentAsset()

Signal the native scan loop to skip the next asset it would process. Best-effort: one outstanding skip is consumed by the next per-asset task that checks the flag. No effect when no scan is running.

Default no-op so test fakes don't need to stub this. Real native impls forward to the active ScanSessionTask.

Implementation

Future<void> skipCurrentAsset() async {}