Renovation class
Constructors
- Renovation()
-
factory
Properties
-
auth
↔ AuthController<
SessionStatusInfo?> -
The
AuthController
instancegetter/setter pair - bus → MessageBus
-
The
MessageBus
propertyfinal - config ↔ RenovationConfig
-
The
RenovationConfig
instancegetter/setter pair - defaults ↔ DefaultsController
-
The
DefaultsController
instancegetter/setter pair - frappe ↔ Frappe
-
The
Frappe
instancegetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- log ↔ LogManager
-
The
LogManager
instancegetter/setter pair - messages ↔ BehaviorSubject
-
An observable holding the messages to be used in the front-end
getter/setter pair
- meta ↔ MetaController
-
The
MetaController
instancegetter/setter pair -
model
↔ ModelController<
RenovationDocument> -
The
ModelController
instancegetter/setter pair -
perm
↔ PermissionController<
RenovationDocument> -
The
PermissionController
instancegetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socketIo ↔ SocketIOClient
-
The
SocketIOClient
instancegetter/setter pair -
storage
↔ StorageController<
UploadFileParams, UploadFileResponse?, UploadFileStatus> -
The
MetaController
instancegetter/setter pair - translate ↔ TranslationController
-
The
TranslationController
instancegetter/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