K
Size: a a a
K
R
SS
SS
RE

O
Ю
ᅠ
O
RE
S

SS

{
"version": "0.2.0",
"configurations": [
{
"name": "Run app",
"request": "launch",
"type": "dart",
"flutterMode": "debug",
"program": "lib/main.dart",
}
}RE
DT
onError: (DioError dioError) async{
if(dioError.response.statusCode==401){
final SharedPreferences prefs = await _prefs;
prefs.remove("TOKEN");
//send to login page here??
}
return dioError;
}M
M
DT
M
M