Moco class

A Calculator.

Constructors

Moco(String applicationUrl, {MocoOpts? options})
Constructor

Properties

appsUrl String
getter/setter pair
auth Auth
getter/setter pair
client HttpRequestClass
getter/setter pair
gql Graphql
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payloadQuery PayloadQuery
getter/setter pair
prefixAccessToken String
getter/setter pair
prefixExpiry String
getter/setter pair
prefixRefreshToken String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage Storage
getter/setter pair
user User
getter/setter pair

Methods

getAccessToken() Future<String>
getExpiry() Future<String>
getRefreshToken() Future<String>
invokeApi(String apiName, Object? invokeData, {bool payloadMode = false, Map<String, dynamic>? customHeaders}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTokens(String? accessToken, String? refreshToken, String? expiry) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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