get method

  1. @override
Future<Map<String, dynamic>?> get()
override

Fetch the documents for this collection

Implementation

@override
Future<Map<String, dynamic>?> get() async {
  return await _utils.get(path, true, _conditions);
}