BaseElectricClient class abstract interface

Properties

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

Methods

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

Operators

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