removeEventListener
removeEventListener(event: , callback: Function
): void
Removes a handler for the specified AppEvents event.
Parameters
event:
Event class (i.e., AppEvents.Started)
callback:
Function
OptionalOptional. Handler function. If not specified, all handler functions are removed
Returns
type:
void