fetchLiveList abstract method

Future<CompletionHandler> fetchLiveList({
  1. required String cursor,
  2. required int count,
})

Get live list

  • cursor : Cursor.
  • count : Count.

Implementation

Future<CompletionHandler> fetchLiveList({
  required String cursor,
  required int count,
});