get method

Future<List<Document>> get()

Implementation

Future<List<Document>> get() => _gateway.runQuery(_structuredQuery, fullPath);