getLastModified abstract method

FutureOr<Hlc> getLastModified({
  1. String? onlyNodeId,
  2. String? exceptNodeId,
})

Returns the last modified timestamp, optionally filtering for or against a specific node id. Useful to get "modified since" timestamps for synchronization. Returns Hlc.zero if no timestamp is found.

Implementation

FutureOr<Hlc> getLastModified({String? onlyNodeId, String? exceptNodeId});