removeDestination method
Implementation
void removeDestination(LogDestination destination) {
_destinations.removeWhere((d) => d.identifier == destination.identifier);
}
void removeDestination(LogDestination destination) {
_destinations.removeWhere((d) => d.identifier == destination.identifier);
}