DynamicFactories class

Constructors

DynamicFactories.new()

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

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 Properties

completion CompletionModel Function()?
getter/setter pair
completionWithAssistant CompletionModel Function(String assistantId, String threadId)?
getter/setter pair
localStorage LocalStorageModel Function()?
getter/setter pair
realtime RealtimeModel Function()?
getter/setter pair
recorder AudioRecorderModel Function()?
getter/setter pair
simplePlayer SimpleAudioPlayer Function(File file)?
getter/setter pair
threads ThreadsModel Function()?
getter/setter pair
transcriber TranscribeModel Function()?
getter/setter pair
tts TTSModel Function()?
getter/setter pair