SqfliteFfiIsolatePortServer class abstract

Interface to share the sqflite isolate send port between isolates.

Typically implemented using Flutter IsolateNameServer (see the sqflite_ffi package) so that a single sqflite isolate is shared by all the isolates of an application.

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

lookupPort() SendPort?
Looks up a previously registered sqflite isolate send port.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerPort(SendPort sendPort) bool
Registers the sqflite isolate send port.
toString() String
A string representation of this object.
inherited
unregisterPort() bool
Removes the sqflite isolate send port registration.

Operators

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