notifyRevision method

void notifyRevision(
  1. int revision
)

Notify other clients of the new revision

Implementation

void notifyRevision(int revision) {
  _factory.notifyRevision(NotificationRevision(_path, revision));
}