callState property
Call state indicator (custom int mapped to internal states).
Implementation
final ValueNotifier<int> callState = ValueNotifier(0);
Call state indicator (custom int mapped to internal states).
final ValueNotifier<int> callState = ValueNotifier(0);