App class
- Inheritance
-
- Mixed-in types
-
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
-
-
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
-