FIRListenerRegistration
@protocol FIRListenerRegistration <NSObject>
Represents a listener that can be removed by calling remove.
-
Removes the listener being tracked by this
ListenerRegistration
. After the initial call, subsequent calls have no effect.Declaration
Objective-C
- (void)remove;