isOnLine property
Indicates whether browser is considering to have connectivity status.
Implementation
static bool get isOnLine =>
!PlatformUtils.isIOS || router.lifecycle.value.inForeground;
Indicates whether browser is considering to have connectivity status.
static bool get isOnLine =>
!PlatformUtils.isIOS || router.lifecycle.value.inForeground;