isOnLine property

bool get isOnLine

Indicates whether browser is considering to have connectivity status.

Implementation

static bool get isOnLine =>
    !PlatformUtils.isIOS || router.lifecycle.value.inForeground;