callState property

ValueNotifier<int> callState
final

Call state indicator (custom int mapped to internal states).

Implementation

final ValueNotifier<int> callState = ValueNotifier(0);