CBLListenerToken
@protocol CBLListenerToken <NSObject>
                Listener token returned when adding a change listener. The token is used for removing the added change listener.
- 
                  
                  
Remove the listener associated with the token.
Declaration
Objective-C
- (void)remove; 
        CBLListenerToken Protocol Reference