DartPingIOS class

Constructors

DartPingIOS(Ping _ping)

Properties

command String
The command that will be run on the host OS
no setter
hashCode int
The hash code for this object.
no setterinherited
parser ↔ PingParser
Unused on iOS and should not be called
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<PingData>
Stream of PingData events. One for each response, error, or summary
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<bool>
Stop the currently running ping
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

register() → void