callCheckPool method

FutureOr<bool> callCheckPool()
inherited

Implementation

FutureOr<bool> callCheckPool() {
  return checkPool().resolveMapped((ok) {
    _lastCheckPoolTime = DateTime.now();
    return ok;
  });
}