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