getAll<Y> abstract method

Future<List<Y>?> getAll<Y>(
  1. String collection
)

Implementation

Future<List<Y>?> getAll<Y>(String collection);