removeBlock method
void
removeBlock()
Implementation
void removeBlock() {
inputModel.programmingBlock = null;
programmingBlockNotifier.value = null;
showEmptyNotifier.value = true;
}
void removeBlock() {
inputModel.programmingBlock = null;
programmingBlockNotifier.value = null;
showEmptyNotifier.value = true;
}