• This method is pretty similar as app.listen(), but app.unlisten() is called automatically in window.cleanupDocument()

    Parameters

    • object: any

      Object where to set listener

    • eventName: string

      Event name of the listener

    • func: AnyCallback

      Method for callback dispatch

    • Optional eventCapture: boolean

    Returns void

    Method

    localListen