Soap class

Constructors

Soap(Uri url, String serviceType)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceType String
final
url Uri
final

Methods

add(Protocol protocol, String ip, int port, {bool autoRm = true, int duration = 0, int? externalPort, String description = ' '}) Future<bool>
get(String action, String body) FutureOr<HttpClientResponse>
ls() Future<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rm(Protocol protocol, int externalPort) FutureOr<HttpClientResponse>
toString() String
A string representation of this object.
inherited

Operators

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