handleInternetStatusForTest method

  1. @visibleForTesting
Future<void> handleInternetStatusForTest(
  1. InternetStatus status
)

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);