presentation/providers/connectivity_provider library

Properties

isOnlineProvider StreamProvider<bool>
Streams true when the device has any active network interface, false when fully offline.
final

Functions

isOnline(Ref<Object?> ref) Stream<bool>
Streams true when the device has any active network interface, false when fully offline.

Typedefs

IsOnlineRef = StreamProviderRef<bool>