removeAnnotations method
Implementation
void removeAnnotations(Type type) {
_annotations.removeWhere((dynamic element) => element.runtimeType == type);
}
void removeAnnotations(Type type) {
_annotations.removeWhere((dynamic element) => element.runtimeType == type);
}