Renovation class

Constructors

Renovation()
factory

Properties

auth AuthController<SessionStatusInfo?>
The AuthController instance
getter/setter pair
bus MessageBus
The MessageBus property
final
config RenovationConfig
The RenovationConfig instance
getter/setter pair
defaults DefaultsController
The DefaultsController instance
getter/setter pair
frappe Frappe
The Frappe instance
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
log ↔ LogManager
The LogManager instance
getter/setter pair
messages ↔ BehaviorSubject
An observable holding the messages to be used in the front-end
getter/setter pair
meta MetaController
The MetaController instance
getter/setter pair
model ModelController<RenovationDocument>
The ModelController instance
getter/setter pair
perm PermissionController<RenovationDocument>
The PermissionController instance
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketIo SocketIOClient
The SocketIOClient instance
getter/setter pair
storage StorageController<UploadFileParams, UploadFileResponse?, UploadFileStatus>
The MetaController instance
getter/setter pair
translate TranslationController
The TranslationController instance
getter/setter pair

Methods

call(Map<String, dynamic> args, {Map<String, dynamic> extraHeaders = const <String, dynamic>{}, bool isFrappeResponse = true}) Future<RequestResponse<FrappeResponse?>>
Method for calling custom cmds defined in the backend
clearCache() → void
Clears the cache of the renovation controllers. Involved controllers:
init<K extends SessionStatusInfo>(String hostUrl, {RenovationBackend backend = RenovationBackend.frappe, String? clientId, K? sessionStatusInfo, bool useJWT = false, bool isBenchEnabled = false, bool disableLog = false, Logger? customLogger, String? cookieDir, bool persistSession = true, bool ignoreExpires = false}) Future<void>
Initialize the state of the renovation instance
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