next abstract method

Future<List> next(
  1. String sdkId,
  2. @ActualInt32() int limit
)

Implementation

Future<List<dynamic>> next(String sdkId, @ActualInt32() int limit);