menu
flutter_pitel_voip package
documentation
pitel_sdk/pitel_call.dart
PitelCall
callCurrentIsEmpty method
callCurrentIsEmpty method
dark_mode
light_mode
callCurrentIsEmpty
method
bool
callCurrentIsEmpty
(
)
Implementation
bool callCurrentIsEmpty() { return _callIdCurrent == null || _callIdCurrent!.isEmpty; }
flutter_pitel_voip package
documentation
pitel_sdk/pitel_call
PitelCall
callCurrentIsEmpty method
PitelCall class