notifyRevision method
Notify other clients of the new revision
Implementation
void notifyRevision(int revision) {
_factory.notifyRevision(NotificationRevision(_path, revision));
}
Notify other clients of the new revision
void notifyRevision(int revision) {
_factory.notifyRevision(NotificationRevision(_path, revision));
}