LlamaLibraryBase class abstract

Implemented types
Implementers

Constructors

LlamaLibraryBase({String? sharedLibraryPath, EventEmitter? eventEmitter, String? eventUpdate, String? eventInvoke, InvokeParametersLlamaLibraryDataOptions? invokeParametersLlamaLibraryDataOptions})

Properties

eventEmitter → EventEmitter
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
eventInvoke String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
eventUpdate String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
hashCode int
The hash code for this object.
no setterinherited
invokeParametersLlamaLibraryDataOptions InvokeParametersLlamaLibraryDataOptions
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedLibraryPath String
final

Methods

clear() → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
dispose() FutureOr<void>
GeneralLib
inherited
emit({required String eventType, required dynamic data}) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
ensureInitialized() FutureOr<void>
GeneralLib
inherited
initialized() FutureOr<void>
GeneralLib
inherited
invoke({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
invokeRaw({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
isCrash() bool
GeneralLib
inherited
isDeviceSupport() bool
GeneralLib
inherited
loadModel({required String modelPath}) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on({required String eventType, required FutureOr onUpdate(UpdateLlamaLibraryData<LlamaLibraryBase, JsonScheme> updateLlamaLibrary)}) → EventEmitterListener
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
request({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
send(dynamic data) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
test() → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getLibraryWhisperPathDefault() String