menu
firebase_for_all package
documentation
firebase/firestore/bridge.dart
DocRef<T extends Object?>
get method
get method
dark_mode
light_mode
get
method
Future
<
DocumentSnapshotForAll
<
T
>
>
get
(
)
Implementation
Future<DocumentSnapshotForAll<T>> get() async { return (await getDoc<T>(this)); }
firebase_for_all package
documentation
firebase/firestore/bridge
DocRef<T extends Object?>
get method
DocRef class