removeMutation method
Implementation
void removeMutation(Mutation mutation) {
_mutations.remove(mutation);
_eventController.add(
QueryCacheEvent(QueryCacheEventType.removeMutation, mutation),
);
}
void removeMutation(Mutation mutation) {
_mutations.remove(mutation);
_eventController.add(
QueryCacheEvent(QueryCacheEventType.removeMutation, mutation),
);
}