AuthRepo class
Methods
-
collectHandle(String apiToken, String relatedRegID)
→ Future<Response>
-
-
collectRegInfoRepo(String apiToken, String userGUID)
→ Future<CollectRegInfo>
-
-
enterCmpRequested(String apiToken, String sessionID, String companyGUID, String userGUID, String userName)
→ Future<EnterCompany>
-
-
loginRequested(String apiToken, String username, String password)
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
r3LoginRepo(String apiToken, String userName, String password)
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited