get abstract method

Future<Map<String, dynamic>?> get(
  1. String collection,
  2. String id
)

Get an item by collection and ID.

Implementation

Future<Map<String, dynamic>?> get(String collection, String id);