history abstract method

Future<HistoryResult> history(
  1. String channel, {
  2. int limit = 0,
  3. StreamPosition? since,
  4. bool reverse = false,
})

Send History command.

Implementation

Future<HistoryResult> history(String channel, {int limit = 0, StreamPosition? since, bool reverse = false});