APIResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticateUserAPI(String appBaseUrl, String? messageID, String userName, String password, UserRole userType)
→ Future<UserVo>
-
-
getAppConfigs(String appBaseUrl)
→ Future<ConfigVo?>
-
-
initializeAndAuthenticate({required String appBaseUrl, required String apiBaseUrl, required String userName, required String password, required UserRole userRole, String? messageID})
→ Future<ZDLErpResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
unifiedLogin(String schoolName, String packageName)
→ Future<Map<String, dynamic>>
-