Gen class

Properties

client HttpClient
final
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Whether the singleton has been initialized with an API key
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dryRun(TuulOptions tuulOptions) Future<void>
dryStream(TuulOptions tuulOptions) Future<void>
initialize(String apiKey) → void
Initialize the singleton with your API key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({required TuulOptions tuulOptions}) Future<AppResponse<BundleRunResponse>>
runStreamWithCallback({required TuulOptions tuulOptions, required void onEvent(SseEvent event), void onDone()?, void onError(Object error, StackTrace stackTrace)?}) Future<void>
stream({required TuulOptions tuulOptions}) Stream<SseEvent>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Gen
final