limit method

InAppQueryReference limit(
  1. int limit
)

Implementation

InAppQueryReference limit(int limit) => _limit(limit);