get<Y> abstract method

Future<Y?> get<Y>(
  1. String collection,
  2. String key
)

Implementation

Future<Y?> get<Y>(String collection, String key);