appendList method
add new note locally to UI
Implementation
void appendList() {
notesList.insert(0, notesBloc.note);
notifyListeners();
}
add new note locally to UI
void appendList() {
notesList.insert(0, notesBloc.note);
notifyListeners();
}