FMTCObjectBoxBackend class final

Implementation of FMTCBackend that uses ObjectBox as the storage database

Implemented types

Constructors

FMTCObjectBoxBackend()

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

initialise({String? rootDirectory, int maxDatabaseSize = 10000000, String? macosApplicationGroup, RootIsolateToken? rootIsolateToken, bool useInMemoryDatabase = false}) Future<void>
Initialise this backend, and create the root
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uninitialise({bool deleteRoot = false, bool immediate = false}) Future<void>
Uninitialise this backend, and release whatever resources it is consuming
override

Operators

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