fetchNextBatch method

Future fetchNextBatch(
  1. int cursorId
)

Implementation

Future fetchNextBatch(int cursorId) async =>
    _httpPut(['_db', db, '_api', 'cursor', cursorId.toString()]);