ElectricClientRaw class abstract interface

Implemented types

Properties

adapter DatabaseAdapter
no setterinherited
dbDescription → DBSchema
no setterinherited
dbName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
no setterinherited
notifier → Notifier
no setterinherited
registry → Registry
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellite → Satellite
no setterinherited
syncManager SyncManager
no setter

Methods

close() Future<void>
inherited
connect([String? token]) Future<void>
inherited
disconnect() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
potentiallyChanged() → void
inherited
setIsConnected(ConnectivityState connectivityState) → void
inherited
sync(SyncInputRaw sync) Future<ShapeSubscription>
syncShapeInternal(Shape shape, [String? key]) Future<ShapeSubscription>
toString() String
A string representation of this object.
inherited

Operators

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