ConnectClient class
Constructors
- ConnectClient(VmService vmService, String isolateId)
Properties
-
collectionInfo
→ Map<
String, ConnectCollectionInfoPayload> -
final
-
collectionInfoChanged
→ Stream<
void> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instancesChanged
→ Stream<
void> -
no setter
- isolateId → String
-
final
-
queryChanged
→ Stream<
void> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vmService → VmService
-
final
Methods
-
deleteQuery(
ConnectQueryPayload query) → Future< void> -
disconnect(
) → Future< void> -
editProperty(
ConnectEditPayload edit) → Future< void> -
executeQuery(
ConnectQueryPayload query) → Future< ConnectObjectsPayload> -
exportJson(
ConnectQueryPayload query) → Future< ConnectObjectsPayload> -
getSchemas(
String instance) → Future< List< IsarSchema> > -
importJson(
ConnectObjectsPayload objects) → Future< void> -
listInstances(
) → Future< List< String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
watchInstance(
String instance) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
connect(
String port, String secret) → Future< ConnectClient>
Constants
- kLongTimeout → const Duration
- kNormalTimeout → const Duration