addCall method
- ChatCall call
Adds the provided ChatCall to the AbstractCallRepository.
Implementation
void addCall(ChatCall call) {
Log.debug('addCall($call)', '$runtimeType');
_callRepo.add(call);
}
Adds the provided ChatCall to the AbstractCallRepository.
void addCall(ChatCall call) {
Log.debug('addCall($call)', '$runtimeType');
_callRepo.add(call);
}