StealthInternetChecker class
Constructors
- StealthInternetChecker({Duration checkInterval = const Duration(seconds: 2), Duration timeout = const Duration(seconds: 2), InternetAddress? target, int port = 53})
Properties
- checkInterval → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onStatusChange
→ Stream<
bool> -
no setter
- port → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target ↔ InternetAddress?
-
getter/setter pair
- timeout → Duration
-
final
Methods
-
dispose(
) → void -
getCurrentStatus(
) → Future< bool> -
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