Id1Client class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
Id1Key key, Uint8List data) → Future< void> -
addListener(
dynamic listener(Id1Command cmd), {String? listenerId}) → String -
authenticate(
String? id, String? privateKey) → Future -
base(
String base) → dynamic -
close(
) → dynamic -
connect(
) → Future -
del(
Id1Key key) → Future< void> -
get(
Id1Key key) → Future< Uint8List?> -
list(
Id1Key key, ListOptions opt) → Future< Map< String, Uint8List> > -
mov(
Id1Key key, Id1Key tgtKey) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
String listenerId) → dynamic -
send(
Id1Command command) → dynamic -
set(
Id1Key key, Uint8List data) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited