LibFlusseractLogger class

Inheritance

Properties

handle Pointer<logger_t>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() Pointer<logger_t>
The implementing stub should implement this function. It should create and initialize the ffi struct that will be used as the handle for the foreign code to invoke the dart code.
override
finalize() → void
inherited
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

init() → dynamic