getBugList function
Implementation
Future<BugReportListModel> getBugList() async {
return BugReportListModel.fromMap(await (handleResponse(await buildHttpResponse(APIEndPoint.bugReportList, method: HttpMethod.GET))));
}
Future<BugReportListModel> getBugList() async {
return BugReportListModel.fromMap(await (handleResponse(await buildHttpResponse(APIEndPoint.bugReportList, method: HttpMethod.GET))));
}