addCall method
Add alice http call to calls subject
Implementation
void addCall(AliceHttpCall call) {
callsSubject.add([...callsSubject.value, call]);
}
Add alice http call to calls subject
void addCall(AliceHttpCall call) {
callsSubject.add([...callsSubject.value, call]);
}