isActiveCall property

ValueNotifier<bool> isActiveCall
final

ValueNotifier tracking whether there is an active ongoing call.

Implementation

final ValueNotifier<bool> isActiveCall = ValueNotifier<bool>(false);