KeepAliveNotification constructor

const KeepAliveNotification(
  1. Listenable handle
)

Creates a notification to indicate that a subtree must be kept alive.

Implementation

const KeepAliveNotification(this.handle);