ObjectBoxInit class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
attach(
) → Future< ObjectBoxInit> - attaches to a existing running db, usefull for isolates
-
create(
) → Future< ObjectBoxInit> - Create an instance of ObjectBox to use throughout the app.