isOnLine property
Indicates whether browser is considering to have connectivity status.
Implementation
static bool get isOnLine => web.window.navigator.onLine;
Indicates whether browser is considering to have connectivity status.
static bool get isOnLine => web.window.navigator.onLine;