App class

Inheritance
Mixed-in types

Constructors

App()

Properties

firstSyncCompleted Future
no setter
firstTimeUse String
getter/setter pair
generateMenu ↔ dynamic Function()
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFirstUse bool
no setter
isLocalHosted bool
no setter
mainHost String
getter/setter pair
name String
getter/setter pair
objectId int
finalinherited
projectIid String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session
obtiene la session */
final

Methods

cancelEventByName(String name) → dynamic
inherited
error(BuildContext context, String msg) → dynamic
inherited
login({required String user, required String pass, String host = 'main', required String app, required String projectId}) Future
se loguea al host */
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
onConnectionStatusChange(dynamic fn(String status), [int timetout = 5]) → dynamic
onError(dynamic fn(BuildContext context, String msg)) → dynamic
inherited
oneTimeOn(String name, EventFn fn) EventHandler
inherited
onGenerateMenu(dynamic fn()) → dynamic
request(String url, {dynamic data, Session? session, String? host}) Future
realiza consultas al host */
sessionRelease() Future
sessionReleaseAndCloseApp(BuildContext context) Future
sessionRequest() Future
sessionRestore() Future
sync({String? fromHost}) → dynamic
toString() String
A string representation of this object.
inherited
trigger(String name, [dynamic arg]) Future<void>
inherited
uploadFile(ChalonaFile file) Future

Operators

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