ClientDriver class

Constructors

ClientDriver.new(void listenClientFunctionCall(FunctionCall functionCall), {int timeout = 60})

Properties

hashCode int
The hash code for this object.
no setterinherited
listenClientFunctionCall ↔ void Function(FunctionCall functionCall)
getter/setter pair
openTool ↔ OpenTool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
getter/setter pair

Methods

bind(OpenTool openTool) → OpenToolDriver
inherited
call(FunctionCall functionCall) Future<ToolReturn>
callback(ToolReturn toolReturn) → void
dispose() Future<void>
inherited
getOpenTool() → OpenTool
inherited
hasFunction(String functionName) bool
inherited
init() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() List<FunctionModel>
inherited
toString() String
A string representation of this object.
inherited

Operators

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