IvivaAccount class

Constructors

IvivaAccount.new()
factory

Properties

apiKey String?
getter/setter pair
debouncer → Debouncing
final
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
queuedItems List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

executeAction(String service, Map<String, String> parameters) Future
executeActionBatch(String model, String action, Map<String, String> parameters) Future
executePendingItems() Future<void>
executeService(String service, Map<String, String> parameters) Future
executeServiceBatch(String app, String service, Map<String, String> parameters) Future
generateUuid() String
getAccountPath(String url) String
getLucyApiUrl(String service) String
getServiceApiUrl(String service) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadFile(File file, Map<String, String> parameters, [String? group]) Future
uploadProfilePic({required File file}) Stream<String>

Operators

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