deleteNote method
add new note locally to UI
Implementation
void deleteNote() {
notesList.remove(notesBloc.note);
notifyListeners();
}
add new note locally to UI
void deleteNote() {
notesList.remove(notesBloc.note);
notifyListeners();
}