recheck method
Forces an immediate connectivity re-check outside the debounce window.
Implementation
Future<void> recheck() => _checkOnce();
Forces an immediate connectivity re-check outside the debounce window.
Future<void> recheck() => _checkOnce();