take abstract method

Future<List<ReturnType>> take(
  1. int limit
)

Implementation

Future<List<ReturnType>> take(int limit);