TTSeaClient class
SEA-aware TT client that wires signature and storage middleware on demand.
Constructors
- TTSeaClient({TTLink? linkClass, TTOptions? options, bool registerStorage = false})
Properties
Methods
-
get(
String soul, [TTMsgCb? cb]) → TTLink -
Traverse a location in the graph
inherited
-
getValue(
String soul, [TTMsgCb? cb]) → Future -
Traverse a location in the graph and Return the data
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
opt(
TTOptions options) → TTClient -
Configure the TT client
inherited
-
registerSearMiddleware(
) → void -
registerStorageMiddleware(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
user(
) → TTUserApi
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited