getDoc<T extends K> abstract method
Returns the document specified by its docname
.
Implementation
Future<RequestResponse<T?>> getDoc<T extends K>(T obj, String docname,
{bool? forceFetch});
Returns the document specified by its docname
.
Future<RequestResponse<T?>> getDoc<T extends K>(T obj, String docname,
{bool? forceFetch});