verwijderBoom method
Implementation
Future<void> verwijderBoom() async {
_boom = null;
_actiefNodeId = null;
notifyListeners();
await _slaOp();
}
Future<void> verwijderBoom() async {
_boom = null;
_actiefNodeId = null;
notifyListeners();
await _slaOp();
}