first abstract method

Future<T> first([
  1. int limit = defaultLimit
])

Implementation

Future<T> first([int limit = defaultLimit]);