ConnectivityManager class

Constructors

ConnectivityManager.new()
factory

Properties

client FittorClient
final
currentStatus ConnectivityStatus
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusStream Stream<ConnectivityStatus>
no setter

Methods

checkNow() Future<ConnectivityStatus>
dispose() → void
initialize({Duration checkInterval = const Duration(seconds: 5)}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited