isConnected property

bool get isConnected

Current connectivity state.

This reads from the internal ValueNotifier (single source of truth).

Implementation

static bool get isConnected => _connectionNotifier.value;