idle property

MutableLiveData<bool> idle
final

detect first response

Implementation

final MutableLiveData<bool> idle = MutableLiveData(value: true);