currentCall property
Call?
get
currentCall
The call that is currently active (not on hold).
Returns null when there is no active call.
Implementation
Call? get currentCall => _currentCall;
The call that is currently active (not on hold).
Returns null when there is no active call.
Call? get currentCall => _currentCall;