fetch abstract method

Future<bool> fetch(
  1. String channel,
  2. int timestamp, {
  3. int timeoutSeconds = 5,
})

Implementation

Future<bool> fetch(String channel, int timestamp, {int timeoutSeconds = 5});