get method

  1. @override
Future<DocumentSnapshot<T>> get([
  1. GetOptions? options
])
override

Reads the document referenced by this DocumentReference.

By providing options, this method can be configured to fetch results only from the server, only from the local cache or attempt to fetch results from the server and fall back to the cache (which is the default).

Implementation

@override
_i8.Future<_i2.DocumentSnapshot<T>> get([_i11.GetOptions? options]) => (super.noSuchMethod(Invocation.method(#get, [options]),
    returnValue: Future<_i2.DocumentSnapshot<T>>.value(_FakeDocumentSnapshot<T>())) as _i8.Future<_i2.DocumentSnapshot<T>>);