R3ApiClient class

Constructors

R3ApiClient({required Dio dio1})

Properties

dio1 ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
r3apiUrlStore ↔ GetStorage
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
getter/setter pair

Methods

enterCompanyApiRe(String apiToken, String sessionID, String companyGUID, String userGUID, String userName) Future<Response>
loginApiCompany(String apiToken, String username, String password) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

allcontext BuildContext?
getter/setter pair