AtOnline class

Mixed in types

Constructors

AtOnline(dynamic appId, {dynamic prefix = "https://hub.atonline.com/_special/rest/", dynamic authEndpoint = "https://hub.atonline.com/_special/rest/OAuth2:auth"})
factory

Properties

appId String
final
authEndpoint String
final
cookies Map<String, String>
getter/setter pair
expiresV int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
prefix String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage → FlutterSecureStorage
final
storageLoadCompleted bool
getter/setter pair
tokenV String?
getter/setter pair
user User
no setter

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
authReq(String path, {String method = "GET", dynamic body, Map<String, String>? headers, Map<String, String>? context}) Future
authReqUpload(String path, File f, {Map<String, dynamic>? body, Map<String, String>? headers, Map<String, String>? context, ProgressCallback? progress}) Future
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
optAuthReq(String path, {String method = "GET", dynamic body, Map<String, String>? headers, Map<String, String>? context}) Future
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
req(String path, {String method = "GET", dynamic body, Map<String, String>? headers, Map<String, String>? context, bool skipDecode = false}) Future
storeToken(dynamic res) Future<void>
token() Future<String>
toString() String
A string representation of this object.
inherited
voidToken() → dynamic

Operators

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