onListen property

VoidCallback? onListen
final

Callback invoked when the first listener subscribes.

Use this to start expensive resources only when needed.

Implementation

final VoidCallback? onListen;