callDuration property
Displays the formatted call duration (mm:ss).
Implementation
final ValueNotifier<String> callDuration = ValueNotifier('00:00');
Displays the formatted call duration (mm:ss).
final ValueNotifier<String> callDuration = ValueNotifier('00:00');