Д
Size: a a a
Д
t
Д
t
t
i
Ю
i
Ю
S
КА
Future<String> getAllNotes() async {
notes = await db.getAllNotes();
List <String>_list=List();
notes.forEach((note) => _list.add(note.toString()));
return _list;
}
error: A value of type 'List<String>' can't be returned from method 'getAllNotes' because it has a return type of 'Future<String>'
КА
T
DK
КА
ЮП
W
У
GF