StudentQueryService constructor
Implementation
StudentQueryService() {
_studentQueryDio = createDio()
..options.baseUrl = 'https://aps-stu.ntut.edu.tw/StuQuery/';
}
StudentQueryService() {
_studentQueryDio = createDio()
..options.baseUrl = 'https://aps-stu.ntut.edu.tw/StuQuery/';
}