ISchoolPlusService constructor
Implementation
ISchoolPlusService() {
_iSchoolPlusDio = createDio()
..options.baseUrl = 'https://istudy.ntut.edu.tw/learn/'
..interceptors.insert(0, InvalidCookieFilter()) // Prepend cookie filter
..transformer = PlainTextTransformer();
}