ISyncConnectivityService class abstract
- Implementers
Constructors
Properties
-
connectivityStream
→ Stream<
SyncConnectivityStatus> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isConnectedStream
→ Stream<
bool> -
no setter
- isWifiOnlyMode → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getConnectivityStatus(
) → Future< SyncConnectivityStatus> -
getNetworkInfo(
) → Future< Map< String, dynamic> > -
isConnected(
) → Future< bool> -
isMobileConnected(
) → Future< bool> -
isSuitableForSync(
) → Future< bool> -
isWifiConnected(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setTestUrls(
List< String> urls) → void -
setWifiOnlyMode(
bool wifiOnly) → void -
testInternetConnectivity(
{String? testUrl, Duration? timeout}) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited