complete method
Notifies listeners that event (already mutated in place by the
caller with response/error fields) has completed.
Implementation
void complete(NetworkEvent event) {
notifyListeners();
}
Notifies listeners that event (already mutated in place by the
caller with response/error fields) has completed.
void complete(NetworkEvent event) {
notifyListeners();
}