TTClient class
Main entry point for working with TT graphs and remote peers.
- Implementers
Constructors
- TTClient({TTLink? linkClass, TTOptions? options, TTConnectorFactory? connectorFactory, TTLogger? logger})
Properties
Methods
-
get(
String soul, [TTMsgCb? cb]) → TTLink - Traverse a location in the graph
-
getValue(
String soul, [TTMsgCb? cb]) → Future - Traverse a location in the graph and Return the data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
opt(
TTOptions options) → TTClient - Configure the TT client
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited