MAYACASHI Memos

情報を提供します。

備忘録 flutter エラー error: The method 'data' isn't defined for the type 'Object'.

flutter エラー error: The method 'data' isn't defined for the type 'Object'. (undefined_method at [] lib/Utils/firebase.dart:118)

await Future.forEach(snapshot.docs, (doc){
});

await Future.forEach(snapshot.docs, (QueryDocumentSnapshot<Map<String, dynamic>> doc){
});



こうします