IntyxDynamicWidget class

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

apiKey String?
The API key currently in use.
no setter
isInitialized bool
Whether the SDK has been initialized and the license is valid.
no setter
plan String?
Current plan name (starter, pro, enterprise, offline).
no setter
strictMode bool
Whether strict mode is enabled.
no setter
widgetLimit int
Max widget types allowed by the current plan (-1 = unlimited).
no setter

Static Methods

init({required String apiKey, String? baseUrl, bool strict = false}) Future<void>
Initialize the SDK with the purchased API key.
reset() → void
Reset the SDK state (useful for testing or logout).