Http class

Inheritance

Constructors

Http({required String url, required String key})

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
getter/setter pair
objectId int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session
final
token String
getter/setter pair
url String
getter/setter pair

Methods

cancelEventByName(String name) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
oneTimeOn(String name, EventFn fn) EventHandler
inherited
request(String url, {dynamic data, Session? session}) Future
override
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