menu
call_state_handler package
documentation
models/call_state.dart
CallState
CallState.new constructor
CallState.new constructor
dark_mode
light_mode
CallState
constructor
CallState
(
{
required
bool
isCallActive
,
required
CallType
callType
,
})
Implementation
CallState({required this.isCallActive, required this.callType});
call_state_handler package
documentation
models/call_state
CallState
CallState.new constructor
CallState class