DittoPeersObserver

public protocol DittoPeersObserver : AnyObject

A token returned by observePeers(). Retain this object to continue receiving callback updates.

  • Stop receiving peers updates explicitly. This will deallocate the observing closure.

    Declaration

    Swift

    func stop()