menu
modularapparchitecture package
documentation
core/services/firestore_service.dart
FirestoreService
getDoc method
getDoc method
dark_mode
light_mode
getDoc
method
Future
<
DocumentSnapshot
<
Map
<
String
,
dynamic
>
>
>
getDoc
(
String
path
)
Implementation
Future<DocumentSnapshot<Map<String, dynamic>>> getDoc(String path) => _store.doc(path).get();
modularapparchitecture package
documentation
core/services/firestore_service
FirestoreService
getDoc method
FirestoreService class