EC
Size: a a a
EC
MB
EC
BI
yandex_mapkit
ВС
DD
SV
MZ
v
MZ
v
v
MZ
MZ
AI
MZ
startTimeout(Duration duration) {
return new Timer(duration, changeAbsorbing);
}
void changeAbsorbing(){
_absorbing = true;
}
MZ
startTimeout(_duration);
MZ
Duration _duration = new Duration(seconds: 1);
MZ