LibFlusseractLogger class
Properties
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