getEpoch method

Future<Epoch> getEpoch({
  1. int? epoch,
  2. List<String>? readMask,
})

Implementation

Future<Epoch> getEpoch({int? epoch, List<String>? readMask}) =>
    core.getEpoch(epoch: epoch, readMask: readMask);