R3Network class

Constructors

R3Network({required String baseUrl, required Dio dio})

Properties

baseUrl String
getter/setter pair
dio ↔ Dio
getter/setter pair
enterCompany String
getter/setter pair
handle String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
login String
getter/setter pair
regInfo String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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