handleInternetStatusForTest method
Test-only seam (BEH-12, additive): drive the confirm-before-flip handler directly (mirrors handleVersionUpdateForTest). Returns the handler's future so the confirmation pass can be awaited to completion.
Implementation
@visibleForTesting
Future<void> handleInternetStatusForTest(InternetStatus status) =>
_handleInternetStatus(status);