isOnline property

bool isOnline

Indicates if the app has access to the Internet.

Implementation

static bool get isOnline => _connectivityStatus != 'none';