VLocalNativeApi class

This class manages local database operations such as messages, rooms, and cache.

Constructors

VLocalNativeApi()

Properties

apiCache ↔ NativeLocalApiCache
latefinal
dbCompleter Completer<void>
no setter
hashCode int
The hash code for this object.
no setterinherited
message ↔ NativeLocalMessage
latefinal
room ↔ NativeLocalRoom
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() Future<VLocalNativeApi>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reCreate() Future
Resets the database.
toString() String
A string representation of this object.
inherited

Operators

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